Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetContext.cpp412 SkIRect clipDevBounds; in crop_filled_rect() local
415 clip.getConservativeBounds(width, height, &clipDevBounds); in crop_filled_rect()
416 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &clipBounds, SkRect::Make(clipDevBounds))) { in crop_filled_rect()