HomeSort by relevance Sort by last modified time
    Searched refs:strokePaint (Results 1 - 21 of 21) 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/chromium_org/third_party/skia/gm/
offsetimagefilter.cpp 74 SkPaint strokePaint;
75 strokePaint.setStyle(SkPaint::kStroke_Style);
76 strokePaint.setColor(SK_ColorRED);
85 canvas->drawRect(clipRect, strokePaint);
strokes.cpp 217 SkPaint strokePaint(origPaint);
218 strokePaint.setColor(0xFF4444FF);
237 strokePaint.setStrokeWidth(SK_Scalar1 * j * j);
238 canvas->drawPath(orig, strokePaint);
241 strokePaint.getFillPath(orig, &fill);
243 canvas->translate(dx + strokePaint.getStrokeWidth(), 0);
imagefilterscropexpand.cpp 86 SkPaint strokePaint;
87 strokePaint.setColor(0xFFFF0000);
88 strokePaint.setStyle(SkPaint::kStroke_Style);
89 canvas->drawRect(rect, strokePaint);
shadertext2.cpp 106 SkPaint strokePaint(fillPaint);
107 strokePaint.setStyle(SkPaint::kStroke_Style);
108 strokePaint.setStrokeWidth(kPointSize * 0.1f);
139 SkPaint& paint = s ? strokePaint : fillPaint;
  /external/skia/gm/
offsetimagefilter.cpp 74 SkPaint strokePaint;
75 strokePaint.setStyle(SkPaint::kStroke_Style);
76 strokePaint.setColor(SK_ColorRED);
85 canvas->drawRect(clipRect, strokePaint);
strokes.cpp 217 SkPaint strokePaint(origPaint);
218 strokePaint.setColor(0xFF4444FF);
237 strokePaint.setStrokeWidth(SK_Scalar1 * j * j);
238 canvas->drawPath(orig, strokePaint);
241 strokePaint.getFillPath(orig, &fill);
243 canvas->translate(dx + strokePaint.getStrokeWidth(), 0);
imagefilterscropexpand.cpp 86 SkPaint strokePaint;
87 strokePaint.setColor(0xFFFF0000);
88 strokePaint.setStyle(SkPaint::kStroke_Style);
89 canvas->drawRect(rect, strokePaint);
shadertext2.cpp 106 SkPaint strokePaint(fillPaint);
107 strokePaint.setStyle(SkPaint::kStroke_Style);
108 strokePaint.setStrokeWidth(kPointSize * 0.1f);
139 SkPaint& paint = s ? strokePaint : fillPaint;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 64 const SkPaint& strokePaint(int strokedPathLength = 0) const;
GraphicsContext.h 245 const SkPaint& strokePaint() const { return immutableState()->strokePaint(); }
GraphicsContextState.cpp 66 const SkPaint& GraphicsContextState::strokePaint(int strokedPathLength) const
GraphicsContext.cpp 564 drawPath(path, immutableState()->strokePaint());
696 SkPaint paint(immutableState()->strokePaint(length));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 155 SkPaint paint = gc->strokePaint();
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]
GradientDrawable.java 758 final Paint strokePaint = mStrokePaint;
759 if (strokePaint != null) {
763 final int oldStrokeColor = strokePaint.getColor();
765 strokePaint.setColor(newStrokeColor);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 79 SkPaint paint = gc->strokePaint();
  /external/chromium_org/third_party/skia/tests/
ImageFilterTest.cpp 737 SkPaint strokePaint;
738 strokePaint.setStyle(SkPaint::kStroke_Style);
739 strokePaint.setColor(SK_ColorRED);
PathTest.cpp     [all...]
  /external/skia/tests/
ImageFilterTest.cpp 737 SkPaint strokePaint;
738 strokePaint.setStyle(SkPaint::kStroke_Style);
739 strokePaint.setColor(SK_ColorRED);
PathTest.cpp     [all...]

Completed in 833 milliseconds