Lines Matching refs:fDesc
54 : fDesc(desc) in BlobMaker()
56 , fHAlignFactor(HAlignFactor(fDesc.fHAlign)) in BlobMaker()
57 , fFont(fDesc.fTypeface, fDesc.fTextSize) in BlobMaker()
117 fOffset.fY += fDesc.fLineHeight; in commitLine()
121 const auto commit_proc = (fDesc.fFlags & Shaper::Flags::kFragmentGlyphs) in commitLine()
140 if (!(fDesc.fFlags & Shaper::Flags::kFragmentGlyphs)) { in finalize()
165 typographical_bottom = fBox.fTop + fLastLineDescent + fDesc.fLineHeight * in finalize()
178 float v_offset = -fDesc.fLineShift; in finalize()
180 switch (fDesc.fVAlign) { in finalize()
232 if (fDesc.fVAlign == Shaper::VAlign::kTop) { in shapeLine()
240 const auto shape_width = fDesc.fLinebreak == Shaper::LinebreakPolicy::kExplicit in shapeLine()
243 const auto shape_ltr = fDesc.fDirection == Shaper::Direction::kLTR; in shapeLine()
268 if (fDesc.fFlags & Shaper::Flags::kTrackFragmentAdvanceAscent) { in commitFragementedRun()
288 const auto advance = (fDesc.fFlags & Shaper::Flags::kTrackFragmentAdvanceAscent) in commitFragementedRun()
331 return fDesc.fAscent ? fDesc.fAscent : fFirstLineAscent; in ascent()
336 const Shaper::TextDesc& fDesc; member in skottie::__anonae8b2cf70111::BlobMaker