Searched defs:fillColor (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/inspector/ |
D | DOMNodeHighlighter.cpp | 60 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/win/ |
D | FontCGWin.cpp | 133 Color fillColor = graphicsContext->fillColor(); in drawGDIGlyphs() local 368 Color fillColor = graphicsContext->fillColor(); in drawGlyphs() local
|
/external/webkit/Source/WebKit/android/nav/ |
D | CachedColor.h | 46 SkColor fillColor() const { return mFillColor; } in fillColor() function
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebThemeControlDRTWin.cpp | 119 void WebThemeControlDRTWin::box(const SkIRect& rect, SkColor fillColor) in box()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | PainterOpenVG.cpp | 116 Color fillColor; member 641 Color PainterOpenVG::fillColor() const in fillColor() function in WebCore::PainterOpenVG
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
D | jquery.flot.min.js | 1 …=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/ |
D | GraphicsContext.h | 206 Color fillColor; member
|
D | GraphicsContext.cpp | 221 Color GraphicsContext::fillColor() const in fillColor() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 319 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeCol… in updateGraphicsContext() 392 Color fillColor = context->fillColor(); in paintTextWithShadows() local
|
D | RenderBoxModelObject.cpp | 2175 Color fillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), 255); in paintBoxShadow() local
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 127 SkColor fillColor; member
|