Lines Matching refs:hasProperty
23 if (!this->hasProperty(i, CodeUnitFlags::kPartOfWhiteSpace)) { in isWhitespaces()
80 …while (adjustedBlock.fEnd < this->fText16.size() && !this->hasProperty(adjustedBlock.fEnd, CodeUn… in resolveFonts()
620 …if (positionType == PositionType::kGraphemeCluster && unicodeText->hasProperty(textIndex, CodeUnit… in textToGlyphs()
639 if (unicodeText->hasProperty(index, CodeUnitFlags::kHardLineBreakBefore)) { in prepareToEdit()
645 if (unicodeText->hasProperty(cluster, CodeUnitFlags::kGraphemeStart)) { in prepareToEdit()
708 if (this->hasProperty(textIndex, GlyphUnitFlags::kGraphemeClusterStart)) { in findPosition()
723 if (this->hasProperty(textIndex, GlyphUnitFlags::kGraphemeClusterStart)) { in findPosition()
772 … SkASSERT(this->hasProperty(current.fTextRange.fStart, GlyphUnitFlags::kGraphemeClusterStart)); in previousPosition()
794 SkASSERT(this->hasProperty(current.fTextRange.fEnd, GlyphUnitFlags::kGraphemeClusterStart)); in nextPosition()
811 SkASSERT(this->hasProperty(current.fTextRange.fEnd, GlyphUnitFlags::kGraphemeClusterStart)); in upPosition()
828 SkASSERT(this->hasProperty(current.fTextRange.fEnd, GlyphUnitFlags::kGraphemeClusterStart)); in downPosition()