Searched refs:strokePaint (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontLinux.cpp | 199 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/ |
D | RenderSVGResource.cpp | 54 SVGPaint* paint = mode == ApplyToFillMode ? svgStyle->fillPaint() : svgStyle->strokePaint(); in requestPaintingResource() 74 …pplyToFillMode ? visitedStyle->svgStyle()->fillPaint() : visitedStyle->svgStyle()->strokePaint()) { in requestPaintingResource()
|
D | SVGResources.cpp | 271 …if (setStroke(paintingResourceFromSVGPaint(document, style->strokePaint(), id, hasPendingResource)… in buildCachedResources()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontAndroid.cpp | 1046 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/ |
D | SVGRenderStyle.h | 298 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/ |
D | SVGCSSComputedStyleDeclaration.cpp | 152 return svgStyle->strokePaint(); in getSVGPropertyCSSValue()
|
D | SVGCSSStyleSelector.cpp | 241 HANDLE_INHERIT_AND_INITIAL(strokePaint, StrokePaint) in applySVGProperty()
|