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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 174 , fillColorSpace(ColorSpaceDeviceRGB)
213 ColorSpace fillColorSpace;
254 ColorSpace fillColorSpace() const;
GraphicsContext.cpp 215 m_state.fillColorSpace = colorSpace;
226 ColorSpace GraphicsContext::fillColorSpace() const
228 return m_state.fillColorSpace;
642 ColorSpace oldFillColorSpace = fillColorSpace();
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 331 if (mode & TextModeFill && (fillColor != context->fillColor() || colorSpace != context->fillColorSpace()))
386 context->setShadow(shadowOffset, shadowBlur, shadowColor, context->fillColorSpace());
394 ColorSpace fillColorSpace = context->fillColorSpace();
397 context->setFillColor(Color::black, fillColorSpace);
404 context->setFillColor(fillColor, fillColorSpace);
    [all...]

Completed in 80 milliseconds