Searched refs:InverseMapRect (Results 1 – 5 of 5) sorted by relevance
22 EXPECT_RECTF_EQ(RectF(117.f, 36.f, 18.f, 30.f), t.InverseMapRect(r)); in TEST()
70 RectF InverseMapRect(const RectF& r) const { in InverseMapRect() function
46 static bool SK_WARN_UNUSED_RESULT InverseMapRect(const SkMatrix& mx, in InverseMapRect() function
47 static bool SK_WARN_UNUSED_RESULT InverseMapRect(const SkMatrix& mx, in InverseMapRect() function
512 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &clipBounds, SkRect::Make(clipDevBounds))) { in crop_filled_rect()