Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixPriv.h20 static bool SK_WARN_UNUSED_RESULT InverseMapRect(const SkMatrix& mx, in InverseMapRect() function
/external/skia/src/gpu/
DGrRenderTargetContext.cpp378 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &r, r)) { in drawPaint()
416 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &clipBounds, SkRect::Make(clipDevBounds))) { in crop_filled_rect()