Searched refs:strokeColorSpace (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 173 , strokeColorSpace(ColorSpaceDeviceRGB) in GraphicsContextState() 212 ColorSpace strokeColorSpace; member 242 ColorSpace strokeColorSpace() const;
|
D | GraphicsContext.cpp | 130 m_state.strokeColorSpace = colorSpace; in setStrokeColor() 197 ColorSpace GraphicsContext::strokeColorSpace() const in strokeColorSpace() function in WebCore::GraphicsContext 199 return m_state.strokeColorSpace; in strokeColorSpace()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsContextCairoWin.cpp | 86 setPlatformStrokeColor(strokeColor(), strokeColorSpace()); in platformInit()
|
/external/webkit/Source/WebCore/platform/android/ |
D | RenderThemeAndroid.cpp | 493 context->setStrokeColor(borderColor, context->strokeColorSpace()); in paintRadio() 515 context->setStrokeColor(Color::transparent, context->strokeColorSpace()); in paintRadio() 641 context->setStrokeColor(Color(defaultBgDark), context->strokeColorSpace()); in paintCombo()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 122 setPlatformStrokeColor(strokeColor(), strokeColorSpace()); in platformInit() 171 setCGFillColor(context, strokeColor(), strokeColorSpace()); in drawRect() 248 …setCGFillColor(context, strokeColor(), strokeColorSpace()); // The save/restore make it safe to m… in drawLine() 1263 setCGFillColor(platformContext(), strokeColor(), strokeColorSpace()); in drawLineForText()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 43961 (WebCore::GraphicsContext::strokeColorSpace): 46136 (WebCore::GraphicsContext::strokeColorSpace): 46288 (WebCore::GraphicsContext::strokeColorSpace):
|
D | ChangeLog-2010-01-29 | 34322 (WebCore::GraphicsContext::strokeColorSpace): 35456 appropriately re-named as well. I removed strokeColorSpace() and
|
D | ChangeLog-2009-06-16 | 29163 (WebCore::GraphicsContext::strokeColorSpace):
|