HomeSort by relevance Sort by last modified time
    Searched defs:strokeRect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
OpaqueRegionSkia.cpp 210 SkRect strokeRect;
211 strokeRect = paint.computeFastBounds(fillRect, &strokeRect);
212 didDraw(context, strokeRect, paint, sourceBitmap, fillsBounds, FillOrStroke);
  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 550 // 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,
  /external/skia/src/core/
SkStroke.cpp 550 // 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,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 1067 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height)
1091 c->strokeRect(rect, state().m_lineWidth);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 231 milliseconds