Searched refs:codeUnitHasProperty (Results 1 – 4 of 4) sorted by relevance
346 return fOwner->codeUnitHasProperty(fTextRange.end, in isSoftBreak()351 return fOwner->codeUnitHasProperty(fTextRange.end, SkUnicode::CodeUnitFlags::kGraphemeStart); in isGraphemeBreak()
325 bool isControl8 = fParagraph->codeUnitHasProperty(ci, in sortOutGlyphs()730 if (this->fParagraph->codeUnitHasProperty(index, in clusteredText()739 if (this->fParagraph->codeUnitHasProperty(index, in clusteredText()
509 if (fOwner->codeUnitHasProperty(i, SkUnicode::CodeUnitFlags::kPartOfWhiteSpaceBreak)) { in Cluster()512 if (fOwner->codeUnitHasProperty(i, SkUnicode::CodeUnitFlags::kPartOfIntraWordBreak)) { in Cluster()520 fIsHardBreak = fOwner->codeUnitHasProperty(fTextRange.end, in Cluster()
244 bool codeUnitHasProperty(size_t index, SkUnicode::CodeUnitFlags property) const { in codeUnitHasProperty() function