Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDamageAccumulator.cpp140 static inline void applyMatrix(const SkMatrix* transform, SkRect* rect) { in applyMatrix() function
156 applyMatrix(props.getTransformMatrix(), &temp); in mapRect()
158 applyMatrix(props.getStaticMatrix(), &temp); in mapRect()
160 applyMatrix(props.getAnimationMatrix(), &temp); in mapRect()
/frameworks/native/services/surfaceflinger/tests/utils/
DColorUtils.h74 static void applyMatrix(half3& color, const mat3& mat) { in applyMatrix() function
/frameworks/native/services/surfaceflinger/tests/
DLayerRenderTypeTransaction_test.cpp1708 ColorTransformHelper::applyMatrix(expected, matrix); in TEST_P()
1766 ColorTransformHelper::applyMatrix(expected, matrix); in TEST_P()
1837 ColorTransformHelper::applyMatrix(expected, matrixChild); in TEST_P()
1838 ColorTransformHelper::applyMatrix(expected, matrixParent); in TEST_P()