Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/text/
DSkottieShaper.h154 fMaxTextSize = 0, // when auto-sizing member
DTextValue.cpp79 v->fMaxTextSize = ParseDefault<SkScalar>((*jtxt)["xf"], std::numeric_limits<float>::max()); in Parse()
DSkottieShaper.cpp489 max_scale = std::max(desc.fMaxTextSize / desc.fTextSize, min_scale); in ShapeToFit()
DTextAdapter.cpp622 SkTPin(fText->fMaxTextSize, kMinSize, kMaxSize), in reshape()
/external/skia/modules/skottie/include/
DSkottieProperty.h62 fMaxTextSize = std::numeric_limits<float>::max(), // when auto-sizing member