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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGPath.cpp58 if (style()->svgStyle().hasStroke()) {
111 ASSERT(svgStyle.hasStroke());
130 return style()->svgStyle().hasStroke() && style()->svgStyle().capStyle() != ButtCap;
H A DRenderSVGRect.cpp80 if (style()->svgStyle().hasStroke()) {
H A DRenderSVGEllipse.cpp74 if (style()->svgStyle().hasStroke())
H A DRenderSVGResource.cpp64 if (!svgStyle.hasStroke() || isRenderingMask)
H A DRenderSVGShape.cpp332 || (hitRules.canHitStroke && (svgStyle.hasStroke() || !hitRules.requireStroke) && strokeContains(localPoint, hitRules.requireStroke))
385 if (style()->svgStyle().hasStroke()) {
H A DRenderSVGText.cpp431 || (hitRules.canHitStroke && (style()->svgStyle().hasStroke() || !hitRules.requireStroke))
478 if (!svgStyle.hasStroke())
H A DSVGResources.cpp284 if (style.hasStroke()) {
H A DSVGInlineTextBox.cpp751 || (hitRules.canHitStroke && (renderer().style()->svgStyle().hasStroke() || !hitRules.requireStroke))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp98 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/
H A DGrOvalRenderer.cpp557 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
562 if (hasStroke) {
665 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
669 if (hasStroke) {
1009 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
1011 if (hasStroke) {
1050 if ((!hasStroke || scaledStroke.fX == scaledStroke.fY) && xRadius == yRadius) {
1064 if (hasStroke) {
1144 if (hasStroke) {
/external/skia/src/gpu/
H A DGrOvalRenderer.cpp526 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
531 if (hasStroke) {
635 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
639 if (hasStroke) {
983 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; local
985 if (hasStroke) {
1024 if ((!hasStroke || scaledStroke.fX == scaledStroke.fY) && xRadius == yRadius) {
1038 if (hasStroke) {
1119 if (hasStroke) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h344 bool hasStroke() const { return strokePaintType() != SVG_PAINTTYPE_NONE; } function in class:blink::SVGRenderStyle
345 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth()->isZero(); }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h115 bool hasStroke() const { return strokeStyle() != NoStroke && strokeThickness() > 0; } function in class:blink::GraphicsContext
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1472 const bool hasStroke = SkPaint::kStroke_Style == style local
1484 if (hasStroke) {
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1629 const bool hasStroke = SkPaint::kStroke_Style == style local
1641 if (hasStroke) {

Completed in 216 milliseconds