Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h179 || CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate()); in prepareForFunctorPresence()
226 const SkMatrix* getStaticMatrix() const { in getStaticMatrix() function
DRenderProperties.cpp91 setStaticMatrix(other.getStaticMatrix()); in operator =()
DRenderNode.cpp597 if (properties().getStaticMatrix()) { in pushLayerUpdate()
598 renderer.concatMatrix(*properties().getStaticMatrix()); in pushLayerUpdate()
670 if (properties().getStaticMatrix()) { in pushLayerUpdate()
671 mat4 stat(*properties().getStaticMatrix()); in pushLayerUpdate()
DFrameBuilder.cpp220 if (properties.getStaticMatrix()) { in deferNodePropsAndOps()
221 mCanvasState.concatMatrix(*properties.getStaticMatrix()); in deferNodePropsAndOps()