OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setstrokewidth
(Results
176 - 200
of
368
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/samplecode/
SampleDraw.cpp
43
p.
setStrokeWidth
(4);
146
paint.
setStrokeWidth
(SkIntToScalar(10));
SampleQuadStroker.cpp
297
paint.
setStrokeWidth
(5);
404
paint.
setStrokeWidth
(width * scale * scale);
413
paint.
setStrokeWidth
(1);
441
p.
setStrokeWidth
(width * scale * scale);
443
p.
setStrokeWidth
(width);
464
paint.
setStrokeWidth
(width);
SamplePathClip.cpp
203
p.
setStrokeWidth
(2);
224
p.
setStrokeWidth
(6);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
UsageGraph.java
79
mLinePaint.
setStrokeWidth
(resources.getDimensionPixelSize(R.dimen.usage_graph_line_width));
88
mDottedPaint.
setStrokeWidth
(dots * 3);
/packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java
288
mDNAAllDayPaint.
setStrokeWidth
(DNA_ALL_DAY_WIDTH);
432
mEventExtrasPaint.
setStrokeWidth
(EVENT_SQUARE_BORDER);
444
mEventDeclinedExtrasPaint.
setStrokeWidth
(EVENT_SQUARE_BORDER);
464
mDNATimePaint.
setStrokeWidth
(DNA_WIDTH);
468
mDNAAllDayPaint.
setStrokeWidth
(DNA_ALL_DAY_WIDTH);
472
mEventSquarePaint.
setStrokeWidth
(EVENT_SQUARE_BORDER);
564
p.
setStrokeWidth
(TODAY_HIGHLIGHT_WIDTH);
619
p.
setStrokeWidth
(DAY_SEPARATOR_INNER_WIDTH);
[
all
...]
/packages/apps/DevCamera/src/com/android/devcamera/
PreviewOverlay.java
59
mPaint.
setStrokeWidth
(res.getDimension(R.dimen.face_circle_stroke));
65
mPaint2.
setStrokeWidth
(res.getDimension(R.dimen.hud_stroke));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java
34
p.
setStrokeWidth
(2);
53
p.
setStrokeWidth
(3);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java
127
paint.
setStrokeWidth
(toScrMatrix.mapRadius(sd.mRadius));
230
paint.
setStrokeWidth
(40);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java
217
mPaint.
setStrokeWidth
(6);
222
mPaint.
setStrokeWidth
(3);
EclipseControl.java
234
paint.
setStrokeWidth
(6);
238
paint.
setStrokeWidth
(3);
ImageStraighten.java
266
mPaint.
setStrokeWidth
(2);
298
mPaint.
setStrokeWidth
(3);
/packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java
117
mPaintStroke.
setStrokeWidth
(4.0f * getResources().getDisplayMetrics().density);
133
mPaintEstimate.
setStrokeWidth
(3.0f);
/external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp
81
paint.writable()->
setStrokeWidth
(0);
91
writablePaint->
setStrokeWidth
(0);
234
spaint.
setStrokeWidth
(width);
/external/skia/gm/
image.cpp
53
paint.
setStrokeWidth
(stroke);
240
paint.
setStrokeWidth
(20);
337
paint.
setStrokeWidth
(20);
multipicturedraw.cpp
55
stroke.
setStrokeWidth
(3);
105
stroke.
setStrokeWidth
(3);
161
stroke.
setStrokeWidth
(3);
strokefill.cpp
245
p.
setStrokeWidth
(extra);
260
paint.
setStrokeWidth
(SkIntToScalar(5));
357
paint.
setStrokeWidth
(1);
degeneratesegments.cpp
200
paint.
setStrokeWidth
(strokeWidth);
344
rectPaint.
setStrokeWidth
(-1);
/frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp
277
static void
setStrokeWidth
(JNIEnv*, jobject, jlong fullPathPtr, jfloat strokeWidth) {
279
fullPath->mutateStagingProperties()->
setStrokeWidth
(strokeWidth);
396
{"nSetStrokeWidth", "!(JF)V", (void*)
setStrokeWidth
},
/external/skia/src/gpu/
GrSWMaskHelper.cpp
130
paint.
setStrokeWidth
(SK_Scalar1);
138
paint.
setStrokeWidth
(stroke.getWidth());
/external/skia/tests/
PaintTest.cpp
146
paint.
setStrokeWidth
(SkIntToScalar(2));
190
paint.
setStrokeWidth
(SkIntToScalar(2));
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java
398
pt.
setStrokeWidth
(1.0f);
420
pt.
setStrokeWidth
(3);
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PathClippingTests.java
48
paint.
setStrokeWidth
(20);
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java
88
mDividerPaint.
setStrokeWidth
((int) (DEFAULT_DIVIDER_THICKNESS_DIPS * density));
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java
88
mDividerPaint.
setStrokeWidth
((int) (DEFAULT_DIVIDER_THICKNESS_DIPS * density));
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java
88
mDividerPaint.
setStrokeWidth
((int) (DEFAULT_DIVIDER_THICKNESS_DIPS * density));
Completed in 962 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>