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

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DSpinLockTest.cpp49 static void fillBuffer(volatile char* buffer, char fillPattern) argument
52 buffer[i] = fillPattern;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.h100 Pattern* fillPattern() const { return m_fillPattern.get(); } function in class:blink::FINAL
H A DGraphicsContext.h146 Pattern* fillPattern() const { return immutableState()->fillPattern(); } 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 852 milliseconds