Searched refs:fillColorSpace (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DGraphicsContextPrivate.h45 , fillColorSpace(DeviceColorSpace)
67 ColorSpace fillColorSpace; member in struct:WebCore::GraphicsContextState
H A DGraphicsContext.cpp190 m_common->state.fillColorSpace = colorSpace;
201 ColorSpace GraphicsContext::fillColorSpace() const function in class:WebCore::GraphicsContext
203 return m_common->state.fillColorSpace;
H A DGraphicsContext.h181 ColorSpace fillColorSpace() const;
/external/webkit/WebCore/platform/graphics/mac/
H A DFontMac.mm118 ColorSpace fillColorSpace = context->fillColorSpace();
127 context->setFillColor(shadowFillColor, fillColorSpace);
134 context->setFillColor(fillColor, fillColorSpace);
145 context->setShadow(shadowSize, shadowBlur, shadowColor, fillColorSpace);
/external/webkit/WebCore/platform/graphics/win/
H A DGraphicsContextCairoWin.cpp82 setPlatformFillColor(fillColor(), fillColorSpace());
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp152 setPlatformFillColor(fillColor(), fillColorSpace());
212 setCGFillColor(context, oldFillColor, fillColorSpace());
566 setCGFillColorSpace(context, m_common->state.fillColorSpace);
618 setCGFillColorSpace(context, m_common->state.fillColorSpace);
640 ColorSpace oldColorSpace = fillColorSpace();
658 ColorSpace oldColorSpace = fillColorSpace();
1075 setCGFillColor(platformContext(), fillColor(), fillColorSpace());
/external/webkit/WebCore/rendering/
H A DInlineTextBox.cpp247 if (mode & cTextFill && (fillColor != context->fillColor() || colorSpace != context->fillColorSpace()))
279 ColorSpace fillColorSpace = context->fillColorSpace(); local
282 context->setFillColor(Color::black, fillColorSpace);
302 context->setShadow(shadowOffset, shadowBlur, shadowColor, fillColorSpace);
304 context->setFillColor(fillColor, fillColorSpace);

Completed in 105 milliseconds