Lines Matching refs:fDesc
55 : fDesc(desc) in BlobMaker()
57 , fHAlignFactor(HAlignFactor(fDesc.fHAlign)) in BlobMaker()
58 , fFont(fDesc.fTypeface, fDesc.fTextSize) in BlobMaker()
118 fOffset.fY += fDesc.fLineHeight; in commitLine()
122 const auto commit_proc = (fDesc.fFlags & Shaper::Flags::kFragmentGlyphs) in commitLine()
141 if (!(fDesc.fFlags & Shaper::Flags::kFragmentGlyphs)) { in finalize()
166 typographical_bottom = fBox.fTop + fLastLineDescent + fDesc.fLineHeight * in finalize()
179 float v_offset = -fDesc.fLineShift; in finalize()
181 switch (fDesc.fVAlign) { in finalize()
233 if (fDesc.fVAlign == Shaper::VAlign::kTop) { in shapeLine()
241 const auto shape_width = fDesc.fLinebreak == Shaper::LinebreakPolicy::kExplicit in shapeLine()
244 const auto shape_ltr = fDesc.fDirection == Shaper::Direction::kLTR; in shapeLine()
269 if (fDesc.fFlags & Shaper::Flags::kTrackFragmentAdvanceAscent) { in commitFragementedRun()
289 const auto advance = (fDesc.fFlags & Shaper::Flags::kTrackFragmentAdvanceAscent) in commitFragementedRun()
332 return fDesc.fAscent ? fDesc.fAscent : fFirstLineAscent; in ascent()
337 const Shaper::TextDesc& fDesc; member in skottie::__anon5ae2bb0b0111::BlobMaker