Home
last modified time | relevance | path

Searched defs:strokeColor (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_view.mm15 - (NSColor*)strokeColor { method
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_view.mm28 - (NSColor*)strokeColor { method
/external/chromium/chrome/browser/ui/cocoa/
Dvertical_gradient_view.mm17 - (NSColor*)strokeColor { method
Dbackground_gradient_view.mm73 - (NSColor*)strokeColor { method
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_gradient_view.mm42 - (NSColor*)strokeColor { method
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.h181 SkColor strokeColor; variable
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp311 Color strokeColor = context->strokeColor(); in drawComplexText() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp118 Color strokeColor; member
626 Color PainterOpenVG::strokeColor() const in strokeColor() function in WebCore::PainterOpenVG
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h205 Color strokeColor; member
DGraphicsContext.cpp192 Color GraphicsContext::strokeColor() const in strokeColor() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp498 void PlatformContextSkia::setStrokeColor(SkColor strokeColor) in setStrokeColor()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp107 …Color strokeColor = colorWithOverrideAlpha(context->strokeColor().rgb(), context->strokeColor().al… in setPlatformStroke() local
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp320 …aphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float st… in updateGraphicsContext()