Home
last modified time | relevance | path

Searched defs:fillColor (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/graphics/cairo/
DFontCairo.cpp54 Color fillColor = context->fillColor(); in drawGlyphs() local
/external/webkit/WebCore/platform/graphics/win/
DFontCGWin.cpp133 Color fillColor = graphicsContext->fillColor(); in drawGDIGlyphs() local
340 Color fillColor = graphicsContext->fillColor(); in drawGlyphs() local
/external/webkit/WebCore/platform/graphics/
DGraphicsContextPrivate.h85 Color fillColor; member
DGraphicsContext.cpp198 Color GraphicsContext::fillColor() const in fillColor() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp211 Color fillColor = context->fillColor(); in drawComplexText() local
/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp369 SkColor PlatformContextSkia::fillColor() const in fillColor() function in PlatformContextSkia
/external/webkit/WebCore/rendering/
DInlineTextBox.cpp195 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeCol… in updateGraphicsContext()
/external/webkit/WebCore/inspector/
DInspectorController.cpp2683 …atic void drawOutlinedQuad(GraphicsContext& context, const FloatQuad& quad, const Color& fillColor) in drawOutlinedQuad()