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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 358 bool hasStroke() const { return strokePaintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
359 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth().isZero(); }
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 122 milliseconds