Home
last modified time | relevance | path

Searched refs:fRect (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/animator/
DSkDrawRectangle.cpp34 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
36 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
38 SK_MEMBER_ALIAS(right, fRect.fRight, Float),
39 SK_MEMBER_ALIAS(top, fRect.fTop, Float),
48 fRect.setEmpty(); in SkDrawRect()
58 maker.fCanvas->drawRect(fRect, *maker.fPaint); in draw()
66 SkScalarToFloat(fRect.fLeft), SkScalarToFloat(fRect.fTop), SkScalarToFloat(fRect.fRight), in dump()
67 SkScalarToFloat(fRect.fBottom)); in dump()
79 result = fRect.height(); in getProperty()
86 result = fRect.width(); in getProperty()
[all …]
DSkPathParts.cpp226 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
227 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
228 SK_MEMBER_ALIAS(right, fRect.fRight, Float),
229 SK_MEMBER_ALIAS(top, fRect.fTop, Float)
237 fRect.setEmpty(); in SkAddRect()
241 fPath->fPath.addRect(fRect, (SkPath::Direction) direction); in add()
257 fPath->fPath.addOval(fRect, (SkPath::Direction) direction); in add()
300 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction); in add()
DSkDrawSaveLayer.cpp52 maker.fCanvas->saveLayer(&bounds->fRect, &realPaint, SkCanvas::kHasAlphaLayer_SaveFlag); in draw()
55 maker.fCanvas->saveLayer(&bounds->fRect, save, SkCanvas::kHasAlphaLayer_SaveFlag); in draw()
DSkDrawOval.cpp34 maker.fCanvas->drawOval(fRect, *maker.fPaint); in draw()
DSkDrawClip.cpp41 maker.fCanvas->clipRect(rect->fRect); in draw()
DSkMatrixParts.cpp188 temp.setRectToRect(source->fRect, destination->fRect, in add()
DSkDrawRectangle.h40 SkRect fRect;
DSkDrawTextBox.cpp83 box.setBox(fRect); in draw()
DSkPathParts.h129 SkRect fRect;
/external/skia/include/core/
DSkRegion.h258 const SkIRect& rect() const { return fRect; } in rect()
263 SkIRect fRect; variable
275 const SkIRect& rect() const { return fRect; } in rect()
280 SkIRect fRect; variable
/external/skia/src/core/
DSkRegion.cpp1162 fRect = rgn.fBounds; in reset()
1166 fRect.set(fRuns[2], fRuns[0], fRuns[3], fRuns[1]); in reset()
1185 fRect.fLeft = runs[0]; in next()
1186 fRect.fRight = runs[1]; in next()
1192 fRect.fTop = runs[0]; in next()
1195 fRect.fTop = fRect.fBottom; in next()
1198 fRect.fBottom = runs[0]; in next()
1200 fRect.fLeft = runs[1]; in next()
1201 fRect.fRight = runs[2]; in next()
1218 if (fRect.intersect(clip, r)) { in Cliperator()
[all …]
DSkPath.cpp37 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) { in SkAutoPathBoundsUpdate()
43 fRect.set(left, top, right, bottom); in SkAutoPathBoundsUpdate()
50 fPath->fBounds = fRect; in ~SkAutoPathBoundsUpdate()
53 fPath->fBounds.join(fRect); in ~SkAutoPathBoundsUpdate()
60 SkRect fRect; member in SkAutoPathBoundsUpdate
70 fRect.sort(); in init()
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp76 FloatRect fRect(rect.x(), rect.y(), rect.width(), rect.height()); in windowRect() local
77 return fRect; in windowRect()
/external/webkit/WebKit/mac/Carbon/
DCarbonWindowFrame.m101 - (NSRect)contentRectForFrameRect:(NSRect)fRect styleMask:(NSUInteger)style {
102 return [[self class] contentRectForFrameRect: fRect styleMask:style];