Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkMatrixPriv.h46 static bool SK_WARN_UNUSED_RESULT InverseMapRect(const SkMatrix& mx, in InverseMapRect() function
/external/skia/src/core/
DSkMatrixPriv.h48 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()