Searched defs:strokeRect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.cpp233 SkRect strokeRect; local
234 strokeRect = paint.computeFastBounds(fillRect, &strokeRect);
235 didDraw(context, strokeRect, paint, sourceBitmap, fillsBounds, FillOrStroke);
H A DGraphicsContext.cpp1448 void GraphicsContext::strokeRect(const FloatRect& rect) function in class:blink::GraphicsContext
1450 strokeRect(rect, strokeThickness());
1453 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) function in class:blink::GraphicsContext
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp560 // If src is really a rect, call our specialty strokeRect() method
565 this->strokeRect(src.getBounds(), dst, dir);
687 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, function in class:SkStroke
/external/skia/src/core/
H A DSkStroke.cpp559 // If src is really a rect, call our specialty strokeRect() method
564 this->strokeRect(src.getBounds(), dst, dir);
686 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, function in class:SkStroke
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1312 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height) function in class:blink::CanvasRenderingContext2D
1341 c->strokeRect(rect);
1348 c->strokeRect(rect);
1654 context->strokeRect(rect);

Completed in 247 milliseconds