HomeSort by relevance Sort by last modified time
    Searched refs:toSkIRect (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
ClipArea.h 178 SkRegion createViewportRegion() { return SkRegion(mViewportBounds.toSkIRect()); }
ClipArea.cpp 311 mClipRegion.setRect(mClipRect.toSkIRect());
434 other.setRect(resultClip.toSkIRect());
455 regionClip->region.op(mClipRect.toSkIRect(), other, SkRegion::kIntersect_Op);
Rect.h 244 SkIRect toSkIRect() const { return SkIRect::MakeLTRB(left, top, right, bottom); }
BakedOpRenderer.cpp 278 SkRegion::Cliperator it(region, clip->rect.toSkIRect());
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaPipeline.cpp 120 layerCanvas->androidFramework_setDeviceClipRestriction(layerDamage.toSkIRect());

Completed in 141 milliseconds