Home
last modified time | relevance | path

Searched refs:strokeColorSpace (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h173 , strokeColorSpace(ColorSpaceDeviceRGB) in GraphicsContextState()
212 ColorSpace strokeColorSpace; member
242 ColorSpace strokeColorSpace() const;
DGraphicsContext.cpp130 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/
DGraphicsContextCairoWin.cpp86 setPlatformStrokeColor(strokeColor(), strokeColorSpace()); in platformInit()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp493 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/
DGraphicsContextCG.cpp122 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/
DChangeLog-2011-02-1643961 (WebCore::GraphicsContext::strokeColorSpace):
46136 (WebCore::GraphicsContext::strokeColorSpace):
46288 (WebCore::GraphicsContext::strokeColorSpace):
DChangeLog-2010-01-2934322 (WebCore::GraphicsContext::strokeColorSpace):
35456 appropriately re-named as well. I removed strokeColorSpace() and
DChangeLog-2009-06-1629163 (WebCore::GraphicsContext::strokeColorSpace):