Lines Matching defs:region
47 // subtract repaintRect from region, since it will be regenerated
50 // repaint full layer, so throw away entire region
51 offscreenBuffer->region.clear();
53 offscreenBuffer->region.subtractSelf(android::Rect(repaintRect.left, repaintRect.top,
278 LOG_ALWAYS_FATAL_IF(clip->mode != ClipMode::Region, "can't region clip without region");
279 auto&& region = reinterpret_cast<const ClipRegion*>(clip)->region;
282 SkRegion::Cliperator it(region, clip->rect.toSkIRect());