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

  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 86 setPlatformStrokeColor(strokeColor(), strokeColorSpace());
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 173 , strokeColorSpace(ColorSpaceDeviceRGB)
212 ColorSpace strokeColorSpace;
242 ColorSpace strokeColorSpace() const;
GraphicsContext.cpp 130 m_state.strokeColorSpace = colorSpace;
197 ColorSpace GraphicsContext::strokeColorSpace() const
199 return m_state.strokeColorSpace;
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 122 setPlatformStrokeColor(strokeColor(), strokeColorSpace());
171 setCGFillColor(context, strokeColor(), strokeColorSpace());
248 setCGFillColor(context, strokeColor(), strokeColorSpace()); // The save/restore make it safe to mutate the fill color here without setting it back to the old color.
    [all...]
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 493 context->setStrokeColor(borderColor, context->strokeColorSpace());
515 context->setStrokeColor(Color::transparent, context->strokeColorSpace());
641 context->setStrokeColor(Color(defaultBgDark), context->strokeColorSpace());

Completed in 52 milliseconds