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

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDetailsSection.js163 fillColor: [134, 134, 134] property in class:specifications
167 fillColor: [57, 57, 57] property in class:specifications
H A DFindBanner.js326 specifications["normal"] = {fillColor: [81, 81, 81]}; property in class:specifications
327 specifications["normal-active"] = {fillColor: [37, 37, 37]}; property in class:specifications
H A DNavigationSidebarPanel.js582 fillColor: [112, 126, 139], property in class:specifications
590 fillColor: [255, 255, 255], property in class:specifications
598 fillColor: [140, 140, 140] property in class:specifications
602 fillColor: [255, 255, 255] property in class:specifications
H A DDataGrid.js1097 fillColor: [81, 81, 81], property in class:specifications
1105 fillColor: [81, 81, 81], property in class:specifications
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DTextPaintStyle.h45 Color fillColor; member in struct:WebCore::TextPaintStyle
H A DTextPaintStyle.cpp188 Color fillColor = fillColorType == UseEmphasisMarkColor ? paintStyle.emphasisMarkColor : paintStyle.fillColor; local
[all...]
H A DTextPainter.cpp67 Color fillColor = context->fillColor(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCGWin.cpp193 Color fillColor = graphicsContext->fillColor(); local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkRectOval.c34 XColor *fillColor; /* Color for filling rectangle/oval. */ member in struct:RectOvalItem
1309 XColor *fillColor; local
[all...]
H A DtkCanvPoly.c39 XColor *fillColor; /* Foreground color for polygon. */ member in struct:PolygonItem
1811 XColor *fillColor; local
[all...]
H A DtkCanvArc.c47 XColor *fillColor; /* Color for filling arc (used for drawing member in struct:ArcItem
1892 XColor *fillColor; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext.h164 Color fillColor; member in struct:WebCore::GraphicsContextState
H A DGraphicsContext.cpp302 Color GraphicsContext::fillColor() const function in class:WebCore::GraphicsContext
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvPoly.c38 XColor *fillColor; /* Foreground color for polygon. */ member in struct:PolygonItem
1812 XColor *fillColor; local
[all...]
H A DtkRectOval.c31 XColor *fillColor; /* Color for filling rectangle/oval. */ member in struct:RectOvalItem
1307 XColor *fillColor; local
[all...]
H A DtkCanvArc.c47 XColor *fillColor; /* Color for filling arc (used for drawing member in struct:ArcItem
1843 XColor *fillColor; local
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorOverlay.cpp77 static void drawOutlinedQuad(GraphicsContext* context, const FloatQuad& quad, const Color& fillColor, const Color& outlineColor) argument
/macosx-10.10/tcl-105/tk/tk/win/
H A DttkWinTheme.c436 XColor *fillColor = Tk_GetColorFromObj(tkwin, focus->fillColorObj); local
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DMain.js1447 specifications["normal"] = {fillColor: [140, 140, 140, 1]}; property in class:specifications
1448 specifications["normal-active"] = {fillColor: [128, 128, 128, 1]}; property in class:specifications
1453 specifications["selected"] = {fillColor: [255, 255, 255, 1]}; property in class:specifications
1526 specifications["go-to-arrow-normal"] = {fillColor: [0, 0, 0, 0.5]}; property in class:specifications
1527 specifications["go-to-arrow-normal-active"] = {fillColor: [0, 0, 0, 0.7]}; property in class:specifications
1528 specifications["go-to-arrow-selected"] = {fillColor: [255, 255, 255, 0.8]}; property in class:specifications
1529 specifications["go-to-arrow-selected-active"] = {fillColor: [255, 255, 255, 1]}; property in class:specifications

Completed in 382 milliseconds