Searched defs:Color (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/Tester/
H A DColor.pm
/macosx-10.10/WebCore-7600.1.25/platform/
H A DColorChooser.h43 virtual void reattachColorChooser(const Color&) { } argument
44 virtual void setSelectedColor(const Color&) { } argument
H A DScrollbarTheme.h94 virtual void setUpOverhangAreasLayerContents(GraphicsLayer*, const Color&) { } argument
H A DPODRedBlackTree.h242 enum Color { enum in class:WebCore::PODRedBlackTree
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperBackingStore.h43 virtual void drawRepaintCounter(TextureMapper*, int /* repaintCount */, const Color&, const FloatRect&, const TransformationMatrix&) { } argument
H A DTextureMapperImageBuffer.cpp143 void TextureMapperImageBuffer::drawBorder(const Color&, float /* borderWidth */, const FloatRect&, const TransformationMatrix&) argument
148 void TextureMapperImageBuffer::drawNumber(int /* number */, const Color&, const FloatPoint&, const TransformationMatrix&) argument
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DColor.js[all...]
H A DTextMarker.js37 Color: "text-marker-type-color", property in class:WebInspector.TextMarker.Type
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gtk/
H A DColorGtk.cpp28 Color::Color(const GdkColor& c) function in class:WebCore::Color
35 Color::Color(const GdkRGBA& c) function in class:WebCore::Color
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DColorCG.cpp66 Color::Color(CGColorRef color) function in class:WebCore::Color
/macosx-10.10/WTF-7600.1.24/wtf/
H A DRedBlackTree.h48 enum Color { enum in class:WTF::RedBlackTree
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.cpp104 PassOwnPtr<ColorChooser> EmptyChromeClient::createColorChooser(ColorChooserClient*, const Color&) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DColor.h70 class Color { class in namespace:WebCore
73 Color() : m_color(0), m_valid(false) { } function in class:WebCore::Color
74 Color(RGBA32 color, bool valid = true) : m_color(color), m_valid(valid) { ASSERT(!m_color || m_valid); } function in class:WebCore::Color
75 Color(int r, int g, int b) : m_color(makeRGB(r, g, b)), m_valid(true) { } function in class:WebCore::Color
76 Color(int r, int g, int b, int a) : m_color(makeRGBA(r, g, b, a)), m_valid(true) { } function in class:WebCore::Color
78 Color(floa function in class:WebCore::Color
80 Color(float c, float m, float y, float k, float a) : m_color(makeRGBAFromCMYKA(c, m, y, k, a)), m_valid(true) { } function in class:WebCore::Color
[all...]
H A DGraphicsLayer.h413 virtual void setContentsToSolidColor(const Color&) { } argument
444 virtual void setDebugBackgroundColor(const Color&) { } argument
445 virtual void setDebugBorder(const Color&, float /*borderWidth*/) { } argument
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp206 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { argument
218 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, argument
250 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DStackSlotColoring.cpp212 int Color = -1; local
239 DEBUG(dbgs() << "Assigning fi#" << FI << " to fi#" << Color << "\\n"); local
[all...]
H A DStrongPHIElimination.cpp602 unsigned Color = getPHIColor(PHI); local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Draw_ostream.h219 virtual raw_ostream &changeColor(enum Colors Color, argument
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoard.h94 inline MBCPieceCode Color(MBCPiece piece){ return (MBCPieceCode)(piece&8); } function
/macosx-10.10/emacs-93/emacs/src/
H A Dw32gui.h79 typedef COLORREF Color; typedef
/macosx-10.10/libauto-186/
H A Dauto_gdb_interface.cpp199 enum Color { White = 0, Gray, Black }; // states a Node can be in during predecessor discovery. enum in struct:Auto::GDBRootFinder::Node
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCSSPropertyAnimation.cpp511 PropertyWrapperColor(CSSPropertyID prop, Color (RenderStyle::*getter)() const, void (RenderStyle::*setter)(const Color&)) argument
766 PropertyWrapperVisitedAffectedColor(CSSPropertyID prop, Color (RenderStyle::*getter)() const, void (RenderStyle::*setter)(const Color&), Color (RenderStyle::*visitedGetter)() const, void (RenderStyle::*visitedSetter)(const Color&)) argument
773 PropertyWrapperVisitedAffectedColor(CSSPropertyID prop, MaybeInvalidColorTag, Color (RenderStyle::*getter)() const, void (RenderStyle::*setter)(const Color&), Color (RenderStyle::*visitedGetter)() const, void (RenderStyle::*visitedSetter)(const Color&)) argument
1020 PropertyWrapperSVGPaint(CSSPropertyID prop, const SVGPaint::SVGPaintType& (RenderStyle::*paintTypeGetter)() const, Color (RenderStyle::*getter)() const, void (RenderStyle::*setter)(const Color&)) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp745 setPlatformFillColor(const Color&, ColorSpace) argument
751 setPlatformStrokeColor(const Color&, ColorSpace) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1459 setPlatformShadow(const FloatSize&, float, const Color&, ColorSpace) argument
[all...]

Completed in 401 milliseconds