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

/frameworks/base/libs/hwui/
H A DRenderNode.cpp402 if (properties().getStaticMatrix()) {
403 renderer.concatMatrix(*properties().getStaticMatrix());
471 if (properties().getStaticMatrix()) {
472 mat4 stat(*properties().getStaticMatrix());
H A DRenderProperties.cpp115 setStaticMatrix(other.getStaticMatrix());
H A DRenderProperties.h197 const SkMatrix* getStaticMatrix() const { function in class:android::uirenderer::RenderProperties

Completed in 56 milliseconds