Searched refs:fParagraph (Results 1 – 5 of 5) sorted by relevance
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()[all …]
19 : fParagraph(paragraph) in OneLineShaper()82 fCurrentRun = std::make_shared<Run>(fParagraph, in runBuffer()105 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()
324 : fParagraph(¶graph) in shapeTextIntoEndlessLine()338 auto& run = fParagraph->fRuns.emplace_back(fParagraph, in shapeTextIntoEndlessLine()341 fParagraph->fRuns.count(), in shapeTextIntoEndlessLine()347 auto& run = fParagraph->fRuns.back(); in shapeTextIntoEndlessLine()349 fParagraph->fRuns.pop_back(); in shapeTextIntoEndlessLine()359 ParagraphImpl* fParagraph; in shapeTextIntoEndlessLine() member in skia::textlayout::ParagraphImpl::shapeTextIntoEndlessLine::ShapeHandler
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 __anon07e55db00111::ParagraphView18