OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasStroke
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h
362
bool
hasStroke
() const { return strokePaintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
363
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 266 milliseconds