Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h163 CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate()); in prepareForFunctorPresence()
214 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix() function
DRenderNode.cpp420 if (properties().getStaticMatrix()) { in applyViewPropertyTransforms()
421 mat4 stat(*properties().getStaticMatrix()); in applyViewPropertyTransforms()
DRenderProperties.cpp85 setStaticMatrix(other.getStaticMatrix()); in operator =()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp274 if (properties.getStaticMatrix()) { in setViewProperties()
275 canvas->concat(*properties.getStaticMatrix()); in setViewProperties()