Home
last modified time | relevance | path

Searched refs:fFontBlocks (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/experimental/sktext/editor/
DTexts.h30 fFontBlocks = fontBlocks; in StaticText()
52 SkSpan<FontBlock> fFontBlocks; variable
65 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; variable
190 SkASSERT(fFontBlocks.size() == 1); in update()
191 fFontBlocks[0].charCount = fText.size(); in update()
/third_party/skia/experimental/sktext/src/
DText.cpp170 , 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
DPaint.h107 SkSpan<FontBlock> fFontBlocks; variable