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

  /external/skia/src/core/
SkScanPriv.h 34 const SkRegion& clipRgn);
SkBlitter.h 195 called with coordinates that have been clipped by the specified clipRgn.
200 void init(SkBlitter* blitter, const SkRegion* clipRgn) {
201 SkASSERT(clipRgn && !clipRgn->isEmpty());
203 fRgn = clipRgn;
SkScan_AntiPath.cpp 674 const SkRegion* clipRgn = &origClip;
681 clipRgn = &tmpClipStorage;
684 // for here down, use clipRgn, not origClip
686 SkScanClipper clipper(blitter, clipRgn, ir);
691 blitter->blitRegion(*clipRgn);
700 sk_blit_above(blitter, ir, *clipRgn);
716 MaskSuperBlitter superBlit(blitter, ir, *clipRgn, isInverse);
718 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn);
720 SuperBlitter superBlit(blitter, ir, *clipRgn, isInverse);
721 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn);
    [all...]
SkScan_Hairline.cpp 161 const SkRegion* clipRgn;
163 clipRgn = &clip.bwRgn();
166 clipRgn = &wrapper.getRgn();
169 blitter = clipper.apply(blitter, clipRgn);
465 const SkRegion* clipRgn = NULL;
475 clipRgn = &wrap.getRgn();
477 HairLineRgn(pts, count, clipRgn, blitter);
486 const SkRegion* clipRgn = NULL;
495 clipRgn = &wrap.getRgn();
497 AntiHairLineRgn(pts, count, clipRgn, blitter)
    [all...]
SkScan_Path.cpp 398 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) {
419 SkIRect rect = clipRgn.getBounds();
466 ib.setBlitter(blitter, clipRgn.getBounds(), shiftEdgesUp);
695 const SkRegion* clipRgn;
697 clipRgn = &clip.bwRgn();
700 clipRgn = &wrap.getRgn();
704 SkScanClipper clipper(blitter, clipRgn, ir);
SkDraw.cpp 914 const SkRegion* clipRgn;
917 clipRgn = &fRC->bwRgn();
920 clipRgn = &wrapper.getRgn();
923 blitter->blitMaskRegion(*mask, *clipRgn);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 163 milliseconds