Home
last modified time | relevance | path

Searched defs:applyMatrix (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp140 static inline void applyMatrix(const SkMatrix* transform, SkRect* rect) { in applyMatrix() function
153 static inline void applyMatrix(const SkMatrix& transform, SkRect* rect) { in applyMatrix() function
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/
H A DColorUtils.h74 static void applyMatrix(half3& color, const mat3& mat) { in applyMatrix() function