Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp133 static void handleBounds(SkMatrix* matrix, const SkRect& intrinsicBounds, const SkRect& bounds) { in handleBounds() argument
135 matrix->preScale(bounds.width() / intrinsicBounds.width(), in handleBounds()
136 bounds.height() / intrinsicBounds.height()); in handleBounds()