Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Daxis_transform2d_unittest.cc22 EXPECT_RECTF_EQ(RectF(117.f, 36.f, 18.f, 30.f), t.InverseMapRect(r)); in TEST()
Daxis_transform2d.h70 RectF InverseMapRect(const RectF& r) const { in InverseMapRect() function
/external/skqp/src/core/
DSkMatrixPriv.h46 static bool SK_WARN_UNUSED_RESULT InverseMapRect(const SkMatrix& mx, in InverseMapRect() function
/external/skia/src/core/
DSkMatrixPriv.h47 static bool SK_WARN_UNUSED_RESULT InverseMapRect(const SkMatrix& mx, in InverseMapRect() function
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp512 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &clipBounds, SkRect::Make(clipDevBounds))) { in crop_filled_rect()