HomeSort by relevance Sort by last modified time
    Searched full:setstrokewidth (Results 76 - 100 of 368) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/gm/
smallpaths.cpp 238 paint.setStrokeWidth(gWidths[i]);
251 paint.setStrokeWidth(gWidths[i] + 2.0f);
263 paint.setStrokeWidth(gWidths[i]);
bigtileimagefilter.cpp 20 paint.setStrokeWidth(3);
blurquickreject.cpp 55 hairlinePaint.setStrokeWidth(0);
cubicpaths.cpp 146 paint.setStrokeWidth(strokeWidth);
237 rectPaint.setStrokeWidth(-1);
290 paint.setStrokeWidth(strokeWidth);
382 rectPaint.setStrokeWidth(-1);
drawlooper.cpp 87 paint->setStrokeWidth(gParams[i].fWidth);
imagefiltersstroked.cpp 73 paint.setStrokeWidth(10);
samplerstress.cpp 131 paint2.setStrokeWidth(1);
scaledstrokes.cpp 49 paint.setStrokeWidth(4.0f / scale);
addarc.cpp 31 paint.setStrokeWidth(15);
136 paint.setStrokeWidth(SK_Scalar1 / 2);
  /frameworks/base/core/java/android/gesture/
Gesture.java 198 paint.setStrokeWidth(BITMAP_RENDERING_WIDTH);
232 paint.setStrokeWidth(BITMAP_RENDERING_WIDTH);
241 paint.setStrokeWidth(2.0f / scale);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AssistVisualizer.java 77 mFramePaint.setStrokeWidth(0);
80 mFrameBaselinePaint.setStrokeWidth(0);
85 mFrameNoTransformPaint.setStrokeWidth(0);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 87 mBorderPaint.setStrokeWidth(edge);
274 mIconPaint.setStrokeWidth(5);
277 mIconPaint.setStrokeWidth(3);
ImagePoint.java 66 paint.setStrokeWidth(2);
  /cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java 54 paint.setStrokeWidth(0); // 1-pixel hairline
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LivePointerIconButton.java 58 paint.setStrokeWidth(strokeWidth);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 62 mPaint.setStrokeWidth(STROKE_WIDTH);
  /external/skia/bench/
BitmapRectBench.cpp 30 p.setStrokeWidth(SkIntToScalar(4));
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
helloskia.cpp 56 paint.setStrokeWidth(SkIntToScalar(2)); // This makes the lines have a thickness of 2 pixels
  /frameworks/base/libs/hwui/tests/unit/
BakedOpStateTests.cpp 163 strokedPaint.setStrokeWidth(testCase.strokeWidth);
232 paint.setStrokeWidth(0.0f);
246 paint.setStrokeWidth(10.0f);
261 paint.setStrokeWidth(10.0f);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 54 mClearPaint.setStrokeWidth(15.0f);
ScaledPathsActivity.java 48 mPathPaint.setStrokeWidth(5.0f);
  /packages/apps/Camera2/src/com/android/camera/ui/
GridLines.java 40 mPaint.setStrokeWidth(getResources().getDimensionPixelSize(R.dimen.grid_line_width));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 53 mPaint.setStrokeWidth(32);
57 mCenterPaint.setStrokeWidth(5);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 66 mPaint.setStrokeWidth(32);
70 mCenterPaint.setStrokeWidth(5);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DynamicXYPlotActivity.java 76 formatter1.getLinePaint().setStrokeWidth(10);
82 formatter2.getLinePaint().setStrokeWidth(10);

Completed in 896 milliseconds

1 2 34 5 6 7 8 91011>>