HomeSort by relevance Sort by last modified time
    Searched defs:fillColorSpace (Results 1 - 3 of 3) 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;
  /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 116 milliseconds