Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp23 && fHAlign == other.fHAlign in operator ==()
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp25 && fHAlign == other.fHAlign in operator ==()
/third_party/flutter/skia/modules/skottie/src/text/
DSkottieShaper.h81 SkTextUtils::Align fHAlign; member
DTextAdapter.cpp131 fText.fHAlign, in apply()
272 const auto align_offset = total_tracking * align_factor(fText.fHAlign); in adjustLineTracking()
DTextValue.cpp50 v->fHAlign = gAlignMap[SkTMin<size_t>(ParseDefault<size_t>((*jtxt)["j"], 0), in FromJSON()
DSkottieShaper.cpp55 , fHAlignFactor(HAlignFactor(fDesc.fHAlign)) in BlobMaker()
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.h113 SkTextUtils::Align fHAlign; member
DTextAdapter.cpp460 fText->fHAlign, in reshape()
689 align_factor(fText->fHAlign)*(fPathInfo->pathLength() - fText->fBox.width()); in fragmentMatrix()
703 return fPathInfo->getMatrix(path_distance, fText->fHAlign) in fragmentMatrix()
754 const auto align_offset = -total_tracking * align_factor(fText->fHAlign); in adjustLineProps()
DTextValue.cpp48 v->fHAlign = gAlignMap[std::min<size_t>(ParseDefault<size_t>((*jtxt)["j"], 0), in Parse()
DSkottieShaper.cpp56 , fHAlignFactor(HAlignFactor(fDesc.fHAlign)) in BlobMaker()
/third_party/flutter/skia/modules/skottie/include/
DSkottieProperty.h41 SkTextUtils::Align fHAlign = SkTextUtils::kLeft_Align; member
/third_party/skia/modules/skottie/include/
DSkottieProperty.h49 SkTextUtils::Align fHAlign = SkTextUtils::kLeft_Align; member