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

1 2

  /external/skia/legacy/src/animator/
SkDrawRectangle.cpp 26 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
28 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
30 SK_MEMBER_ALIAS(right, fRect.fRight, Float),
31 SK_MEMBER_ALIAS(top, fRect.fTop, Float),
40 fRect.setEmpty();
50 maker.fCanvas->drawRect(fRect, *maker.fPaint);
58 SkScalarToFloat(fRect.fLeft), SkScalarToFloat(fRect.fTop), SkScalarToFloat(fRect.fRight),
59 SkScalarToFloat(fRect.fBottom))
    [all...]
SkDrawOval.cpp 26 maker.fCanvas->drawOval(fRect, *maker.fPaint);
SkDrawClip.cpp 33 maker.fCanvas->clipRect(rect->fRect);
SkDrawRectangle.h 32 SkRect fRect;
SkDrawSaveLayer.cpp 44 maker.fCanvas->saveLayer(&bounds->fRect, &realPaint, SkCanvas::kHasAlphaLayer_SaveFlag);
47 maker.fCanvas->saveLayer(&bounds->fRect, save, SkCanvas::kHasAlphaLayer_SaveFlag);
SkPathParts.cpp 218 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
219 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
220 SK_MEMBER_ALIAS(right, fRect.fRight, Float),
221 SK_MEMBER_ALIAS(top, fRect.fTop, Float)
229 fRect.setEmpty();
233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
249 fPath->fPath.addOval(fRect, (SkPath::Direction) direction);
292 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
SkDrawTextBox.cpp 75 box.setBox(fRect);
  /external/skia/src/animator/
SkDrawRectangle.cpp 26 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
28 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
30 SK_MEMBER_ALIAS(right, fRect.fRight, Float),
31 SK_MEMBER_ALIAS(top, fRect.fTop, Float),
40 fRect.setEmpty();
50 maker.fCanvas->drawRect(fRect, *maker.fPaint);
58 SkScalarToFloat(fRect.fLeft), SkScalarToFloat(fRect.fTop), SkScalarToFloat(fRect.fRight),
59 SkScalarToFloat(fRect.fBottom))
    [all...]
SkDrawOval.cpp 26 maker.fCanvas->drawOval(fRect, *maker.fPaint);
SkDrawClip.cpp 33 maker.fCanvas->clipRect(rect->fRect);
SkDrawRectangle.h 32 SkRect fRect;
SkDrawSaveLayer.cpp 44 maker.fCanvas->saveLayer(&bounds->fRect, &realPaint, SkCanvas::kHasAlphaLayer_SaveFlag);
47 maker.fCanvas->saveLayer(&bounds->fRect, save, SkCanvas::kHasAlphaLayer_SaveFlag);
SkPathParts.cpp 218 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
219 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
220 SK_MEMBER_ALIAS(right, fRect.fRight, Float),
221 SK_MEMBER_ALIAS(top, fRect.fTop, Float)
229 fRect.setEmpty();
233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
249 fPath->fPath.addOval(fRect, (SkPath::Direction) direction);
292 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
SkDrawTextBox.cpp 75 box.setBox(fRect);
  /external/skia/src/core/
SkRRect.cpp 32 fRect = rect;
37 if (xRad >= SkScalarHalf(fRect.width()) && yRad >= SkScalarHalf(fRect.height())) {
51 fRect = rect;
126 if (!fRect.contains(x, y)) {
131 // the 'fRect' test above was sufficient
141 canonicalPt.set(x - fRect.centerX(), y - fRect.centerY());
144 if (x < fRect.fLeft + fRadii[kUpperLeft_Corner].fX &&
145 y < fRect.fTop + fRadii[kUpperLeft_Corner].fY)
    [all...]
  /external/skia/include/core/
SkRRect.h 106 SkScalar width() const { return fRect.width(); }
107 SkScalar height() const { return fRect.height(); }
113 fRect.setEmpty();
129 fRect = rect;
149 fRect = oval;
176 const SkRect& rect() const { return fRect; }
178 const SkRect& getBounds() const { return fRect; }
190 return a.fRect == b.fRect &&
195 return a.fRect != b.fRect |
    [all...]
SkClipStack.h 75 return fRect == element.fRect;
92 const SkRect& getRect() const { return fRect; }
122 return fRect;
140 return fRect.contains(rect);
162 SkRect fRect;
213 fRect = rect;
229 fRect.setEmpty();
SkRegion.h 306 const SkIRect& rect() const { return fRect; }
313 SkIRect fRect;
326 const SkIRect& rect() const { return fRect; }
331 SkIRect fRect;
  /external/skia/legacy/src/core/
SkClipStack.cpp 20 SkRect fRect;
26 Rec(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) : fRect(rect) {
34 fRect.setEmpty();
50 return fRect == b.fRect;
152 if (!rec->fRect.intersect(rect)) {
175 if (!SkRect::Intersects(rec->fRect, pathBounds)) {
199 ((a.fRect == NULL && b.fRect == NULL) ||
200 (a.fRect != NULL && b.fRect != NULL && *a.fRect == *b.fRect)) &
    [all...]
  /external/skia/legacy/include/core/
SkClipStack.h 52 Clip() : fRect(NULL), fPath(NULL), fOp(SkRegion::kIntersect_Op) {}
55 const SkRect* fRect; // if non-null, this is a rect clip
64 * the pointers fRect and fPath:
66 * fRect==NULL fPath!=NULL path clip
67 * fRect!=NULL fPath==NULL rect clip
68 * fRect==NULL fPath==NULL empty clip
SkRegion.h 306 const SkIRect& rect() const { return fRect; }
313 SkIRect fRect;
326 const SkIRect& rect() const { return fRect; }
331 SkIRect fRect;
  /external/skia/gm/
simpleaaclip.cpp 60 fRect = fBase;
61 fRect.inset(5, 5);
62 fRect.offset(25, 25);
65 fRectPath.addRoundRect(fRect, SkIntToScalar(5), SkIntToScalar(5));
85 canvas->drawRect(fRect, paint);
114 canvas->clipRect(fRect, op, true);
187 SkRect fRect;
190 SkPath fRectPath; // fRect as a round rect
shadows.cpp 28 SkRect fRect;
33 fRect.set(SkIntToScalar(10), SkIntToScalar(10),
100 canvas->drawRect(fRect, paint);
  /external/skia/tests/
InfRectTest.cpp 19 SkIRect fRect;
33 gData[index].fRect.centerX() == gData[index].fCenter.x());
35 gData[index].fRect.centerY() == gData[index].fCenter.y());
  /external/skia/bench/
AAClipBench.cpp 186 SkRect fRect;
204 fRect.set(fRegion.getBounds());
205 fRect.inset(SK_Scalar1/4, SK_Scalar1/4);
206 fPath.addRoundRect(fRect, SkIntToScalar(20), SkIntToScalar(20));
220 clip.setRect(fRect, fDoAA);

Completed in 259 milliseconds

1 2