Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceSolidColor.cpp43 …e(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
DRenderSVGResourceGradient.cpp53 …e(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
DSVGInlineTextBox.cpp368 …RenderSVGResourceMode resourceMode = static_cast<RenderSVGResourceMode>(resourceModeFlags & (Apply… in acquirePaintingResource() local
531 …GTextFragment& fragment, RenderObject* decorationRenderer, RenderSVGResourceModeFlags resourceMode) in paintDecorationWithStyle()
563 RenderSVGResourceModeFlags resourceMode) in paintTextWithShadows()
614 RenderSVGResourceModeFlags resourceMode, bool hasSelection, bool paintSelectedTextOnly) in paintText()
DRenderSVGResourceMasker.cpp59 GraphicsContext*& context, unsigned short resourceMode) in applyResource()
DRenderSVGResourcePattern.cpp115 …e(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
DRenderSVGResourceContainer.cpp250 … const AffineTransform& baseTransform, const SVGRenderStyle& svgStyle, unsigned short resourceMode) in computeResourceSpaceTransform()
DSVGTextRunRenderingContext.cpp108 …unsigned short resourceMode = context->textDrawingMode() == TextModeStroke ? ApplyToStrokeMode : A… in drawSVGGlyphs() local
DRenderSVGResourceFilter.cpp187 …esource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode) in applyResource()
DSVGRenderSupport.cpp368 void SVGRenderSupport::fillOrStrokePath(GraphicsContext* context, unsigned short resourceMode, cons… in fillOrStrokePath()