HomeSort by relevance Sort by last modified time
    Searched full:strokecolor (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/ui/cocoa/
vertical_gradient_view.mm 17 - (NSColor*)strokeColor {
21 - (void)setStrokeColor:(NSColor*)strokeColor {
22 strokeColor_.reset([strokeColor retain]);
30 NSColor* strokeColor = [self strokeColor];
31 if (strokeColor) {
32 [[self strokeColor] set];
vertical_gradient_view.h 15 // |strokeColor| accessors in order to provide colors dynamically. If the
30 - (NSColor*)strokeColor;
background_gradient_view.h 21 - (NSColor*)strokeColor;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_toolbar_view.mm 88 NSColor* strokeColor = gfx::SkColorToCalibratedNSColor(
90 strokeColor = [[self strokeColor] blendedColorWithFraction:morph
91 ofColor:strokeColor];
92 strokeColor = [strokeColor colorWithAlphaComponent:0.5];
93 [strokeColor set];
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable06.xml 25 android:strokeColor="#FF000000"
30 android:strokeColor="#FF000000"
34 android:strokeColor="#FF000000"
40 android:strokeColor="#000000"
45 android:strokeColor="#000000"
vector_drawable23.xml 39 android:strokeColor="#FFFF0000"
50 android:strokeColor="#FF00FF00"
61 android:strokeColor="#FF0000FF"
75 android:strokeColor="?android:attr/colorForeground"
vector_drawable24.xml 39 android:strokeColor="#FFFF0000"
50 android:strokeColor="#FF00FF00"
61 android:strokeColor="#FF0000FF"
75 android:strokeColor="?android:attr/colorForeground"
vector_drawable13.xml 27 android:strokeColor="#FF00FF00"
33 android:strokeColor="#FF0000FF"
vector_drawable22.xml 39 android:strokeColor="#FFFF0000"
50 android:strokeColor="#FF00FF00"
61 android:strokeColor="#FF0000FF"
vector_drawable12.xml 33 android:strokeColor="#FF777777"
56 android:strokeColor="#FFFF0000"
72 android:strokeColor="#FF00FF00"
87 android:strokeColor="#FF0000FF"
vector_drawable01.xml 27 android:strokeColor="?android:attr/colorControlActivated"
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_view.mm 27 // Override of |-[BackgroundGradientView strokeColor]|; make it respect opacity.
28 - (NSColor*)strokeColor {
29 return [[super strokeColor] colorWithAlphaComponent:[self dividerOpacity]];
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js 33 * @param {string} strokeColor Outline color.
35 function prepareTriangle(name, backgroundColor, strokeColor) {
42 ctx.strokeStyle = strokeColor;
  /cts/tests/tests/graphics/res/drawable/
vector_icon_transformation_5.xml 39 android:strokeColor="#FFFF0000"
50 android:strokeColor="#FF00FF00"
61 android:strokeColor="#FF0000FF"
74 android:strokeColor="#FF0000FF"
vector_icon_transformation_6.xml 40 android:strokeColor="#FFFF0000"
51 android:strokeColor="#FF00FF00"
63 android:strokeColor="#FF0000FF"
77 android:strokeColor="#FF0000FF"
vector_icon_transformation_4.xml 39 android:strokeColor="#FFFF0000"
50 android:strokeColor="#FF00FF00"
61 android:strokeColor="#FF0000FF"
vector_icon_repeated_cq.xml 39 android:strokeColor="#FF0000FF"
vector_icon_repeated_st.xml 39 android:strokeColor="#FF0000FF"
vector_icon_transformation_1.xml 34 android:strokeColor="#FF00FF00"
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view.mm 48 - (NSColor*)strokeColor {
90 NSColor* strokeColor = [self strokeColor];
91 if (strokeColor) {
92 [strokeColor set];
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_view.mm 35 - (NSColor*)strokeColor {
57 [[self strokeColor] set];
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_separator_view.mm 20 [[self strokeColor] set];
  /frameworks/base/core/res/res/drawable/
vector_drawable_progress_bar_large.xml 30 android:strokeColor="?attr/colorControlActivated"
vector_drawable_progress_bar_medium.xml 30 android:strokeColor="?attr/colorControlActivated"
vector_drawable_progress_bar_small.xml 30 android:strokeColor="?attr/colorControlActivated"

Completed in 389 milliseconds

1 2 3 4