HomeSort by relevance Sort by last modified time
    Searched refs:textColor (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell.h 21 @property(nonatomic, retain) NSColor* textColor;
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.h 35 - (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;
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 allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed
99 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
113 [self drawAtPoint:point withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundColorAttributeName, nil]];
123 [self _web_drawAtPoint:textPoint font:font textColor:bottomColor allowingFontSmoothing:NO];
126 [self _web_drawAtPoint:textPoint font:font textColor:topColor allowingFontSmoothing:NO]
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 271 int[] textColor = new int[]{0xff, 0xff, 0xff, 0xff};
279 textColor = new int[4];
280 textColor[0] = IsoTypeReader.readUInt8(in);
281 textColor[1] = IsoTypeReader.readUInt8(in);
282 textColor[2] = IsoTypeReader.readUInt8(in);
283 textColor[3] = IsoTypeReader.readUInt8(in);
293 IsoTypeWriter.writeUInt8(bb, textColor[0]);
294 IsoTypeWriter.writeUInt8(bb, textColor[1]);
295 IsoTypeWriter.writeUInt8(bb, textColor[2]);
296 IsoTypeWriter.writeUInt8(bb, textColor[3])
    [all...]
  /development/apps/FontLab/src/com/android/fontlab/
BackgroundPicker.java 58 protected void addItem(List<Bundle> data, String name, int textureRes, int bgColor, int textColor)
66 temp.putInt("text", textColor);
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 36 Color textColor = style->visitedDependentColor(CSSPropertyColor);
37 if (textColor != context->fillColor())
38 context->setFillColor(textColor, style->colorSpace());
51 if (foreground.isValid() && foreground != textColor)
59 if (textColor != context->fillColor())
60 context->setFillColor(textColor, style->colorSpace());
83 Color textColor = style->visitedDependentColor(CSSPropertyColor);
90 if (textColor == c)
RenderTextControl.cpp 55 static Color disabledTextColor(const Color& textColor, const Color& backgroundColor)
60 if (textColor.rgb() == Color::black || differenceSquared(textColor, Color::white) > differenceSquared(backgroundColor, Color::white))
61 disabledColor = textColor.light();
63 disabledColor = textColor.dark();
69 return textColor;
InlineTextBox.h 40 Color correctedTextColor(Color textColor, Color backgroundColor);
InlineTextBox.cpp 299 Color correctedTextColor(Color textColor, Color backgroundColor)
304 int d = differenceSquared(textColor, backgroundColor);
307 return textColor;
310 int distanceFromWhite = differenceSquared(textColor, Color::white);
311 int distanceFromBlack = differenceSquared(textColor, Color::black);
314 return textColor.dark();
317 return textColor.light();
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 134 protected void setTextColor(int textColor) {
135 mPaintBig.setColor(textColor);
136 mPaintBigThin.setColor(textColor);
137 mPaintMed.setColor(textColor);
138 mPaintLabel.setColor(textColor);
424 int textColor;
426 textColor = mPressedColor;
429 textColor = mDefaultColor;
431 mPaintBig.setColor(textColor);
432 mPaintBigThin.setColor(textColor);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 104 NSColor* textColor, NSColor* dimTextColor, gfx::Font& font);
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 57 ColorStateList textColor;
63 textColor = a.getColorStateList(com.android.internal.R.styleable.
102 textColor = a.getColorStateList(colorList);
106 mTextColor = textColor;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 283 ResourceValue textColor = res.findItemInStyle(textStyle, "textColor",
285 textColor = res.resolveResValue(textColor);
286 if (textColor != null) {
288 textColor, bridgeContext);
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 296 * @param textColor The text color
303 int textColor, String title, String subTitle, int width, int height) {
313 p.setColor(textColor);
339 * @param textColor The text color
346 int textColor, String title, String subTitle, int width, int height) {
355 p.setColor(textColor);
423 int textColor, String title, String subTitle, int startX, int startY, int width,
434 p.setColor(textColor);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 220 int textColor;
222 textColor = mColorCalendarVisible;
224 textColor = mColorCalendarHidden;
226 calendarName.setTextColor(textColor);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 132 * @param textColor The text color used to show label.
141 boolean textBold, int textColor, int width, int height) {
142 mBalloonView.setTextConfig(label, textSize, textBold, textColor);
377 boolean textBold, int textColor) {
383 mPaintLabel.setColor(textColor);
SoftKeyboardView.java 439 int textColor;
442 textColor = softKey.getColorHl();
445 textColor = softKey.getColor();
469 mPaint.setColor(textColor);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 68 android.R.attr.textColor,
134 final int textColor = a.getColor(2, 0);
135 mPrevText.setTextColor(textColor);
136 mCurrText.setTextColor(textColor);
137 mNextText.setTextColor(textColor);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 288 COLORREF textColor = skia::SkColorToCOLORREF(SkColorSetARGB(255, shadowColor.red(), shadowColor.green(), shadowColor.blue()));
290 SetTextColor(m_hdc, textColor);
516 COLORREF textColor = skia::SkColorToCOLORREF(SkColorSetARGB(255, shadowColor.red(), shadowColor.green(), shadowColor.blue()));
518 SetTextColor(hdc, textColor);
TransparencyWin.cpp 470 SkColor textColor = m_textCompositeColor.rgb();
478 row[x] = SkAlphaMulQ(textColor, SkAlpha255To256(255 - alpha));
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 223 final int textColor = context.getResources().getColor(typedValue.resourceId);
224 mTextPaint.setColor(textColor);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardMultiUserAvatar.java 173 int textColor = mTextColor;
174 mUserName.setTextColor(textColor);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 895 Color backColor, textColor, labelColor;
898 textColor = RenderTheme::defaultTheme()->activeListBoxSelectionForegroundColor();
899 labelColor = textColor;
902 textColor = style.foregroundColor();
920 gc->fillRect(separatorRect, textColor, ColorSpaceDeviceRGB);
927 gc->setFillColor(textColor, ColorSpaceDeviceRGB);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 174 static void drawAtPoint(NSString *string, NSPoint point, NSFont *font, NSColor *textColor)
204 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
218 [string drawAtPoint:point withAttributes:[NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, textColor, NSForegroundColorAttributeName, nil]];
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 78 static const unsigned int textColor = 0xFFFFFFFF;
537 context.setFillColor(Color(textColor), ColorSpaceDeviceRGB);
543 context.setFillColor(Color(textColor), ColorSpaceDeviceRGB);

Completed in 1317 milliseconds

1 2 3