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

/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebKitNSStringExtras.h40 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed;
41 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor;
H A DWebKitNSStringExtras.mm76 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor
78 [self _web_drawAtPoint:point font:font textColor:textColor allowingFontSmoothing:YES];
81 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed
114 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
128 [self drawAtPoint:point withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundColorAttributeName, nil]];
138 [self _web_drawAtPoint:textPoint font:font textColor:bottomColor allowingFontSmoothing:NO];
141 [self _web_drawAtPoint:textPoint font:font textColor
[all...]
/macosx-10.10/tcl-105/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.10/tcl-105/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.10/WebCore-7600.1.25/rendering/
H A DEllipsisBox.cpp47 Color textColor = lineStyle.visitedDependentColor(CSSPropertyWebkitTextFillColor); local
48 if (textColor != context->fillColor())
49 context->setFillColor(textColor, lineStyle.colorSpace());
63 if (foreground.isValid() && foreground != textColor)
71 if (textColor != context->fillColor())
72 context->setFillColor(textColor, lineStyle.colorSpace());
124 Color textColor = style.visitedDependentColor(CSSPropertyColor); local
131 if (textColor == c)
H A DTextPaintStyle.cpp59 static Color adjustColorForVisibilityOnBackground(Color textColor, Color backgroundColor) argument
61 int d = differenceSquared(textColor, backgroundColor);
64 return textColor;
66 int distanceFromWhite = differenceSquared(textColor, Color::white);
67 int distanceFromBlack = differenceSquared(textColor, Color::black);
69 return textColor.dark();
71 return textColor.light();
H A DRenderTheme.cpp1257 Color RenderTheme::disabledTextColor(const Color& textColor, const Color& backgroundColor) const argument
1262 if (textColor.rgb() == Color::black || backgroundColor.alpha() < minDisabledColorAlphaValue || differenceSquared(textColor, Color::white) > differenceSquared(backgroundColor, Color::white))
1263 disabledColor = textColor.light();
1265 disabledColor = textColor.dark();
1271 return textColor;
H A DInlineTextBox.h167 void paintSelection(GraphicsContext*, const FloatPoint& boxOrigin, const RenderStyle&, const Font&, Color textColor);
H A DRenderListBox.cpp395 Color textColor = listItemElement->renderStyle() ? listItemElement->renderStyle()->visitedDependentColor(CSSPropertyColor) : style().visitedDependentColor(CSSPropertyColor); local
398 textColor = theme().activeListBoxSelectionForegroundColor();
401 textColor = theme().inactiveListBoxSelectionForegroundColor();
405 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.h160 virtual Color disabledTextColor(const Color& textColor, const Color& backgroundColor) const;
H A DInlineTextBox.cpp704 void InlineTextBox::paintSelection(GraphicsContext* context, const FloatPoint& boxOrigin, const RenderStyle& style, const Font& font, Color textColor) argument
722 if (textColor == c)
759 UNUSED_PARAM(textColor);
H A DRenderThemeMac.mm516 color = convertNSColorToColor([NSColor textColor]);
534 color = convertNSColorToColor([NSColor textColor]);
541 color = convertNSColorToColor([NSColor textColor]);
553 color = convertNSColorToColor([NSColor textColor]);
/macosx-10.10/WebCore-7600.1.25/page/
H A DCaptionUserPreferencesMediaAF.cpp300 Color textColor(color.get());
301 if (!textColor.isValid())
303 textColor = Color::white;
309 return Color(textColor.red(), textColor.green(), textColor.blue(), static_cast<int>(opacity * 255));
315 Color textColor = captionsTextColor(important); local
317 if (!textColor.isValid())
320 return colorPropertyCSS(CSSPropertyColor, textColor, important);
340 Color CaptionUserPreferencesMediaAF::captionsEdgeColorForTextColor(const Color& textColor) cons
351 cssPropertyWithTextEdgeColor(CSSPropertyID id, const String& value, const Color& textColor, bool important) const argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreFullScreenWarningView.mm67 NSColor* textColor = [NSColor colorWithCalibratedWhite:WarningViewTextWhite alpha:WarningViewTextAlpha];
70 textColor, NSForegroundColorAttributeName,
H A DDragImageMac.mm213 static void drawAtPoint(NSString *string, NSPoint point, NSFont *font, NSColor *textColor)
246 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
260 [string drawAtPoint:point withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundColorAttributeName, nil]];
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp82 static const unsigned int textColor = 0xFFFFFFFF; variable
531 context.setFillColor(Color(textColor), ColorSpaceDeviceRGB);
537 context.setFillColor(Color(textColor), ColorSpaceDeviceRGB);
/macosx-10.10/tcl-105/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.10/WebCore-7600.1.25/dom/
H A DDocument.h718 Color textColor() const { return m_textColor; } function in class:WebCore::DocumentCompatibilityMode::Document
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleResolver.cpp3330 return state.document().textColor();

Completed in 247 milliseconds