HomeSort by relevance Sort by last modified time
    Searched defs:rectClip (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
complexclip.cpp 139 SkRect rectClip = clipA.getBounds();
140 rectClip.join(path.getBounds());
141 rectClip.join(path.getBounds());
142 rectClip.outset(5, 5);
143 canvas->clipRect(rectClip);
  /external/skia/src/effects/
SkLayerRasterizer.cpp 120 SkRasterClip rectClip;
124 rectClip.setRect(SkIRect::MakeWH(mask->fBounds.width(), mask->fBounds.height()));
131 draw.fRC = &rectClip;
  /frameworks/base/libs/hwui/
ClipArea.cpp 436 auto rectClip = allocator.create<ClipRect>(recordedClip->rect);
437 recordedClipTransform.mapRect(rectClip->rect);
438 rectClip->rect.doIntersect(mClipRect);
439 rectClip->rect.snapToPixelBoundaries();
440 mLastResolutionResult = rectClip;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h     [all...]

Completed in 275 milliseconds