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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_StyleTest.java 40 // Here we use Style as the param of setStyle
43 p.setStyle(actual[0]);
45 p.setStyle(actual[1]);
47 p.setStyle(actual[2]);
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield_unittest.cc 17 button.SetStyle(views::Button::STYLE_BUTTON);
  /external/skia/gm/
strokerect.cpp 18 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style);
25 paint.setStyle(SkPaint::kStroke_Style);
62 paint.setStyle(SkPaint::kStroke_Style);
102 paint.setStyle(SkPaint::kStrokeAndFill_Style);
texteffects.cpp 20 p.setStyle(SkPaint::kStroke_Style);
25 p.setStyle(SkPaint::kFill_Style);
35 p.setStyle(SkPaint::kStroke_Style);
41 p.setStyle(SkPaint::kStrokeAndFill_Style);
45 p.setStyle(SkPaint::kStroke_Style);
52 p.setStyle(SkPaint::kStroke_Style);
57 p.setStyle(SkPaint::kFill_Style);
123 p.setStyle(SkPaint::kStroke_Style);
140 p.setStyle(SkPaint::kStroke_Style);
inversepaths.cpp 91 clipPaint.setStyle(SkPaint::kStroke_Style);
96 outlinePaint.setStyle(SkPaint::kStroke_Style);
113 paint.setStyle(styles[styleIndex]);
gradtext.cpp 79 paint.setStyle(SkPaint::kFill_Style);
81 paint.setStyle(SkPaint::kStroke_Style);
87 paint.setStyle(SkPaint::kFill_Style);
89 paint.setStyle(SkPaint::kStroke_Style);
fatpathfill.cpp 46 paint.setStyle(SkPaint::kStroke_Style);
73 paint.setStyle(SkPaint::kStroke_Style);
rects.cpp 114 p.setStyle(SkPaint::kStroke_Style);
124 p.setStyle(SkPaint::kStroke_Style);
135 p.setStyle(SkPaint::kStroke_Style);
146 p.setStyle(SkPaint::kStroke_Style);
155 p.setStyle(SkPaint::kStroke_Style);
165 p.setStyle(SkPaint::kStrokeAndFill_Style);
canvasstate.cpp 42 fFillPaint.setStyle(SkPaint::kFill_Style);
45 fStrokePaint.setStyle(SkPaint::kStroke_Style);
116 fBluePaint.setStyle(SkPaint::kFill_Style);
circles.cpp 99 p.setStyle(SkPaint::kStroke_Style);
108 p.setStyle(SkPaint::kStroke_Style);
116 p.setStyle(SkPaint::kStrokeAndFill_Style);
  /external/chromium_org/ash/shell/
window_type_launcher.cc 60 open_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
231 create_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
232 panel_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
233 create_nonresizable_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
234 bubble_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
235 lock_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
236 widgets_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
237 system_modal_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
238 window_modal_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
239 child_modal_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
xml.js 170 var curState, curStream, setStyle;
210 if (err) setStyle = "error";
234 if (err) setStyle = "error";
236 setStyle = "error";
256 if (type == "word") {setStyle = "attribute"; return cont(attribute, attributes);}
258 setStyle = "error";
263 if (!Kludges.allowMissing) setStyle = "error";
264 else if (type == "word") {setStyle = "attribute"; return cont(attribute, attributes);}
269 if (type == "word" && Kludges.allowUnquoted) {setStyle = "string"; return cont();}
270 setStyle = "error"
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ScaledPathsActivity.java 49 mPathPaint.setStyle(Paint.Style.FILL);
66 mPathPaint.setStyle(Paint.Style.FILL);
75 mPathPaint.setStyle(Paint.Style.STROKE);
  /external/chromium_org/cc/test/
solid_color_content_layer_client.cc 17 paint.setStyle(SkPaint::kFill_Style);
  /external/chromium_org/third_party/skia/include/text/
SkTextLayout.h 45 // SkTextStyle* setStyle(SkTextStyle*, size_t offset, size_t length);
  /external/chromium_org/third_party/skia/src/core/
SkFontDescriptor.h 25 void setStyle(SkTypeface::Style style) { fStyle = style; }
  /external/skia/include/text/
SkTextLayout.h 45 // SkTextStyle* setStyle(SkTextStyle*, size_t offset, size_t length);
  /external/skia/src/core/
SkFontDescriptor.h 25 void setStyle(SkTypeface::Style style) { fStyle = style; }
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategorySelected.java 25 mPaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/core/java/android/text/style/
QuoteSpan.java 73 p.setStyle(Paint.Style.FILL);
78 p.setStyle(style);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 126 paint.setStyle(SkPaint::kFill_Style);
131 paint.setStyle(SkPaint::kStroke_Style);
148 paint.setStyle(SkPaint::kFill_Style);
157 paint.setStyle(SkPaint::kStroke_Style);
169 paint.setStyle(SkPaint::kFill_Style);
173 paint.setStyle(SkPaint::kStroke_Style);
184 paint.setStyle(SkPaint::kFill_Style);
188 paint.setStyle(SkPaint::kStroke_Style);
199 paint.setStyle(SkPaint::kFill_Style);
203 paint.setStyle(SkPaint::kStroke_Style)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.cc 40 paint.setStyle(SkPaint::kFill_Style);
66 paint.setStyle(SkPaint::kStroke_Style);
85 paint.setStyle(SkPaint::kFill_Style);
207 paint.setStyle(SkPaint::kFill_Style);
212 paint.setStyle(SkPaint::kStroke_Style);
  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 49 mPInnerBullsEye.setStyle(Paint.Style.FILL);
52 mPOuterBullsEye.setStyle(Paint.Style.STROKE);
55 mTmpPaint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Arcs.java 58 mPaints[0].setStyle(Paint.Style.FILL);
67 mPaints[2].setStyle(Paint.Style.STROKE);
85 mFramePaint.setStyle(Paint.Style.STROKE);
Regions.java 50 mPaint.setStyle(Paint.Style.STROKE);
59 mPaint.setStyle(Paint.Style.FILL);
102 mPaint.setStyle(Paint.Style.FILL);

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>