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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
H A DOpaqueRegionSkia.cpp210 SkRect strokeRect; local
211 strokeRect = paint.computeFastBounds(fillRect, &strokeRect);
212 didDraw(context, strokeRect, paint, sourceBitmap, fillsBounds, FillOrStroke);
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp550 // If src is really a rect, call our specialty strokeRect() method
555 this->strokeRect(src.getBounds(), dst, dir);
677 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, function in class:SkStroke
/external/skia/src/core/
H A DSkStroke.cpp550 // If src is really a rect, call our specialty strokeRect() method
555 this->strokeRect(src.getBounds(), dst, dir);
677 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.cpp1067 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
1091 c->strokeRect(rect, state().m_lineWidth);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext.cpp1317 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::GraphicsContext

Completed in 285 milliseconds