/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | TextSampleEntry.java | 271 int[] textColor = new int[]{0xff, 0xff, 0xff, 0xff}; field in TextSampleEntry.StyleRecord 279 textColor = new int[4]; in parse() 280 textColor[0] = IsoTypeReader.readUInt8(in); in parse() 281 textColor[1] = IsoTypeReader.readUInt8(in); in parse() 282 textColor[2] = IsoTypeReader.readUInt8(in); in parse() 283 textColor[3] = IsoTypeReader.readUInt8(in); in parse() 293 IsoTypeWriter.writeUInt8(bb, textColor[0]); in getContent() 294 IsoTypeWriter.writeUInt8(bb, textColor[1]); in getContent() 295 IsoTypeWriter.writeUInt8(bb, textColor[2]); in getContent() 296 IsoTypeWriter.writeUInt8(bb, textColor[3]); in getContent()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | hyperlink_button_cell_unittest.mm | 32 EXPECT_TRUE([cell textColor]); 57 NSColor* textColor = [NSColor redColor]; 58 EXPECT_NE(textColor, [cell_ textColor]); 59 [cell_ setTextColor:textColor]; 60 EXPECT_EQ(textColor, [cell_ textColor]);
|
D | bubble_view.mm | 100 NSColor* textColor = [NSColor blackColor]; 102 textColor = themeProvider->GetNSColor(ThemeService::COLOR_TAB_TEXT, 107 [textShadow.get() setShadowColor:[textColor gtm_legibleTextColor]]; 111 textColor, NSForegroundColorAttributeName,
|
D | hyperlink_button_cell.mm | 13 @dynamic textColor; 74 [self textColor], NSForegroundColorAttributeName, 107 - (NSColor*)textColor { method
|
D | hyperlink_button_cell.h | 21 @property(nonatomic, retain) NSColor* textColor;
|
D | profile_menu_button.mm | 321 NSColor* textColor = [[self window] isMainWindow] ? 323 if (![[textFieldCell_ textColor] isEqual:textColor]) 324 [textFieldCell_ setTextColor:textColor];
|
D | theme_install_bubble_view.mm | 137 NSColor* textColor = [NSColor whiteColor]; 140 textColor, NSForegroundColorAttributeName,
|
D | gradient_button_cell.mm | 692 NSColor *color = [NSColor textColor]; //[self textColor];
|
/external/webkit/Source/WebCore/rendering/ |
D | EllipsisBox.cpp | 36 Color textColor = style->visitedDependentColor(CSSPropertyColor); in paint() local 37 if (textColor != context->fillColor()) in paint() 38 context->setFillColor(textColor, style->colorSpace()); in paint() 51 if (foreground.isValid() && foreground != textColor) in paint() 59 if (textColor != context->fillColor()) in paint() 60 context->setFillColor(textColor, style->colorSpace()); in paint() 83 Color textColor = style->visitedDependentColor(CSSPropertyColor); in paintSelection() local 90 if (textColor == c) in paintSelection()
|
D | RenderTextControl.cpp | 55 static Color disabledTextColor(const Color& textColor, const Color& backgroundColor) in disabledTextColor() argument 60 …if (textColor.rgb() == Color::black || differenceSquared(textColor, Color::white) > differenceSqua… in disabledTextColor() 61 disabledColor = textColor.light(); in disabledTextColor() 63 disabledColor = textColor.dark(); in disabledTextColor() 69 return textColor; in disabledTextColor()
|
D | InlineTextBox.cpp | 299 Color correctedTextColor(Color textColor, Color backgroundColor) in correctedTextColor() argument 304 int d = differenceSquared(textColor, backgroundColor); in correctedTextColor() 307 return textColor; in correctedTextColor() 310 int distanceFromWhite = differenceSquared(textColor, Color::white); in correctedTextColor() 311 int distanceFromBlack = differenceSquared(textColor, Color::black); in correctedTextColor() 314 return textColor.dark(); in correctedTextColor() 317 return textColor.light(); in correctedTextColor() 800 Color textColor = style->visitedDependentColor(CSSPropertyColor); in paintSelection() local 807 if (textColor == c) in paintSelection()
|
D | RenderThemeWinCE.cpp | 466 …Color textColor(GetRValue(colorMenuText), GetGValue(colorMenuText), GetBValue(colorMenuText), 255); in adjustMenuListButtonStyle() local 467 if (bgColor == textColor) in adjustMenuListButtonStyle() 468 textColor.setRGB((~bgColor.rgb()) | 0xFF000000); in adjustMenuListButtonStyle() 472 style->setColor(textColor); in adjustMenuListButtonStyle()
|
D | RenderListBox.cpp | 378 …Color textColor = element->renderStyle() ? element->renderStyle()->visitedDependentColor(CSSProper… in paintItemForeground() local 381 textColor = theme()->activeListBoxSelectionForegroundColor(); in paintItemForeground() 384 textColor = theme()->inactiveListBoxSelectionForegroundColor(); in paintItemForeground() 388 paintInfo.context->setFillColor(textColor, colorSpace); in paintItemForeground()
|
D | InlineTextBox.h | 40 Color correctedTextColor(Color textColor, Color backgroundColor);
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebKitNSStringExtras.h | 35 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowing… 36 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor;
|
D | WebKitNSStringExtras.mm | 64 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor 66 [self _web_drawAtPoint:point font:font textColor:textColor allowingFontSmoothing:YES]; 69 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowing… 99 …[[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue al… 113 …s:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundCol… 123 [self _web_drawAtPoint:textPoint font:font textColor:bottomColor allowingFontSmoothing:NO]; 126 [self _web_drawAtPoint:textPoint font:font textColor:topColor allowingFontSmoothing:NO];
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontChromiumWin.cpp | 288 …COLORREF textColor = skia::SkColorToCOLORREF(SkColorSetARGB(255, shadowColor.red(), shadowColor.gr… in drawGlyphs() local 290 SetTextColor(m_hdc, textColor); in drawGlyphs() 516 …COLORREF textColor = skia::SkColorToCOLORREF(SkColorSetARGB(255, shadowColor.red(), shadowColor.gr… in drawComplexText() local 518 SetTextColor(hdc, textColor); in drawComplexText()
|
D | TransparencyWin.cpp | 470 SkColor textColor = m_textCompositeColor.rgb(); in compositeTextComposite() local 478 row[x] = SkAlphaMulQ(textColor, SkAlpha255To256(255 - alpha)); in compositeTextComposite()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_mac.h | 104 NSColor* textColor, NSColor* dimTextColor, gfx::Font& font);
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 895 Color backColor, textColor, labelColor; in paintRow() local 898 textColor = RenderTheme::defaultTheme()->activeListBoxSelectionForegroundColor(); in paintRow() 899 labelColor = textColor; in paintRow() 902 textColor = style.foregroundColor(); in paintRow() 920 gc->fillRect(separatorRect, textColor, ColorSpaceDeviceRGB); in paintRow() 927 gc->setFillColor(textColor, ColorSpaceDeviceRGB); in paintRow()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragImageMac.mm | 174 static void drawAtPoint(NSString *string, NSPoint point, NSFont *font, NSColor *textColor) 204 …[[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue al… 218 …s:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundCol…
|
/external/webkit/Source/WebKit/win/ |
D | FullscreenVideoController.cpp | 78 static const unsigned int textColor = 0xFFFFFFFF; variable 537 context.setFillColor(Color(textColor), ColorSpaceDeviceRGB); in draw() 543 context.setFillColor(Color(textColor), ColorSpaceDeviceRGB); in draw()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeWin.cpp | 668 static const CGFloat textColor[4] = { 0, 0, 0, 1 }; in paintCompleted() local 669 CGContextSetFillColor(cgContext, textColor); in paintCompleted()
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
D | import_progress_dialog_cocoa.mm | 87 NSColor* active = [NSColor textColor];
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_controller.mm | 284 [titleView_ setTextColor:titleColor ? titleColor : [NSColor textColor]];
|