Home
last modified time | relevance | path

Searched defs:resourceMode (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceSolidColor.cpp45 …e(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
77 …r::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const … in postApplyResource()
DRenderSVGResourcePattern.cpp73 …e(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
184 …n::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const … in postApplyResource()
DRenderSVGResourceGradient.cpp141 …e(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
232 …ApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const … in applyResource()
DRenderSVGResourceFilter.cpp139 …esource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
262 …ApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const … in postApplyResource()
DRenderSVGResourceMasker.cpp83 …esource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
DRenderSVGResourceClipper.cpp94 …esource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
/external/webkit/Source/WebCore/svg/
DSVGFont.cpp526 …RenderSVGResourceMode resourceMode = context->textDrawingMode() == TextModeStroke ? ApplyToStrokeM… in drawTextUsingSVGFont() local