Home
last modified time | relevance | path

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

/aosp14/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
154 return applyMatrix(&transform, rect); in applyMatrix()
163 applyMatrix(stretch.makeLinearStretch(props.getWidth(), props.getHeight()), &temp); in mapRect()
166 applyMatrix(props.getTransformMatrix(), &temp); in mapRect()
168 applyMatrix(props.getStaticMatrix(), &temp); in mapRect()
170 applyMatrix(props.getAnimationMatrix(), &temp); in mapRect()