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

/frameworks/base/libs/hwui/
H A DRenderProperties.h181 || CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate());
228 const SkMatrix* getStaticMatrix() const { function in class:android::uirenderer::RenderProperties
H A DRenderProperties.cpp90 setStaticMatrix(other.getStaticMatrix());
H A DRenderNode.cpp450 if (properties().getStaticMatrix()) {
451 mat4 stat(*properties().getStaticMatrix());
H A DFrameBuilder.cpp223 if (properties.getStaticMatrix()) {
224 mCanvasState.concatMatrix(*properties.getStaticMatrix());
/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp224 if (properties.getStaticMatrix()) {
225 canvas->concat(*properties.getStaticMatrix());

Completed in 359 milliseconds