HomeSort by relevance Sort by last modified time
    Searched refs:setStrokeJoin (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_JoinTest.java 40 // Here we use Join as the param of setStrokeJoin
43 p.setStrokeJoin(actual[0]);
45 p.setStrokeJoin(actual[1]);
47 p.setStrokeJoin(actual[2]);
  /external/chromium_org/third_party/skia/gm/
strokerect.cpp 22 paint.setStrokeJoin(join);
31 paint.setStrokeJoin(SkPaint::kMiter_Join);
90 paint.setStrokeJoin(join);
polygons.cpp 126 paint.setStrokeJoin(kJoins[join]);
142 paint.setStrokeJoin(SkPaint::kMiter_Join);
nonclosedpaths.cpp 114 paint.setStrokeJoin(kJoin[join]);
rects.cpp 129 p.setStrokeJoin(SkPaint::kBevel_Join);
140 p.setStrokeJoin(SkPaint::kRound_Join);
  /external/skia/gm/
strokerect.cpp 22 paint.setStrokeJoin(join);
31 paint.setStrokeJoin(SkPaint::kMiter_Join);
90 paint.setStrokeJoin(join);
polygons.cpp 126 paint.setStrokeJoin(kJoins[join]);
142 paint.setStrokeJoin(SkPaint::kMiter_Join);
nonclosedpaths.cpp 114 paint.setStrokeJoin(kJoin[join]);
rects.cpp 129 p.setStrokeJoin(SkPaint::kBevel_Join);
140 p.setStrokeJoin(SkPaint::kRound_Join);
  /external/chromium_org/third_party/skia/samplecode/
SampleStrokeRect.cpp 53 paint.setStrokeJoin(gJoin[i]);
SampleFuzz.cpp 178 case 0: paint.setStrokeJoin(SkPaint::kRound_Join); break;
179 case 1: paint.setStrokeJoin(SkPaint::kMiter_Join); break;
SampleStrokePath.cpp 34 paint.setStrokeJoin(SkPaint::kRound_Join);
142 paint->setStrokeJoin(gRec[i].fJoin);
  /external/chromium_org/third_party/skia/tests/
GpuDrawPathTest.cpp 35 paint.setStrokeJoin(SkPaint::kRound_Join);
StrokeTest.cpp 38 paint.setStrokeJoin(joins[i]);
  /external/chromium_org/ui/views/
shadow_border.cc 37 paint.setStrokeJoin(SkPaint::kRound_Join);
  /external/skia/samplecode/
SampleStrokeRect.cpp 53 paint.setStrokeJoin(gJoin[i]);
SampleFuzz.cpp 178 case 0: paint.setStrokeJoin(SkPaint::kRound_Join); break;
179 case 1: paint.setStrokeJoin(SkPaint::kMiter_Join); break;
SampleStrokePath.cpp 34 paint.setStrokeJoin(SkPaint::kRound_Join);
142 paint->setStrokeJoin(gRec[i].fJoin);
  /external/skia/tests/
StrokeTest.cpp 38 paint.setStrokeJoin(joins[i]);
GpuDrawPathTest.cpp 35 paint.setStrokeJoin(SkPaint::kRound_Join);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.cpp 65 paint->setStrokeJoin(m_lineJoin);
GraphicsContextState.cpp 29 m_strokePaint.setStrokeJoin(SkPaint::kDefault_Join);
142 m_strokePaint.setStrokeJoin((SkPaint::Join)join);
  /external/chromium_org/third_party/skia/bench/
StrokeBench.cpp 85 fRec.fPaint.setStrokeJoin(fJoin);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPaint.java 99 public void setStrokeJoin(Paint.Join join) {
  /external/skia/bench/
StrokeBench.cpp 85 fRec.fPaint.setStrokeJoin(fJoin);

Completed in 268 milliseconds

1 2 3 4