Home
last modified time | relevance | path

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

/external/skia/experimental/sktext/include/
DTypes.h140 struct DirTextRange : public TextRange { struct
141 DirTextRange(TextRange textRange, bool leftToRight) in DirTextRange() argument
144 DirTextRange(TextIndex start, TextIndex end, bool leftToRight) in DirTextRange() argument
148 bool before(TextIndex index) const { in before()
151 bool after(TextIndex index) const { in after()
154 bool left() const { in left()
157 bool right() const { in right()
160 TextRange normalized() const { in normalized()
163 bool fLeftToRight;