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

  /external/skia/tests/
StrokeTest.cpp 34 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
46 bool isMiter = SkPaint::kMiter_Join == joins[i];
PaintTest.cpp 91 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ?
EmptyPathTest.cpp 76 SkPaint::kMiter_Join,
  /external/skia/gm/
strokerect.cpp 31 paint.setStrokeJoin(SkPaint::kMiter_Join);
66 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join
  /external/skia/include/core/
SkPaint.h 399 kMiter_Join, //!< connect path segments with a sharp join
404 kDefault_Join = kMiter_Join
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 398 kMiter_Join, //!< connect path segments with a sharp join
403 kDefault_Join = kMiter_Join
    [all...]
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 212 SK_COMPILE_ASSERT(SkPaint::kMiter_Join == 0, paint_join_mismatch);
  /external/skia/src/core/
SkStroke.cpp 191 if (join == SkPaint::kMiter_Join) {
783 if (SkPaint::kMiter_Join == join && fMiterLimit < SK_ScalarSqrt2) {
788 case SkPaint::kMiter_Join:
SkPaint.cpp     [all...]
SkDraw.cpp 795 if (SkPaint::kMiter_Join != paint.getStrokeJoin() ||
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 316 m_state->lineJoin = SkPaint::kMiter_Join;
  /external/skia/src/effects/
SkDashPathEffect.cpp 96 if (SkPaint::kMiter_Join == rec.getJoin()) {
  /external/skia/src/gpu/
SkGpuDevice.cpp 644 paint.getStrokeJoin() != SkPaint::kMiter_Join;
654 if (SkPaint::kMiter_Join == paint.getStrokeJoin() &&
    [all...]
  /external/skia/legacy/src/core/
SkStroke.cpp 189 if (join == SkPaint::kMiter_Join) {
SkDraw.cpp 670 if (SkPaint::kMiter_Join != paint.getStrokeJoin() ||
    [all...]
SkPaint.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 975 platformContext()->setLineJoin(SkPaint::kMiter_Join);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]

Completed in 320 milliseconds