Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DOpaqueRegionSkia.cpp210 SkRect strokeRect; in didDrawRect() local
/external/chromium_org/third_party/skia/src/core/
DSkStroke.cpp686 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() function in SkStroke
/external/skia/src/core/
DSkStroke.cpp686 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect() function in SkStroke
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp1287 void GraphicsContext::strokeRect(const FloatRect& rect) in strokeRect() function in WebCore::GraphicsContext
1292 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) in strokeRect() function in WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1293 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height) in strokeRect() function in WebCore::CanvasRenderingContext2D