HomeSort by relevance Sort by last modified time
    Searched defs:fBounds (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/skia/src/core/
SkGlyph.h 131 // the fBounds contains the top and bottom of the underline. The fInterval pair contains the
136 SkScalar fBounds[2]; // for horz underlines, the boundaries in Y
SkRasterClip.h 17 SkIRect fBounds;
30 SkConservativeClip() : fBounds(SkIRect::MakeEmpty()), fClipRestrictionRect(nullptr) {}
32 bool isEmpty() const { return fBounds.isEmpty(); }
34 const SkIRect& getBounds() const { return fBounds; }
36 void setEmpty() { fBounds.setEmpty(); }
37 void setRect(const SkIRect& r) { fBounds = r; }
SkRecordDraw.cpp 106 lattice.fBounds = &r.src;
168 , fBounds(bounds) {
200 const Bounds& getBounds(int index) const { return fBounds[index]; }
293 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); }
306 fBounds[fCurrentOp] = this->bounds(op);
307 this->updateSaveBounds(fBounds[fCurrentOp]);
382 fBounds[fControlIndices.top()] = bounds;
597 Bounds* fBounds;
  /external/skia/src/gpu/ops/
GrOp.h 84 return fBounds;
88 fBounds = clippedBounds;
157 fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
181 fBounds = newBounds;
186 m.mapRect(&fBounds, srcBounds);
201 return fBounds.joinPossiblyEmptyRect(that.fBounds);
    [all...]
  /external/skia/tests/
PathOpsBuilderConicTest.cpp 16 SkRect fBounds;
58 oval.addOval(set.fBounds);
86 set.fBounds.setXYWH(5, 5,
    [all...]
  /external/skqp/include/core/
SkRegion.h 85 const SkIRect& getBounds() const { return fBounds; }
198 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region
202 /* fBounds.contains(left, top, right, bottom); */
203 fBounds.fLeft <= left && fBounds.fTop <= top &&
204 fBounds.fRight >= right && fBounds.fBottom >= bottom;
214 !SkIRect::Intersects(fBounds, rect);
224 !SkIRect::Intersects(fBounds, rgn.fBounds);
    [all...]
SkCanvas.h 634 /** Sets fBounds, fPaint, and fBackdrop to nullptr. Clears fSaveLayerFlags.
640 /** Sets fBounds, fPaint, and fSaveLayerFlags; sets fBackdrop to nullptr.
648 : fBounds(bounds)
653 /** Sets fBounds, fPaint, fBackdrop, and fSaveLayerFlags.
664 : fBounds(bounds)
671 Sets fBounds, fPaint, fBackdrop, fClipMask, fClipMatrix, and fSaveLayerFlags.
691 : fBounds(bounds)
699 /** fBounds is used as a hint to limit the size of layer; may be nullptr.
700 fBounds suggests but does not define layer size. To clip drawing to
703 const SkRect* fBounds = nullptr
    [all...]
  /external/skqp/include/private/
GrAuditTrail.h 109 SkRect fBounds;
112 SkRect fBounds;
130 SkRect fBounds;
143 SkRect fBounds;
SkPathRef.h 227 return fBounds;
361 fIsFinite = ComputePtBounds(&fBounds, *this);
367 fBounds = rect;
369 fIsFinite = fBounds.isFinite();
523 mutable SkRect fBounds;
  /external/skqp/samplecode/
SampleAtlas.cpp 137 SkRect fBounds;
142 : fProc(proc), fBounds(r), fUseColors(false)
179 fRec[i].advance(fBounds);
195 SkRect r = fBounds;
SampleFatBits.cpp 96 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
122 SkRect fBounds, fClipRect;
186 canvas->drawRect(fBounds, paint);
  /external/skqp/src/core/
SkCoverageDelta.h 110 // 1 for precision error, 1 for boundary delta (e.g., -SK_Fixed1 at fBounds.fRight + 1)
129 int top() const { return fBounds.fTop; }
130 int bottom() const { return fBounds.fBottom; }
132 const SkIRect& getBounds() const { return fBounds; }
149 mask.fBounds = fBounds;
150 mask.fRowBytes = fBounds.width();
158 SkIRect fBounds;
167 void checkY(int y) const { SkASSERT(y >= fBounds.fTop && y < fBounds.fBottom);
    [all...]
SkGlyph.h 131 // the fBounds contains the top and bottom of the underline. The fInterval pair contains the
136 SkScalar fBounds[2]; // for horz underlines, the boundaries in Y
SkRasterClip.h 17 SkIRect fBounds;
30 SkConservativeClip() : fBounds(SkIRect::MakeEmpty()), fClipRestrictionRect(nullptr) {}
32 bool isEmpty() const { return fBounds.isEmpty(); }
34 const SkIRect& getBounds() const { return fBounds; }
36 void setEmpty() { fBounds.setEmpty(); }
37 void setRect(const SkIRect& r) { fBounds = r; }
SkRecordDraw.cpp 106 lattice.fBounds = &r.src;
168 , fBounds(bounds) {
200 const Bounds& getBounds(int index) const { return fBounds[index]; }
293 void trackBounds(const Restore&) { fBounds[fCurrentOp] = this->popSaveBlock(); }
306 fBounds[fCurrentOp] = this->bounds(op);
307 this->updateSaveBounds(fBounds[fCurrentOp]);
382 fBounds[fControlIndices.top()] = bounds;
597 Bounds* fBounds;
  /external/skqp/src/gpu/ops/
GrOp.h 84 return fBounds;
88 fBounds = clippedBounds;
157 fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
181 fBounds = newBounds;
186 m.mapRect(&fBounds, srcBounds);
201 return fBounds.joinPossiblyEmptyRect(that.fBounds);
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpuCommandBuffer.h 171 SkRect fBounds;
  /external/skqp/tests/
PathOpsBuilderConicTest.cpp 16 SkRect fBounds;
58 oval.addOval(set.fBounds);
86 set.fBounds.setXYWH(5, 5,
    [all...]
  /external/skia/include/private/
SkPathRef.h 227 return fBounds;
364 fIsFinite = ComputePtBounds(&fBounds, *this);
370 fBounds = rect;
372 fIsFinite = fBounds.isFinite();
526 mutable SkRect fBounds;
  /external/skia/src/pathops/
SkOpContour.h 25 return fBounds.fTop == rh.fBounds.fTop
26 ? fBounds.fLeft < rh.fBounds.fLeft
27 : fBounds.fTop < rh.fBounds.fTop;
59 return fBounds;
284 SkDEBUGCODE(fBounds.set(SK_ScalarMax, SK_ScalarMax, SK_ScalarMin, SK_ScalarMin));
307 fBounds = segment->bounds();
309 fBounds.add(segment->bounds())
    [all...]
SkOpSegment.h 27 return fBounds.fTop < rh.fBounds.fTop;
48 curve.setConicBounds(pts, weight, 0, 1, &fBounds);
56 curve.setCubicBounds(pts, 1, 0, 1, &fBounds);
74 fBounds.set(pts, 2);
91 curve.setQuadBounds(pts, 1, 0, 1, &fBounds);
99 return fBounds;
251 return fBounds.fTop == fBounds.fBottom;
259 return fBounds.fLeft == fBounds.fRight
    [all...]
  /external/skqp/src/pathops/
SkOpContour.h 25 return fBounds.fTop == rh.fBounds.fTop
26 ? fBounds.fLeft < rh.fBounds.fLeft
27 : fBounds.fTop < rh.fBounds.fTop;
59 return fBounds;
284 SkDEBUGCODE(fBounds.set(SK_ScalarMax, SK_ScalarMax, SK_ScalarMin, SK_ScalarMin));
307 fBounds = segment->bounds();
309 fBounds.add(segment->bounds())
    [all...]
SkOpSegment.h 27 return fBounds.fTop < rh.fBounds.fTop;
48 curve.setConicBounds(pts, weight, 0, 1, &fBounds);
56 curve.setCubicBounds(pts, 1, 0, 1, &fBounds);
74 fBounds.set(pts, 2);
91 curve.setQuadBounds(pts, 1, 0, 1, &fBounds);
99 return fBounds;
251 return fBounds.fTop == fBounds.fBottom;
259 return fBounds.fLeft == fBounds.fRight
    [all...]
  /external/skia/include/core/
SkCanvas.h 625 /** Sets fBounds, fPaint, and fBackdrop to nullptr. Clears fSaveLayerFlags.
631 /** Sets fBounds, fPaint, and fSaveLayerFlags; sets fBackdrop to nullptr.
639 : fBounds(bounds)
644 /** Sets fBounds, fPaint, fBackdrop, and fSaveLayerFlags.
655 : fBounds(bounds)
662 Sets fBounds, fPaint, fBackdrop, fClipMask, fClipMatrix, and fSaveLayerFlags.
682 : fBounds(bounds)
690 /** fBounds is used as a hint to limit the size of layer; may be nullptr.
691 fBounds suggests but does not define layer size. To clip drawing to
694 const SkRect* fBounds = nullptr
    [all...]
  /external/skia/samplecode/
SampleFatBits.cpp 96 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
122 SkRect fBounds, fClipRect;
186 canvas->drawRect(fBounds, paint);

Completed in 999 milliseconds

1 23 4