Searched refs:intrinsicBounds (Results 1 – 1 of 1) sorted by relevance
133 static void handleBounds(SkMatrix* matrix, const SkRect& intrinsicBounds, const SkRect& bounds) { in handleBounds() argument135 matrix->preScale(bounds.width() / intrinsicBounds.width(), in handleBounds()136 bounds.height() / intrinsicBounds.height()); in handleBounds()