Searched refs:fParagraph (Results 1 – 4 of 4) sorted by relevance
162 fParagraph->addUnresolvedCodepoints(unresolved.fText); in finish()180 … fParagraph->fFontSwitches.emplace_back(resolvedBlock.fText.start, resolvedBlock.fRun->fFont); in finish()195 resolvedBlock.fRun->fIndex = this->fParagraph->fRuns.size(); in finish()196 this->fParagraph->fRuns.emplace_back(*resolvedBlock.fRun); in finish()211 this->fParagraph->fRuns.emplace_back( in finish()212 this->fParagraph, in finish()218 this->fParagraph->fRuns.size(), in finish()221 auto piece = &this->fParagraph->fRuns.back(); in finish()321 GraphemeIndex gi = fParagraph->findPreviousGraphemeBoundary(ci); in sortOutGlyphs()325 bool isControl8 = fParagraph->codeUnitHasProperty(ci, in sortOutGlyphs()[all …]
19 : fParagraph(paragraph) in OneLineShaper()88 fCurrentRun = std::make_shared<Run>(fParagraph, in runBuffer()112 ParagraphImpl* fParagraph; variable
25 std::unique_ptr<skia::textlayout::Paragraph> fParagraph; member in ParagraphBench39 return backend == kNonRendering_Backend && !!fParagraph; in isSuitableFor()77 fParagraph = builder->Build(); in onDelayedSetup()87 fParagraph->markDirty(); in onDraw()88 fParagraph->layout(300); in onDraw()
1610 if (fRedraw || fParagraph == nullptr) { in onDrawContent()1615 fParagraph = builder.Build(); in onDrawContent()1618 auto impl = static_cast<ParagraphImpl*>(fParagraph.get()); in onDrawContent()1623 fParagraph->layout(1000); in onDrawContent()1624 fParagraph->paint(canvas, 300, 200); in onDrawContent()1652 std::unique_ptr<Paragraph> fParagraph; member in __anonf7fbe5de0111::ParagraphView18