Home
last modified time | relevance | path

Searched refs:getStaticMatrix (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.h178 CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate()); in prepareForFunctorPresence()
229 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix() function
DDamageAccumulator.cpp167 if (props.getStaticMatrix()) { in mapRect()
168 applyMatrix(props.getStaticMatrix(), &temp); in mapRect()
DRenderNode.cpp501 if (properties().getStaticMatrix()) { in applyViewPropertyTransforms()
502 mat4 stat(*properties().getStaticMatrix()); in applyViewPropertyTransforms()
DRenderProperties.cpp93 setStaticMatrix(other.getStaticMatrix()); in operator =()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp362 if (properties.getStaticMatrix()) { in setViewProperties()
363 canvas->concat(*properties.getStaticMatrix()); in setViewProperties()