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.cpp160 auto box = fResult.computeVisualBounds(); in finalize()
481 SkRect Shaper::Result::computeVisualBounds() const { in computeVisualBounds() function in skottie::Shaper::Result
DTextAdapter.cpp326 fRoot->addChild(sksg::Draw::Make(sksg::Rect::Make(shape_result.computeVisualBounds()), in reshape()