HomeSort by relevance Sort by last modified time
    Searched defs:textColor (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ui/base/cocoa/controls/
hyperlink_button_cell.h 33 @property(nonatomic, retain) NSColor* textColor;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextLinkColors.h 44 Color textColor() const { return m_textColor; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 111 Color textColor = renderer().resolveColor(style, CSSPropertyColor);
118 if (textColor == c)
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDistanceFieldTextureEffect.cpp 377 kVec3f_GrSLType, "TextColor",
423 GrColor textColor = dfTexEffect.getTextColor();
424 if (textColor != fTextColor) {
427 GrColorUnpackR(textColor) * ONE_OVER_255,
428 GrColorUnpackG(textColor) * ONE_OVER_255,
429 GrColorUnpackB(textColor) * ONE_OVER_255);
430 fTextColor = textColor;
456 SkColor textColor,
460 , fTextColor(textColor)
518 GrColor textColor = GrColorPackRGBA(random->nextULessThan(256)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 223 final int textColor = context.getResources().getColor(typedValue.resourceId);
224 mTextPaint.setColor(textColor);
  /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...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 414 Color backColor, textColor, labelColor;
417 textColor = RenderTheme::theme().activeListBoxSelectionForegroundColor();
418 labelColor = textColor;
421 textColor = style.foregroundColor();
448 gc->fillRect(separatorRect, textColor);
455 gc->setFillColor(textColor);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FlameChart.js 219 textColor: function(entryIndex) { },
912 context.fillStyle = this._dataProvider.textColor(entryIndex);
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 431 milliseconds