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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp 58 if (style()->svgStyle().hasStroke()) {
111 ASSERT(svgStyle.hasStroke());
130 return style()->svgStyle().hasStroke() && style()->svgStyle().capStyle() != ButtCap;
RenderSVGRect.cpp 80 if (style()->svgStyle().hasStroke()) {
RenderSVGEllipse.cpp 74 if (style()->svgStyle().hasStroke())
RenderSVGResource.cpp 64 if (!svgStyle.hasStroke() || isRenderingMask)
RenderSVGShape.cpp 332 || (hitRules.canHitStroke && (svgStyle.hasStroke() || !hitRules.requireStroke) && strokeContains(localPoint, hitRules.requireStroke))
385 if (style()->svgStyle().hasStroke()) {
RenderSVGText.cpp 431 || (hitRules.canHitStroke && (style()->svgStyle().hasStroke() || !hitRules.requireStroke))
478 if (!svgStyle.hasStroke())
SVGResources.cpp 284 if (style.hasStroke()) {
SVGInlineTextBox.cpp 751 || (hitRules.canHitStroke && (renderer().style()->svgStyle().hasStroke() || !hitRules.requireStroke))
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 98 if ((textMode & TextModeStroke) && gc->hasStroke()) {
115 if ((textMode & TextModeStroke) && gc->hasStroke()) {
214 if ((textMode & TextModeStroke) && gc->hasStroke()) {
229 bool stroke = (textMode & TextModeStroke) && gc->hasStroke();
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 557 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
562 if (hasStroke) {
665 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
669 if (hasStroke) {
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 526 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
531 if (hasStroke) {
635 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
639 if (hasStroke) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 344 bool hasStroke() const { return strokePaintType() != SVG_PAINTTYPE_NONE; }
345 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth()->isZero(); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 115 bool hasStroke() const { return strokeStyle() != NoStroke && strokeThickness() > 0; }
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 233 milliseconds