Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h178 || CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate()); in prepareForFunctorPresence()
225 const SkMatrix* getStaticMatrix() const { in getStaticMatrix() function
DRenderNode.cpp402 if (properties().getStaticMatrix()) { in setViewProperties()
403 renderer.concatMatrix(*properties().getStaticMatrix()); in setViewProperties()
475 if (properties().getStaticMatrix()) { in applyViewPropertyTransforms()
476 mat4 stat(*properties().getStaticMatrix()); in applyViewPropertyTransforms()
DRenderProperties.cpp113 setStaticMatrix(other.getStaticMatrix()); in operator =()