Home
last modified time | relevance | path

Searched defs:DirTextRange (Results 1 – 1 of 1) sorted by relevance

/external/skia/experimental/sktext/include/
DTypes.h131 struct DirTextRange : public TextRange { struct
132 DirTextRange(TextRange textRange, bool leftToRight) in DirTextRange() function
135 DirTextRange(TextIndex start, TextIndex end, bool leftToRight) in DirTextRange() function
139 bool before(TextIndex index) const { in before()
142 bool after(TextIndex index) const { in after()
145 bool left() const { in left()
148 bool right() const { in right()
151 TextRange normalized() const { in normalized()
154 bool fLeftToRight;