Home
last modified time | relevance | path

Searched refs:computeVisualBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skottie/src/text/
DSkottieShaper.h41 SkRect computeVisualBounds() const;
DSkottieShaper.cpp159 auto box = fResult.computeVisualBounds(); in finalize()
509 SkRect Shaper::Result::computeVisualBounds() const { in computeVisualBounds() function in skottie::Shaper::Result
DTextAdapter.cpp518 fRoot->addChild(sksg::Draw::Make(sksg::Rect::Make(shape_result.computeVisualBounds()), in reshape()