Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageDrawable.cpp135 static void handleBounds(SkMatrix* matrix, const SkRect& intrinsicBounds, const SkRect& bounds) { in handleBounds() argument
137 matrix->preScale(bounds.width() / intrinsicBounds.width(), in handleBounds()
138 bounds.height() / intrinsicBounds.height()); in handleBounds()