Home
last modified time | relevance | path

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

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