/external/skia/src/core/ |
H A D | SkCubicClipper.h | 32 SkRect fClip; member in class:SkCubicClipper
|
H A D | SkQuadClipper.h | 30 SkRect fClip; member in class:SkQuadClipper
|
H A D | SkAAClip.cpp | 19 AutoAAClipValidate(const SkAAClip& clip) : fClip(clip) { 20 fClip.validate(); 23 fClip.validate(); 26 const SkAAClip& fClip; member in class:AutoAAClipValidate
|
H A D | SkDraw.cpp | 300 const SkRegion* fClip; member in struct:PtProcRec 319 SkASSERT(rec.fClip->isRect()); 320 const SkIRect& r = rec.fClip->getBounds(); 378 if (rec.fClip->contains(x, y)) { 460 fClip = nullptr; 476 fClip = nullptr; 490 fClip = &fRC->bwRgn(); 493 fClip = &fWrapper.getRgn(); 516 if (SkCanvas::kPoints_PointMode == fMode && fClip->isRect()) { 1451 , fClip(fUseRegionToDra 1551 const SkRegion* const fClip; member in class:DrawOneGlyph [all...] |
H A D | SkCanvas.cpp | 194 SkRasterClip fClip; member in struct:DeviceCM 203 , fClip(conservativeRasterClip) 226 fClip.setRect(bounds); 238 fClip = totalClip; 245 totalClip.translate(-x, -y, &fClip); 248 fClip.op(SkIRect::MakeWH(width, height), SkRegion::kIntersect_Op); 257 fDevice->setMatrixClip(*fMatrix, fClip.forceGetBW(), clipStack); 260 if (!fClip.isEmpty()) { 263 SkASSERT(deviceR.contains(fClip.getBounds())); 341 while (fCurrLayer && fCurrLayer->fClip [all...] |
/external/skia/samplecode/ |
H A D | SampleMegaStroke.cpp | 16 fClip.set(0, 0, 950, 600); 38 fClip.set(0, 0, 950, 600); 43 fClip.set(0, 0, 950, 600); 59 canvas->clipRect(fClip); 77 fClip = divSim; 81 fClip.set(0, 0, 950, 600); 90 SkRect fClip; member in class:MegaStrokeView
|
H A D | SamplePathClip.cpp | 159 SkRect fClip; member in class:EdgeClipView 162 EdgeClipView() : fClip(SkRect::MakeLTRB(150, 150, 550, 450)) { 214 canvas->drawRect(fClip, p); 219 canvas->clipRect(fClip); 234 draw_clipped_line(canvas, fClip, fPoly[i], fPoly[j], p); 305 if (fClip.intersects(SkRect::MakeLTRB(x - 1, y - 1, x + 1, y + 1))) { 306 return new DragRectClick(this, &fClip);
|
H A D | SamplePathFuzz.cpp | 150 fClip = makePath(); 162 return fClip; 583 SkPath fClip; member in class:FuzzPath
|
/external/skia/bench/ |
H A D | SKPBench.h | 51 const SkIRect fClip; member in class:SKPBench
|
H A D | nanobench.cpp | 572 &fClip.fLeft, &fClip.fTop, &fClip.fRight, &fClip.fBottom)) { 701 return new SKPBench(name.c_str(), pic.get(), fClip, fScales[fCurrentScale], 725 return new SKPAnimationBench(name.c_str(), pic.get(), fClip, animation, 941 SkStringPrintf("%d %d %d %d", fClip.fLeft, fClip.fTop, 942 fClip.fRight, fClip 971 SkIRect fClip; member in class:BenchmarkStream [all...] |
/external/skia/include/core/ |
H A D | SkDraw.h | 148 const SkRegion* fClip; // DEPRECATED member in class:SkDraw
|
H A D | SkRegion.h | 343 SkIRect fClip; member in class:SkRegion::Cliperator
|
/external/skia/src/gpu/ |
H A D | SkGpuDevice.h | 166 GrClip fClip;; member in class:SkGpuDevice
|
H A D | GrPipelineBuilder.h | 365 void setClip(const GrClip& clip) { fClip = clip; } 366 const GrClip& clip() const { return fClip; } 382 GrClip fClip; member in class:GrPipelineBuilder
|
/external/skia/include/gpu/ |
H A D | GrClip.h | 33 fClip.fIRect = rect; 38 fClip.fIRect.fLeft = SkScalarRoundToInt(rect.fLeft); 39 fClip.fIRect.fTop = SkScalarRoundToInt(rect.fTop); 40 fClip.fIRect.fRight = SkScalarRoundToInt(rect.fRight); 41 fClip.fIRect.fBottom = SkScalarRoundToInt(rect.fBottom); 54 fClip.fStack = SkRef(other.clipStack()); 58 fClip.fIRect = other.irect(); 98 return fClip.fStack; 108 fClip.fStack = SkRef(clipStack); 119 return fClip 179 } fClip; member in class:GrClip [all...] |
/external/skia/gm/ |
H A D | complexclip2.cpp | 27 : fClip(clip) 124 if (kRect_Clip == fClip && !fAntiAlias) { 130 ClipStr(fClip), 159 switch (fClip) { 173 switch (fClip) { 197 Clip fClip; member in class:skiagm::ComplexClip2GM
|
/external/skia/tools/debugger/ |
H A D | SkDebugCanvas.h | 79 return fClip; 238 SkIRect fClip; member in class:SkDebugCanvas
|