Searched defs:DeviceColorSpace (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DColorSpace.h31 enum ColorSpace { DeviceColorSpace, sRGBColorSpace }; enumerator in enum:WebCore::ColorSpace
/external/webkit/WebCore/html/canvas/
H A DCanvasStyle.cpp117 context->setStrokeColor(c.rgb(), DeviceColorSpace);
122 context->setStrokeColor(color, DeviceColorSpace);
128 context->setStrokeColor(colorWithOverrideAlpha(c.rgb(), m_alpha), DeviceColorSpace); local
133 context->setStrokeColor(colorWithOverrideAlpha(color, m_alpha), DeviceColorSpace); local
140 context->setStrokeColor(Color(m_grayLevel, m_grayLevel, m_grayLevel, m_alpha), DeviceColorSpace); local
143 context->setStrokeColor(Color(m_red, m_green, m_blue, m_alpha), DeviceColorSpace); local
157 context->setStrokeColor(Color(m_cyan, m_magenta, m_yellow, m_black, m_alpha), DeviceColorSpace);
178 context->setFillColor(c.rgb(), DeviceColorSpace);
183 context->setFillColor(rgba, DeviceColorSpace);
189 context->setFillColor(colorWithOverrideAlpha(c.rgb(), m_alpha), DeviceColorSpace); local
194 context->setFillColor(colorWithOverrideAlpha(color, m_alpha), DeviceColorSpace); local
201 context->setFillColor(Color(m_grayLevel, m_grayLevel, m_grayLevel, m_alpha), DeviceColorSpace); local
204 context->setFillColor(Color(m_red, m_green, m_blue, m_alpha), DeviceColorSpace); local
[all...]
H A DCanvasRenderingContext2D.cpp826 c->setShadow(IntSize(width, -height), state().m_shadowBlur, Color(rgba), DeviceColorSpace); local
842 c->setShadow(IntSize(width, -height), state().m_shadowBlur, Color(colorWithOverrideAlpha(rgba, alpha)), DeviceColorSpace);
856 c->setShadow(IntSize(width, -height), state().m_shadowBlur, Color(rgba), DeviceColorSpace); local
872 c->setShadow(IntSize(width, -height), state().m_shadowBlur, Color(rgba), DeviceColorSpace); local
892 dc->setShadow(IntSize(width, -height), blur, Color(c, m, y, k, a), DeviceColorSpace);
915 c->setShadow(IntSize(width, -height), state().m_shadowBlur, Color(rgba), DeviceColorSpace); local
1004 c->drawImage(cachedImage->image(), DeviceColorSpace, destRect, sourceRect, state().m_globalComposite);
1054 c->drawImage(buffer->image(), DeviceColorSpace, destRect, sourceRect, state().m_globalComposite);
1148 c->drawImage(cachedImage->image(), DeviceColorSpace, destRect, FloatRect(sx, sy, sw, sh), op);
1535 maskImageContext->setFillColor(Color::black, DeviceColorSpace);
[all...]
/external/webkit/WebCore/rendering/
H A DRenderSVGImage.cpp95 paintInfo.context->drawImage(image(), DeviceColorSpace, destRect, srcRect); local
/external/webkit/WebCore/platform/graphics/win/
H A DGraphicsContextCGWin.cpp73 setPlatformFillColor(fillColor(), DeviceColorSpace); local
74 setPlatformStrokeColor(strokeColor(), DeviceColorSpace); local
/external/webkit/WebCore/platform/graphics/chromium/
H A DTransparencyWin.cpp278 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white, DeviceColorSpace); local
/external/webkit/WebKit/win/
H A DFullscreenVideoController.cpp115 context.drawImage(image, DeviceColorSpace, m_rect.location());
131 context.fillRoundedRect(m_rect, radius, radius, radius, radius, Color(sliderGutterColor), DeviceColorSpace);
134 context.setStrokeColor(Color(sliderButtonColor), DeviceColorSpace); local
135 context.setFillColor(Color(sliderButtonColor), DeviceColorSpace); local
415 context.fillRoundedRect(outerRect, outerRadius, outerRadius, outerRadius, outerRadius, Color(borderColor), DeviceColorSpace);
417 context.fillRoundedRect(innerRect, innerRadius, innerRadius, innerRadius, innerRadius, Color(backgroundColor), DeviceColorSpace);
452 context.setFillColor(Color(textColor), DeviceColorSpace); local
458 context.setFillColor(Color(textColor), DeviceColorSpace); local
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp122 setPlatformFillColor(fillColor(), DeviceColorSpace); local
123 setPlatformStrokeColor(strokeColor(), DeviceColorSpace); local
/external/webkit/WebCore/platform/gtk/
H A DRenderThemeGtk.cpp645 context->fillRect(FloatRect(r), panelColor, DeviceColorSpace); local
646 context->drawImage(image, DeviceColorSpace,
689 paintInfo.context->fillRect(FloatRect(r), m_panelColor, DeviceColorSpace); local
691 r.width(), m_mediaSliderHeight)), m_sliderColor, DeviceColorSpace);
698 paintInfo.context->fillRoundedRect(r, IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), m_sliderThumbColor, DeviceColorSpace);
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp263 setPlatformFillColor(fillColor(), DeviceColorSpace); local
264 setPlatformStrokeColor(strokeColor(), DeviceColorSpace); local

Completed in 121 milliseconds