Home
last modified time | relevance | path

Searched refs:makeLinearStretch (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/hwui/effects/
H A DStretchEffect.h102 SkMatrix makeLinearStretch(float width, float height) const { in makeLinearStretch() function
/aosp12/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp163 applyMatrix(stretch.makeLinearStretch(props.getWidth(), props.getHeight()), &temp); in mapRect()
H A DRenderNode.cpp537 stretch.makeLinearStretch(properties().getWidth(), properties().getHeight())); in applyViewPropertyTransforms()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp374 stretch.makeLinearStretch(properties.getWidth(), properties.getHeight())); in setViewProperties()