Home
last modified time | relevance | path

Searched refs:fVAlign (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/modules/skottie/src/text/
DTextValue.cpp105 v->fVAlign = v->fBox.isEmpty() ? Shaper::VAlign::kTopBaseline in Parse()
117 v->fVAlign = gVAlignMap[vj]; in Parse()
124 v->fVAlign = Shaper::VAlign::kVisualCenter; in Parse()
129 v->fVAlign = Shaper::VAlign::kVisualCenter; in Parse()
DSkottieShaper.h114 VAlign fVAlign; member
DSkottieShaper.cpp180 switch (fDesc.fVAlign) { in finalize()
232 if (fDesc.fVAlign == Shaper::VAlign::kTop) { in shapeLine()
DTextAdapter.cpp461 fText->fVAlign, in reshape()
/third_party/flutter/skia/modules/skottie/src/text/
DSkottieShaper.cpp175 SkASSERT(!shaped_height || fDesc.fVAlign == Shaper::VAlign::kVisualCenter); in finalize()
179 switch (fDesc.fVAlign) { in finalize()
326 SkASSERT(desc.fVAlign != Shaper::VAlign::kVisualResizeToFit); in ShapeImpl()
351 SkASSERT(orig_desc.fVAlign == Shaper::VAlign::kVisualResizeToFit); in ShapeToFit()
360 desc.fVAlign = Shaper::VAlign::kVisualCenter; in ShapeToFit()
409 return (desc.fVAlign == VAlign::kVisualResizeToFit) // makes no sense in point mode in Shape()
416 return (desc.fVAlign == VAlign::kVisualResizeToFit) in Shape()
DTextValue.cpp70 v->fVAlign = v->fBox.isEmpty() ? Shaper::VAlign::kTopBaseline in FromJSON()
82 v->fVAlign = gVAlignMap[sk_vj]; in FromJSON()
DSkottieShaper.h82 VAlign fVAlign; member
DTextAdapter.cpp132 fText.fVAlign, in apply()
/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp24 && fVAlign == other.fVAlign in operator ==()
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp26 && fVAlign == other.fVAlign in operator ==()
/third_party/flutter/skia/modules/skottie/include/
DSkottieProperty.h42 Shaper::VAlign fVAlign = Shaper::VAlign::kTop; member
/third_party/skia/modules/skottie/include/
DSkottieProperty.h50 Shaper::VAlign fVAlign = Shaper::VAlign::kTop; member