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

/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp60 void drawOutlinedQuad(GraphicsContext& context, const FloatQuad& quad, const Color& fillColor) argument
81 context.setFillColor(fillColor, ColorSpaceDeviceRGB);
85 void drawOutlinedQuadWithClip(GraphicsContext& context, const FloatQuad& quad, const FloatQuad& clipQuad, const Color& fillColor) argument
90 drawOutlinedQuad(context, quad, fillColor);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.h179 SkColor fillColor; member in class:WebCore::PlatformGraphicsContext::State
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp133 Color fillColor = graphicsContext->fillColor(); local
138 if (!fillColor.alpha())
141 drawIntoBitmap = fillColor.alpha() != 255 || graphicsContext->inTransparencyLayer();
196 SetTextColor(hdc, RGB(fillColor.red(), fillColor.green(), fillColor.blue()));
289 UInt8 alpha = (255 - buffer[i + 1]) * fillColor.alpha() / 255;
290 buffer[i] = fillColor.blue();
291 buffer[i + 1] = fillColor
368 Color fillColor = graphicsContext->fillColor(); local
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h170 , fillColor(Color::black)
206 Color fillColor; member in struct:WebCore::GraphicsContextState
253 Color fillColor() const;
H A DGraphicsContext.cpp214 m_state.fillColor = color;
221 Color GraphicsContext::fillColor() const function in class:WebCore::GraphicsContext
223 return m_state.fillColor;
641 Color oldFillColor = fillColor();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeControlDRTWin.cpp119 void WebThemeControlDRTWin::box(const SkIRect& rect, SkColor fillColor) argument
124 paint.setColor(fillColor);
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.cpp116 Color fillColor; member in struct:WebCore::PlatformPainterState
137 , fillColor(Color::black)
183 fillColor = other->fillColor;
201 setVGSolidColor(VG_FILL_PATH, fillColor);
378 return (compositeOperation == CompositeSourceOver && !fillColor.alpha());
641 Color PainterOpenVG::fillColor() const function in class:WebCore::PainterOpenVG
644 return m_state->fillColor;
652 m_state->fillColor = color;
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp320 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace colorSpace) argument
331 if (mode & TextModeFill && (fillColor != context->fillColor() || colorSpace != context->fillColorSpace()))
332 context->setFillColor(fillColor, colorSpace);
393 Color fillColor = context->fillColor(); local
395 bool opaque = fillColor.alpha() == 255;
404 context->setFillColor(fillColor, fillColorSpace);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 96 milliseconds