Home
last modified time | relevance | path

Searched refs:hasStroke (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGPath.cpp58 if (style()->svgStyle().hasStroke()) { in calculateUpdatedStrokeBoundingBox()
111 ASSERT(svgStyle.hasStroke()); in shapeDependentStrokeContains()
130 return style()->svgStyle().hasStroke() && style()->svgStyle().capStyle() != ButtCap; in shouldStrokeZeroLengthSubpath()
DRenderSVGRect.cpp80 if (style()->svgStyle().hasStroke()) { in updateShapeFromElement()
DRenderSVGEllipse.cpp74 if (style()->svgStyle().hasStroke()) in updateShapeFromElement()
DRenderSVGShape.cpp332 …|| (hitRules.canHitStroke && (svgStyle.hasStroke() || !hitRules.requireStroke) && strokeContains(l… in nodeAtFloatPointInternal()
385 if (style()->svgStyle().hasStroke()) { in calculateStrokeBoundingBox()
DRenderSVGText.cpp431 … || (hitRules.canHitStroke && (style()->svgStyle().hasStroke() || !hitRules.requireStroke)) in nodeAtFloatPoint()
478 if (!svgStyle.hasStroke()) in strokeBoundingBox()
DRenderSVGResource.cpp64 if (!svgStyle.hasStroke() || isRenderingMask) in requestPaintingResource()
DSVGResources.cpp284 if (style.hasStroke()) { in buildResources()
DSVGInlineTextBox.cpp751 …|| (hitRules.canHitStroke && (renderer().style()->svgStyle().hasStroke() || !hitRules.requireStrok… in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontHarfBuzz.cpp98 if ((textMode & TextModeStroke) && gc->hasStroke()) { in paintGlyphs()
115 if ((textMode & TextModeStroke) && gc->hasStroke()) { in paintGlyphsHorizontal()
214 if ((textMode & TextModeStroke) && gc->hasStroke()) { in drawTextBlob()
229 bool stroke = (textMode & TextModeStroke) && gc->hasStroke(); in drawComplexText()
/external/skia/src/gpu/
DGrOvalRenderer.cpp526 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in drawCircle() local
531 if (hasStroke) { in drawCircle()
635 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in drawEllipse() local
639 if (hasStroke) { in drawEllipse()
983 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in drawRRect() local
985 if (hasStroke) { in drawRRect()
1024 if ((!hasStroke || scaledStroke.fX == scaledStroke.fY) && xRadius == yRadius) { in drawRRect()
1038 if (hasStroke) { in drawRRect()
1119 if (hasStroke) { in drawRRect()
/external/chromium_org/third_party/skia/src/gpu/
DGrOvalRenderer.cpp557 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in drawCircle() local
562 if (hasStroke) { in drawCircle()
665 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in drawEllipse() local
669 if (hasStroke) { in drawEllipse()
1009 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in drawRRect() local
1011 if (hasStroke) { in drawRRect()
1050 if ((!hasStroke || scaledStroke.fX == scaledStroke.fY) && xRadius == yRadius) { in drawRRect()
1064 if (hasStroke) { in drawRRect()
1144 if (hasStroke) { in drawRRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h344 bool hasStroke() const { return strokePaintType() != SVG_PAINTTYPE_NONE; } in hasStroke() function
345 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth()->isZero(); } in hasVisibleStroke()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h115 bool hasStroke() const { return strokeStyle() != NoStroke && strokeThickness() > 0; } in hasStroke() function
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp1472 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local
1484 if (hasStroke) { in shadePath()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1629 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local
1641 if (hasStroke) { in shadePath()