Searched defs:TextCompose (Results 1 – 1 of 1) sorted by relevance
28 struct TextCompose { struct30 TextCompose(int32_t base, int32_t extent) : baseOffset(base), extentOffset(extent) {} in TextCompose() function42 bool operator==(const TextCompose& other) const argument53 inline int32_t GetStart() const in GetStart()60 inline int32_t GetEnd() const in GetEnd()67 inline bool IsValid() const in IsValid()72 int32_t baseOffset = -1;74 int32_t extentOffset = -1;