HomeSort by relevance Sort by last modified time
    Searched refs:strokePaint (Results 1 - 14 of 14) sorted by null

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathDestructionActivity.java 47 Paint strokePaint = new Paint(Paint.ANTI_ALIAS_FLAG);
53 strokePaint.setStyle(Paint.Style.STROKE);
85 strokePaint.setColor(getRandomColor());
86 canvas.drawPath(path, strokePaint);
  /external/skia/gm/
strokes.cpp 115 SkPaint fillPaint, strokePaint, dashPaint;
117 strokePaint = fillPaint;
118 strokePaint.setStyle(SkPaint::kStroke_Style);
121 strokePaint.setAlpha(255);
122 strokePaint.setStrokeWidth(i ? 8.f : 10.f);
123 strokePaint.setStrokeCap(i ? SkPaint::kSquare_Cap : SkPaint::kRound_Cap);
126 canvas->drawPath(fMoveHfPath, strokePaint);
128 canvas->drawPath(fMoveZfPath, strokePaint);
129 dashPaint = strokePaint;
138 strokePaint.setStrokeWidth(20)
    [all...]
emptypath.cpp 186 SkPaint strokePaint;
187 strokePaint.setStyle(SkPaint::kStroke_Style);
188 strokePaint.setStrokeWidth(21);
189 strokePaint.setStrokeCap(SkPaint::kSquare_Cap);
193 strokePaint.setStyle(SkPaint::kStroke_Style);
200 canvas->drawPath(path, strokePaint);
offsetimagefilter.cpp 87 SkPaint strokePaint;
88 strokePaint.setStyle(SkPaint::kStroke_Style);
89 strokePaint.setStrokeWidth(2);
90 strokePaint.setColor(SK_ColorRED);
91 canvas->drawRect(clipRect, strokePaint);
imagefilterscropexpand.cpp 172 SkPaint strokePaint;
173 strokePaint.setColor(0xFFFF0000);
174 strokePaint.setStyle(SkPaint::kStroke_Style);
175 canvas->drawRect(rect, strokePaint);
shadertext2.cpp 94 SkPaint strokePaint(fillPaint);
95 strokePaint.setStyle(SkPaint::kStroke_Style);
96 strokePaint.setStrokeWidth(kPointSize * 0.1f);
128 SkPaint& paint = s ? strokePaint : fillPaint;
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 83 SkPaint strokePaint;
84 strokePaint.setStyle(SkPaint::kStroke_Style);
85 strokePaint.setStrokeWidth(4);
89 strokePaint.setPathEffect(dashEffect);
110 ArcOp arcOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint, 0, 270, true);
113 OvalOp ovalOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java     [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java     [all...]
  /external/skia/tests/
ImageFilterTest.cpp     [all...]
PathTest.cpp     [all...]
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 624 milliseconds