Home
last modified time | relevance | path

Searched refs:fBox (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skottie/src/text/
DSkottieShaper.cpp56 , fBox(box) in BlobMaker()
102 SkVector alignmentOffset { fHAlignFactor * (fPendingLineAdvance.x() - fBox.width()), 0 }; in runBuffer()
145 fResult.fFragments.push_back({fBuilder.make(), {fBox.x(), fBox.y()}, 0, 0, 0, false}); in finalize()
165 const auto typographical_top = fBox.fTop + ascent, in finalize()
166 typographical_bottom = fBox.fTop + fLastLineDescent + fDesc.fLineHeight * in finalize()
190 v_offset += fBox.fTop - ebox->fTop; in finalize()
194 v_offset += fBox.centerY() - ebox->centerY(); in finalize()
198 v_offset += fBox.fBottom - ebox->fBottom; in finalize()
235 const auto max_offset = fBox.height() + this->ascent(); // NB: ascent is negative in shapeLine()
243 : fBox.width(); in shapeLine()
[all …]
DTextValue.cpp54 v->fBox.setWH(ParseDefault<SkScalar>((*jsz)[0], 0), in Parse()
62 v->fBox.offset(ParseDefault<SkScalar>((*jps)[0], 0), in Parse()
82 v->fLineBreak = v->fBox.isEmpty() in Parse()
97 v->fVAlign = v->fBox.isEmpty() ? Shaper::VAlign::kTopBaseline in Parse()
DTextAdapter.cpp284 const auto shape_result = Shaper::Shape(fText->fText, text_desc, fText->fBox, fFontMgr); in reshape()
324 fRoot->addChild(sksg::Draw::Make(sksg::Rect::Make(fText->fBox), in reshape()
453 return fText->fBox; in fragmentAnchorPoint()
/external/skia/modules/skottie/src/
DSkottieProperty.cpp30 && fBox == other.fBox in operator ==()
/external/skia/modules/skottie/include/
DSkottieProperty.h54 SkRect fBox = SkRect::MakeEmpty();