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

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 42 , strokeColorSpace(DeviceColorSpace)
61 ColorSpace strokeColorSpace;
GraphicsContext.cpp 126 m_common->state.strokeColorSpace = colorSpace;
172 ColorSpace GraphicsContext::strokeColorSpace() const
174 return m_common->state.strokeColorSpace;
GraphicsContext.h 169 ColorSpace strokeColorSpace() const;
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 83 setPlatformStrokeColor(strokeColor(), strokeColorSpace());
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 153 setPlatformStrokeColor(strokeColor(), strokeColorSpace());
203 setCGFillColor(context, strokeColor(), strokeColorSpace());
280 setCGFillColor(context, strokeColor(), strokeColorSpace()); // The save/restore make it safe to mutate the fill color here without setting it back to the old color.
593 setCGStrokeColorSpace(context, m_common->state.strokeColorSpace);
857 setCGStrokeColorSpace(context, m_common->state.strokeColorSpace);
    [all...]

Completed in 42 milliseconds