Searched refs:fFontBlocks (Results 1 – 3 of 3) sorted by relevance
30 fFontBlocks = fontBlocks; in StaticText()52 SkSpan<FontBlock> fFontBlocks; variable65 fFontBlocks = fontBlocks; in DynamicText()91 if (!this->fFontBlocks.empty()) { in rebuild()92 SkASSERT(this->fFontBlocks.size() == 1); in rebuild()93 this->fFontBlocks[0].charCount = text.size(); in rebuild()99 fFontResolvedText = fUnicodeText->resolveFonts(fFontBlocks); in rebuild()133 SkSpan<FontBlock> fFontBlocks; variable190 SkASSERT(fFontBlocks.size() == 1); in update()191 fFontBlocks[0].charCount = fText.size(); in update()
170 , fFontBlocks(fontBlocks) in FormattingFontIterator()178 SkASSERT(fCurrentBlock < fFontBlocks.end()); in consume()188 if (fCurrentBlock < fFontBlocks.end()) { in consume()194 SkASSERT(fCurrentMark != fFormattingMarks.end() || fCurrentBlock != fFontBlocks.end()); in endOfCurrentRun()197 } else if (fCurrentBlock == fFontBlocks.end()) { in endOfCurrentRun()204 return (fCurrentBlock == fFontBlocks.end() || fCurrentFontIndex == fTextCount) && in atEnd()217 SkSpan<ResolvedFontBlock> fFontBlocks; member in skia::text::FormattingFontIterator
107 SkSpan<FontBlock> fFontBlocks; variable