Searched refs:strokePattern (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGPath.cpp72 else if (Pattern* pattern = context->strokePattern())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.h79 Pattern* strokePattern() const { return m_strokePattern.get(); } function in class:blink::FINAL
H A DGraphicsContext.h127 Pattern* strokePattern() const { return immutableState()->strokePattern(); } function in class:blink::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextPainter.cpp178 return !context->strokeGradient() && !context->strokePattern() && !context->fillGradient() && !context->fillPattern();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp711 if (!context->strokeGradient() && !context->strokePattern() && !context->fillGradient() && !context->fillPattern()) {

Completed in 393 milliseconds