OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setstyle
(Results
176 - 200
of
783
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/gm/
blurquickreject.cpp
53
hairlinePaint.
setStyle
(SkPaint::kStroke_Style);
clip_error.cpp
44
paint.
setStyle
(SkPaint::kFill_Style);
dashcubics.cpp
21
paint.
setStyle
(SkPaint::kStroke_Style);
drawlooper.cpp
78
paint->
setStyle
(gParams[i].fStyle);
imagefiltersstroked.cpp
74
paint.
setStyle
(SkPaint::kStroke_Style);
samplerstress.cpp
126
paint2.
setStyle
(SkPaint::kStroke_Style);
scaledstrokes.cpp
41
paint.
setStyle
(SkPaint::Style::kStroke_Style);
stringart.cpp
58
paint.
setStyle
(SkPaint::kStroke_Style);
/external/skia/samplecode/
SampleQuadStroker.cpp
402
paint.
setStyle
(SkPaint::kStroke_Style);
411
paint.
setStyle
(SkPaint::kStroke_Style);
438
p.
setStyle
(SkPaint::kStroke_Style);
462
paint.
setStyle
(SkPaint::kStroke_Style);
469
paint.
setStyle
(SkPaint::kFill_Style);
486
paint.
setStyle
(SkPaint::kStroke_Style);
492
paint.
setStyle
(SkPaint::kFill_Style);
501
paint.
setStyle
(SkPaint::kStroke_Style);
511
paint.
setStyle
(SkPaint::kFill_Style);
/external/skia/src/core/
SkFontDescriptor.h
60
void
setStyle
(SkFontStyle style) { fStyle = style; }
/external/skia/tools/
skpmaker.cpp
37
paint.
setStyle
(SkPaint::kFill_Style);
/frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java
51
setStyle
(STYLE_NORMAL, theme);
/frameworks/base/libs/hwui/tests/unit/
BakedOpStateTests.cpp
162
strokedPaint.
setStyle
(SkPaint::kStroke_Style);
231
paint.
setStyle
(SkPaint::kStrokeAndFill_Style);
245
paint.
setStyle
(SkPaint::kStrokeAndFill_Style);
260
paint.
setStyle
(SkPaint::kFill_Style);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java
55
mClearPaint.
setStyle
(Paint.Style.FILL);
PathOpsActivity.java
49
mPaint.
setStyle
(Paint.Style.FILL);
PixelCopyWindow.java
55
mPaint.
setStyle
(Style.STROKE);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HitRectBug.java
53
mPaint.
setStyle
(Paint.Style.STROKE);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
TextViewWithCircularIndicator.java
60
mCirclePaint.
setStyle
(Style.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImagePoint.java
64
paint.
setStyle
(Style.STROKE);
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherRootView.java
34
mOpaquePaint.
setStyle
(Paint.Style.FILL);
/packages/apps/TV/src/com/android/tv/dialog/
WebDialogFragment.java
67
setStyle
(style, 0);
/packages/apps/TV/src/com/android/tv/license/
LicenseDialogFragment.java
65
setStyle
(style, 0);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java
37
mIndicatorPaint.
setStyle
(Paint.Style.FILL);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java
71
mPaints[i].
setStyle
(Paint.Style.FILL);
365
mBatteryBackgroundPaint.
setStyle
(Paint.Style.FILL);
367
mBatteryGoodPaint.
setStyle
(Paint.Style.STROKE);
369
mBatteryWarnPaint.
setStyle
(Paint.Style.STROKE);
371
mBatteryCriticalPaint.
setStyle
(Paint.Style.STROKE);
373
mTimeRemainPaint.
setStyle
(Paint.Style.FILL);
374
mChargingPaint.
setStyle
(Paint.Style.STROKE);
375
mScreenOnPaint.
setStyle
(Paint.Style.STROKE);
376
mGpsOnPaint.
setStyle
(Paint.Style.STROKE);
377
mCameraOnPaint.
setStyle
(Paint.Style.STROKE)
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java
132
paint.
setStyle
(Paint.Style.STROKE);
138
paint.
setStyle
(Paint.Style.FILL);
Completed in 966 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>