HomeSort by relevance Sort by last modified time
    Searched refs:fClip (Results 1 - 25 of 35) sorted by null

1 2

  /external/skia/src/core/
SkCubicClipper.h 31 SkRect fClip;
SkQuadClipper.cpp 12 fClip.setEmpty();
17 fClip.set(clip);
66 const SkScalar ctop = fClip.fTop;
67 const SkScalar cbot = fClip.fBottom;
SkCubicClipper.cpp 14 fClip.setEmpty();
19 fClip.set(clip);
124 const SkScalar ctop = fClip.fTop;
125 const SkScalar cbot = fClip.fBottom;
SkQuadClipper.h 30 SkRect fClip;
SkDrawProcs.h 20 const SkRegion* fClip;
SkDraw.cpp 297 const SkRegion* fClip;
316 SkASSERT(rec.fClip->isRect());
317 const SkIRect& r = rec.fClip->getBounds();
375 if (rec.fClip->contains(x, y)) {
453 fClip = NULL;
469 fClip = NULL;
483 fClip = &fRC->bwRgn();
486 fClip = &fWrapper.getRgn();
509 if (SkCanvas::kPoints_PointMode == fMode && fClip->isRect()) {
    [all...]
SkCanvas.cpp 114 SkRasterClip fClip;
123 , fClip(conservativeRasterClip)
146 fClip.setRect(bounds);
158 fClip = totalClip;
165 totalClip.translate(-x, -y, &fClip);
168 fClip.op(SkIRect::MakeWH(width, height), SkRegion::kIntersect_Op);
177 fDevice->setMatrixClip(*fMatrix, fClip.forceGetBW(), clipStack);
180 if (!fClip.isEmpty()) {
183 SkASSERT(deviceR.contains(fClip.getBounds()));
261 while (fCurrLayer && fCurrLayer->fClip.isEmpty())
    [all...]
  /external/skia/include/gpu/
GrClip.h 34 fClip.fIRect = rect;
39 fClip.fIRect.fLeft = SkScalarRoundToInt(rect.fLeft);
40 fClip.fIRect.fTop = SkScalarRoundToInt(rect.fTop);
41 fClip.fIRect.fRight = SkScalarRoundToInt(rect.fRight);
42 fClip.fIRect.fBottom = SkScalarRoundToInt(rect.fBottom);
55 fClip.fStack = SkRef(other.clipStack());
59 fClip.fIRect = other.irect();
97 return fClip.fStack;
107 fClip.fStack = SkRef(clipStack);
118 return fClip.fIRect
    [all...]
  /external/skia/samplecode/
SampleCull.cpp 108 fClip.set(0, 0, SkIntToScalar(160), SkIntToScalar(160));
113 SkScalar x = nextScalarRange(rand, -fClip.width()*1, fClip.width()*2);
114 SkScalar y = nextScalarRange(rand, -fClip.height()*1, fClip.height()*2);
121 SkScalar bump = fClip.width()/8;
147 canvas->translate( SkScalarHalf(this->width() - fClip.width()),
148 SkScalarHalf(this->height() - fClip.height()));
157 canvas->drawRect(fClip, paint);
169 fClip.round(&iclip)
    [all...]
SamplePathFuzz.cpp 149 fClip = makePath();
161 return fClip;
582 SkPath fClip;
  /external/skia/bench/
SKPBench.h 42 const SkIRect fClip;
SKPBench.cpp 19 , fClip(clip)
95 return SkIPoint::Make(fClip.width(), fClip.height());
CoverageBench.cpp 42 fDraw.fClip = &fRC.bwRgn();
nanobench.cpp 511 &fClip.fLeft, &fClip.fTop, &fClip.fRight, &fClip.fBottom)) {
636 (name.c_str(), pic.get(), fClip,
661 return SkNEW_ARGS(SKPAnimationBench, (name.c_str(), pic.get(), fClip, anim,
798 SkStringPrintf("%d %d %d %d", fClip.fLeft, fClip.fTop,
799 fClip.fRight, fClip.fBottom).c_str())
    [all...]
  /external/skia/gm/
complexclip2.cpp 25 : fClip(clip)
122 if (kRect_Clip == fClip && !fAntiAlias) {
128 ClipStr(fClip),
157 switch (fClip) {
171 switch (fClip) {
195 Clip fClip;
  /external/skia/src/gpu/
GrPipelineBuilder.cpp 36 fClip = that.fClip;
74 fClip = clip;
GrPipelineBuilder.h 381 void setClip(const GrClip& clip) { fClip = clip; }
382 const GrClip& clip() const { return fClip; }
431 GrClip fClip;
SkGpuDevice.cpp 288 fClip.reset();
299 fClip.setClipStack(fClipStack, &this->getOrigin());
360 fContext->drawPaint(fRenderTarget, fClip, grPaint, *draw.fMatrix);
391 fContext->drawPath(fRenderTarget, fClip, grPaint, *draw.fMatrix, path, strokeInfo);
408 fClip,
481 fContext->drawRect(fRenderTarget, fClip, grPaint, *draw.fMatrix, rect, &strokeInfo);
506 draw.fClip->getBounds(),
511 if (draw.fClip->quickReject(finalIRect)) {
518 fClip,
551 fContext->drawRRect(fRenderTarget, fClip, grPaint, *draw.fMatrix, rect, strokeInfo)
    [all...]
GrTextContext.h 55 GrClip fClip;
GrTextContext.cpp 37 fClip = clip;
42 fClip.getConservativeBounds(fRenderTarget->width(), fRenderTarget->height(), &fClipRect);
GrStencilAndCoverTextContext.cpp 373 fPipelineBuilder.setFromPaint(fPaint, fRenderTarget, fClip);
461 fFallbackTextContext->drawPosText(fRenderTarget, fClip, paintFallback, skPaintFallback,
  /external/skia/include/core/
SkDraw.h 145 const SkRegion* fClip; // DEPRECATED
SkRegion.h 343 SkIRect fClip;
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 71 return fClip;
228 SkIRect fClip;
  /external/skia/src/pdf/
SkPDFDevice.cpp 623 init(draw.fClipStack, *draw.fClip, *draw.fMatrix, paint, hasText);
814 if (d.fClip->isEmpty()) {
895 if (d.fClip->isEmpty()) {
    [all...]

Completed in 103 milliseconds

1 2