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

  /external/chromium_org/third_party/skia/gm/
imagefilterscropexpand.cpp 86 SkPaint strokePaint;
87 strokePaint.setColor(0xFFFF0000);
88 strokePaint.setStyle(SkPaint::kStroke_Style);
89 canvas->drawRect(rect, strokePaint);
offsetimagefilter.cpp 75 SkPaint strokePaint;
76 strokePaint.setStyle(SkPaint::kStroke_Style);
77 strokePaint.setColor(SK_ColorRED);
86 canvas->drawRect(clipRect, strokePaint);
  /external/skia/gm/
imagefilterscropexpand.cpp 86 SkPaint strokePaint;
87 strokePaint.setColor(0xFFFF0000);
88 strokePaint.setStyle(SkPaint::kStroke_Style);
89 canvas->drawRect(rect, strokePaint);
offsetimagefilter.cpp 74 SkPaint strokePaint;
75 strokePaint.setStyle(SkPaint::kStroke_Style);
76 strokePaint.setColor(SK_ColorRED);
85 canvas->drawRect(clipRect, strokePaint);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.cpp 66 const SkPaint& GraphicsContextState::strokePaint(int strokedPathLength) const
GraphicsContext.h 246 const SkPaint& strokePaint() const { return immutableState()->strokePaint(); }
  /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/tests/
ImageFilterTest.cpp 737 SkPaint strokePaint;
738 strokePaint.setStyle(SkPaint::kStroke_Style);
739 strokePaint.setColor(SK_ColorRED);
PathTest.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
ImageFilterTest.cpp     [all...]
PathTest.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]

Completed in 343 milliseconds