Home
last modified time | relevance | path

Searched refs:strokePaint (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontLinux.cpp199 SkPaint strokePaint, fillPaint; in drawComplexText() local
205 gc->platformContext()->setupPaintForStroking(&strokePaint, 0, 0); in drawComplexText()
206 setupForTextPainting(&strokePaint, gc->strokeColor().rgb()); in drawComplexText()
232 controller.fontPlatformDataForScriptRun()->setupPaint(&strokePaint); in drawComplexText()
233 adjustTextRenderMode(&strokePaint, gc->platformContext()); in drawComplexText()
234 …tH(controller.glyphs(), controller.length() << 1, controller.xPositions(), point.y(), strokePaint); in drawComplexText()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResource.cpp54 SVGPaint* paint = mode == ApplyToFillMode ? svgStyle->fillPaint() : svgStyle->strokePaint(); in requestPaintingResource()
74 …pplyToFillMode ? visitedStyle->svgStyle()->fillPaint() : visitedStyle->svgStyle()->strokePaint()) { in requestPaintingResource()
DSVGResources.cpp271 …if (setStroke(paintingResourceFromSVGPaint(document, style->strokePaint(), id, hasPendingResource)… in buildCachedResources()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp1046 SkPaint fillPaint, strokePaint; in drawComplexText() local
1050 setupStroke(&strokePaint, gc, primaryFont()); in drawComplexText()
1067 walker.fontPlatformDataForScriptRun()->setupPaint(&strokePaint); in drawComplexText()
1068 adjustTextRenderMode(&strokePaint, haveMultipleLayers); in drawComplexText()
1070 walker.length() << 1, walker.positions(), strokePaint); in drawComplexText()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h298 SVGPaint* strokePaint() const { return stroke->paint.get(); } in strokePaint() function
323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; } in hasStroke()
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp152 return svgStyle->strokePaint(); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp241 HANDLE_INHERIT_AND_INITIAL(strokePaint, StrokePaint) in applySVGProperty()