Lines Matching refs:fDesc
53 : fDesc(desc) in BlobMaker()
55 , fHAlignFactor(HAlignFactor(fDesc.fHAlign)) in BlobMaker()
56 , fFont(fDesc.fTypeface, fDesc.fTextSize) in BlobMaker()
115 fOffset.fY += fDesc.fLineHeight; in commitLine()
119 const auto commit_proc = (fDesc.fFlags & Shaper::Flags::kFragmentGlyphs) in commitLine()
138 if (!(fDesc.fFlags & Shaper::Flags::kFragmentGlyphs)) { in finalize()
147 const auto ascent = fDesc.fAscent ? fDesc.fAscent : fFirstLineAscent; in finalize()
165 typographical_bottom = fBox.fTop + fLastLineDescent + fDesc.fLineHeight * in finalize()
175 SkASSERT(!shaped_height || fDesc.fVAlign == Shaper::VAlign::kVisualCenter); in finalize()
179 switch (fDesc.fVAlign) { in finalize()
297 const Shaper::TextDesc& fDesc; member in skottie::__anon22f2a7ec0111::BlobMaker