HomeSort by relevance Sort by last modified time
    Searched refs:fillColorSpace (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 45 , fillColorSpace(DeviceColorSpace)
67 ColorSpace fillColorSpace;
GraphicsContext.cpp 190 m_common->state.fillColorSpace = colorSpace;
201 ColorSpace GraphicsContext::fillColorSpace() const
203 return m_common->state.fillColorSpace;
GraphicsContext.h 181 ColorSpace fillColorSpace() const;
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 118 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/
GraphicsContextCairoWin.cpp 82 setPlatformFillColor(fillColor(), fillColorSpace());
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 152 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();
    [all...]
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 247 if (mode & cTextFill && (fillColor != context->fillColor() || colorSpace != context->fillColorSpace()))
279 ColorSpace fillColorSpace = context->fillColorSpace();
282 context->setFillColor(Color::black, fillColorSpace);
302 context->setShadow(shadowOffset, shadowBlur, shadowColor, fillColorSpace);
304 context->setFillColor(fillColor, fillColorSpace);
    [all...]

Completed in 433 milliseconds