Searched defs:fgColor (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DSVGCSSStyleSelector.cpp95 static Color colorFromSVGColorCSSValue(SVGColor* svgColor, const Color& fgColor) argument
99 color = fgColor;
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp179 String HTMLDocument::fgColor() function in class:WebCore::HTMLDocument
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeControlDRTWin.cpp52 static const SkColor fgColor = SK_ColorBLACK; variable
111 , m_fgColor(fgColor)
/external/skia/src/ports/
H A DSkFontHost_win.cpp308 const void* draw(const SkGlyph&, bool isBW, SkGdiRGB fgColor,
330 SkGdiRGB fgColor, size_t* srcRBPtr) {
349 COLORREF color = fgColor;
877 SkGdiRGB fgColor; local
881 fgColor = 0x00FFFFFF;
884 fgColor = 0;
888 fgColor = 0x00FFFFFF;
893 const void* bits = fOffscreen.draw(glyph, isBW, fgColor, &srcRB);
896 bits = fOffscreen.draw(glyph, isBW, fgColor, &srcRB);
329 draw(const SkGlyph& glyph, bool isBW, SkGdiRGB fgColor, size_t* srcRBPtr) argument
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp1212 QColor fgColor = platformActiveSelectionBackgroundColor(); local
1214 fgColor = fgColor.lighter();
1215 return fgColor;
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1286 Color fgColor = style->visitedDependentColor(CSSPropertyColor); local
1287 if (fgColor.isValid()) {
1289 fgColor.red(), fgColor.green(), fgColor.blue()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2725 milliseconds