Searched refs:fBox (Results 1 – 5 of 5) sorted by relevance
/external/skia/modules/skottie/src/text/ |
D | SkottieShaper.cpp | 56 , 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 …]
|
D | TextValue.cpp | 54 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()
|
D | TextAdapter.cpp | 284 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/ |
D | SkottieProperty.cpp | 30 && fBox == other.fBox in operator ==()
|
/external/skia/modules/skottie/include/ |
D | SkottieProperty.h | 54 SkRect fBox = SkRect::MakeEmpty();
|