Lines Matching refs:fParagraph
176 … fParagraph->fFontSwitches.emplace_back(resolvedBlock.fText.start, resolvedBlock.fRun->fFont); in finish()
191 resolvedBlock.fRun->fIndex = this->fParagraph->fRuns.size(); in finish()
192 this->fParagraph->fRuns.emplace_back(*resolvedBlock.fRun); in finish()
207 this->fParagraph->fRuns.emplace_back( in finish()
208 this->fParagraph, in finish()
214 this->fParagraph->fRuns.count(), in finish()
217 auto piece = &this->fParagraph->fRuns.back(); in finish()
320 GraphemeIndex gi = fParagraph->findPreviousGraphemeBoundary(ci); in sortOutGlyphs()
326 bool isControl8 = fParagraph->getUnicode()->isControl(codepoint); in sortOutGlyphs()
374 bool isControl8 = fParagraph->getUnicode()->isControl(codepoint); in sortOutGlyphs()
380 bool isWhitespace8 = fParagraph->getUnicode()->isWhitespace(codepoint); in sortOutGlyphs()
480 …std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces(textStyle.ge… in matchResolvedFonts()
489 if (fParagraph->fFontCollection->fontFallbackEnabled()) { in matchResolvedFonts()
495 auto unresolvedText = fParagraph->text(unresolvedRange); in matchResolvedFonts()
511 typeface = fParagraph->fFontCollection->defaultFallback( in matchResolvedFonts()
560 for (auto& placeholder : fParagraph->fPlaceholders) { in iterateThroughShapingRegions()
564 while (bidiIndex < fParagraph->fBidiRegions.size()) { in iterateThroughShapingRegions()
565 SkUnicode::BidiRegion& bidiRegion = fParagraph->fBidiRegions[bidiIndex]; in iterateThroughShapingRegions()
571 auto blockRange = fParagraph->findAllBlocks(textRange); in iterateThroughShapingRegions()
572 SkSpan<Block> styleSpan(fParagraph->blocks(blockRange)); in iterateThroughShapingRegions()
592 std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces( in iterateThroughShapingRegions()
606 auto& run = fParagraph->fRuns.emplace_back(this->fParagraph, in iterateThroughShapingRegions()
612 fParagraph->fRuns.count(), in iterateThroughShapingRegions()
617 run.fPlaceholderIndex = &placeholder - fParagraph->fPlaceholders.begin(); in iterateThroughShapingRegions()
684 auto unresolvedText = fParagraph->text(unresolvedRange); in shape()
688 fParagraph->paragraphStyle().getTextStyle()); in shape()
691 … (fParagraph->getUnicode(), unresolvedText.begin(), unresolvedText.size()); in shape()
732 if (this->fParagraph->codeUnitHasProperty(index, in clusteredText()
741 if (this->fParagraph->codeUnitHasProperty(index, in clusteredText()