Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp133 Color fillColor = graphicsContext->fillColor(); in drawGDIGlyphs() local
368 Color fillColor = graphicsContext->fillColor(); in drawGlyphs() local
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp60 void drawOutlinedQuad(GraphicsContext& context, const FloatQuad& quad, const Color& fillColor) in drawOutlinedQuad()
85 …GraphicsContext& context, const FloatQuad& quad, const FloatQuad& clipQuad, const Color& fillColor) in drawOutlinedQuadWithClip()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.h179 SkColor fillColor; variable
/external/webkit/Tools/DumpRenderTree/chromium/
DWebThemeControlDRTWin.cpp119 void WebThemeControlDRTWin::box(const SkIRect& rect, SkColor fillColor) in box()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp116 Color fillColor; member
641 Color PainterOpenVG::fillColor() const in fillColor() function in WebCore::PainterOpenVG
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1 …=I!=null?I:1;A.add=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]+=D}return A.normalize(…
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h206 Color fillColor; member
DGraphicsContext.cpp221 Color GraphicsContext::fillColor() const in fillColor() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp320 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeCol… in updateGraphicsContext()
393 Color fillColor = context->fillColor(); in paintTextWithShadows() local
DRenderBoxModelObject.cpp2175 Color fillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), 255); in paintBoxShadow() local