Searched refs:surfaceBounds (Results 1 – 2 of 2) sorted by relevance
93 SkIRect surfaceBounds = canvas->internal_private_getTopLayerBounds(); in onDraw() local101 if (fboID != 0 && !surfaceBounds.contains(clipBounds)) { in onDraw()123 clipRegion.translate(-surfaceBounds.fLeft, -surfaceBounds.fTop); in onDraw()128 clipBounds.offset(-surfaceBounds.fLeft, -surfaceBounds.fTop); in onDraw()129 mat4.preTranslate(-surfaceBounds.fLeft, -surfaceBounds.fTop, 0); in onDraw()
589 final Rect surfaceBounds = new Rect(0, 0, in obtainContentCoordinates() local591 bounds[0] = surfaceBounds; in obtainContentCoordinates()