Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DCanvas_getBaseLayerSize.cpp11 SkIRect clipDeviceBounds = canvas.getDeviceClipBounds(); in draw() local
12 if (clipDeviceBounds.isEmpty()) { in draw()
15 SkDebugf("clip=%d,%d\n", clipDeviceBounds.width(), clipDeviceBounds.height()); in draw()
/external/skqp/docs/
DSkCanvas_Reference.bmh435 SkIRect clipDeviceBounds = canvas.getDeviceClipBounds();
436 if (clipDeviceBounds.isEmpty()) {
439 SkDebugf("clip=%d,%d\n", clipDeviceBounds.width(), clipDeviceBounds.height());