/external/skia/src/animator/ |
D | SkDrawRectangle.cpp | 34 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 …]
|
D | SkPathParts.cpp | 226 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()
|
D | SkDrawSaveLayer.cpp | 52 maker.fCanvas->saveLayer(&bounds->fRect, &realPaint, SkCanvas::kHasAlphaLayer_SaveFlag); in draw() 55 maker.fCanvas->saveLayer(&bounds->fRect, save, SkCanvas::kHasAlphaLayer_SaveFlag); in draw()
|
D | SkDrawOval.cpp | 34 maker.fCanvas->drawOval(fRect, *maker.fPaint); in draw()
|
D | SkDrawClip.cpp | 41 maker.fCanvas->clipRect(rect->fRect); in draw()
|
D | SkMatrixParts.cpp | 188 temp.setRectToRect(source->fRect, destination->fRect, in add()
|
D | SkDrawRectangle.h | 40 SkRect fRect;
|
D | SkDrawTextBox.cpp | 83 box.setBox(fRect); in draw()
|
D | SkPathParts.h | 129 SkRect fRect;
|
/external/skia/include/core/ |
D | SkRegion.h | 258 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/ |
D | SkRegion.cpp | 1162 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 …]
|
D | SkPath.cpp | 37 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/ |
D | ChromeClientAndroid.cpp | 76 FloatRect fRect(rect.x(), rect.y(), rect.width(), rect.height()); in windowRect() local 77 return fRect; in windowRect()
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonWindowFrame.m | 101 - (NSRect)contentRectForFrameRect:(NSRect)fRect styleMask:(NSUInteger)style { 102 return [[self class] contentRectForFrameRect: fRect styleMask:style];
|