Searched defs:fillColorSpace (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h174 , fillColorSpace(ColorSpaceDeviceRGB)
213 ColorSpace fillColorSpace; member in struct:WebCore::GraphicsContextState
254 ColorSpace fillColorSpace() const;
H A DGraphicsContext.cpp215 m_state.fillColorSpace = colorSpace;
226 ColorSpace GraphicsContext::fillColorSpace() const function in class:WebCore::GraphicsContext
228 return m_state.fillColorSpace;
642 ColorSpace oldFillColorSpace = fillColorSpace();
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp331 if (mode & TextModeFill && (fillColor != context->fillColor() || colorSpace != context->fillColorSpace()))
386 context->setShadow(shadowOffset, shadowBlur, shadowColor, context->fillColorSpace());
394 ColorSpace fillColorSpace = context->fillColorSpace(); local
397 context->setFillColor(Color::black, fillColorSpace);
404 context->setFillColor(fillColor, fillColorSpace);

Completed in 95 milliseconds