Searched refs:textColor (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitNSStringExtras.h35 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed;
36 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor;
H A DWebKitNSStringExtras.mm65 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor
67 [self _web_drawAtPoint:point font:font textColor:textColor allowingFontSmoothing:YES];
70 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed
103 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
117 [self drawAtPoint:point withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundColorAttributeName, nil]];
127 [self _web_drawAtPoint:textPoint font:font textColor:bottomColor allowingFontSmoothing:NO];
130 [self _web_drawAtPoint:textPoint font:font textColor
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXColor.c30 ThemeTextColor textColor; member in struct:SystemColorMapEntry
188 * set one of brush, textColor or background to the corresponding
204 ThemeTextColor *textColor,
209 *textColor = systemColorMap[code - MIN_PIXELCODE].textColor;
213 *textColor = 0;
216 if (!*brush && !*textColor && !*background && code != PIXEL_MAGIC) {
244 ThemeTextColor textColor,
254 } else if (textColor) {
255 err = ChkErr(GetThemeTextColor, textColor, 3
201 GetThemeFromPixelCode( unsigned char code, ThemeBrush *brush, ThemeTextColor *textColor, ThemeBackgroundKind *background) argument
240 GetThemeColor( unsigned long pixel, ThemeBrush brush, ThemeTextColor textColor, ThemeBackgroundKind background, RGBColor *c) argument
290 ThemeTextColor textColor; local
330 ThemeTextColor textColor; local
408 ThemeTextColor textColor; local
579 ThemeTextColor textColor = systemColorMap[idx].textColor; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXColor.c25 ThemeTextColor textColor; member in struct:SystemColorMapEntry
184 * set one of brush, textColor or background to the corresponding
200 ThemeTextColor *textColor,
205 *textColor = systemColorMap[code - MIN_PIXELCODE].textColor;
209 *textColor = 0;
212 if (!*brush && !*textColor && !*background && code != PIXEL_MAGIC &&
241 ThemeTextColor textColor,
249 /*} else if (textColor) {
250 err = ChkErr(GetThemeTextColor, textColor, 3
196 GetThemeFromPixelCode( unsigned char code, ThemeBrush *brush, ThemeTextColor *textColor, ThemeBackgroundKind *background) argument
236 GetThemeColor( unsigned long pixel, ThemeBrush brush, ThemeTextColor textColor, ThemeBackgroundKind background, CGColorRef *c) argument
307 ThemeTextColor textColor; local
494 ThemeTextColor textColor; local
580 ThemeTextColor textColor = systemColorMap[idx].textColor; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DEllipsisBox.cpp39 Color textColor = style->visitedDependentColor(CSSPropertyWebkitTextFillColor); local
40 if (textColor != context->fillColor())
41 context->setFillColor(textColor, style->colorSpace());
55 if (foreground.isValid() && foreground != textColor)
63 if (textColor != context->fillColor())
64 context->setFillColor(textColor, style->colorSpace());
113 Color textColor = style->visitedDependentColor(CSSPropertyColor); local
120 if (textColor == c)
H A DInlineTextBox.h46 Color correctedTextColor(Color textColor, Color backgroundColor);
190 void paintSelection(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, Color textColor);
H A DRenderTheme.cpp1217 Color RenderTheme::disabledTextColor(const Color& textColor, const Color& backgroundColor) const argument
1222 if (textColor.rgb() == Color::black || backgroundColor.alpha() < minDisabledColorAlphaValue || differenceSquared(textColor, Color::white) > differenceSquared(backgroundColor, Color::white))
1223 disabledColor = textColor.light();
1225 disabledColor = textColor.dark();
1231 return textColor;
H A DInlineTextBox.cpp325 Color correctedTextColor(Color textColor, Color backgroundColor) argument
330 int d = differenceSquared(textColor, backgroundColor);
333 return textColor;
336 int distanceFromWhite = differenceSquared(textColor, Color::white);
337 int distanceFromBlack = differenceSquared(textColor, Color::black);
340 return textColor.dark();
343 return textColor.light();
865 void InlineTextBox::paintSelection(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color textColor) argument
882 if (textColor == c)
H A DRenderListBox.cpp413 Color textColor = element->renderStyle() ? element->renderStyle()->visitedDependentColor(CSSPropertyColor) : style()->visitedDependentColor(CSSPropertyColor); local
416 textColor = theme()->activeListBoxSelectionForegroundColor();
419 textColor = theme()->inactiveListBoxSelectionForegroundColor();
423 paintInfo.context->setFillColor(textColor, colorSpace);
H A DRenderThemeWinCE.cpp467 Color textColor(GetRValue(colorMenuText), GetGValue(colorMenuText), GetBValue(colorMenuText), 255);
468 if (bgColor == textColor)
469 textColor.setRGB((~bgColor.rgb()) | 0xFF000000);
473 style->setColor(textColor);
H A DRenderTheme.h155 virtual Color disabledTextColor(const Color& textColor, const Color& backgroundColor) const;
H A DRenderThemeMac.mm773 color = convertNSColorToColor([NSColor textColor]);
791 color = convertNSColorToColor([NSColor textColor]);
798 color = convertNSColorToColor([NSColor textColor]);
810 color = convertNSColorToColor([NSColor textColor]);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DCaptionUserPreferencesMediaAF.cpp304 Color textColor(color.get());
305 if (!textColor.isValid())
307 textColor = Color::white;
313 return Color(textColor.red(), textColor.green(), textColor.blue(), static_cast<int>(opacity * 255));
319 Color textColor = captionsTextColor(important); local
321 if (!textColor.isValid())
324 return colorPropertyCSS(CSSPropertyColor, textColor, important);
344 Color CaptionUserPreferencesMediaAF::captionsEdgeColorForTextColor(const Color& textColor) cons
355 cssPropertyWithTextEdgeColor(CSSPropertyID id, const String& value, const Color& textColor, bool important) const argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenWarningView.mm68 NSColor* textColor = [NSColor colorWithCalibratedWhite:WarningViewTextWhite alpha:WarningViewTextAlpha];
71 textColor, NSForegroundColorAttributeName,
H A DDragImageMac.mm210 static void drawAtPoint(NSString *string, NSPoint point, NSFont *font, NSColor *textColor)
243 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
257 [string drawAtPoint:point withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundColorAttributeName, nil]];
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp81 static const unsigned int textColor = 0xFFFFFFFF; variable
539 context.setFillColor(Color(textColor), ColorSpaceDeviceRGB);
545 context.setFillColor(Color(textColor), ColorSpaceDeviceRGB);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.js369 if (WebInspector.queryParamsObject.toolbarColor && WebInspector.queryParamsObject.textColor)
370 WebInspector.setToolbarColors(WebInspector.queryParamsObject.toolbarColor, WebInspector.queryParamsObject.textColor);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.h653 Color textColor() const { return m_textColor; } function in class:WebCore::Document
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeColumn.c50 XColor *textColor; /* -textcolor */ member in struct:TreeColumn_
388 DEF_BUTTON_FG, -1, Tk_Offset(TreeColumn_, textColor),
4589 gcValues.foreground = column->textColor->pixel;
4620 gcValues.foreground = column->textColor->pixel;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp3456 return state.document()->textColor();

Completed in 213 milliseconds