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

12

  /external/skia/src/effects/
SkDashPathEffect.cpp 49 if (SkPaint::kMiter_Join == rec.getJoin()) {
  /external/skia/src/core/
SkStroke.cpp 346 if (join == SkPaint::kMiter_Join) {
    [all...]
SkDraw.cpp 680 if (SkPaint::kMiter_Join != paint.getStrokeJoin() ||
    [all...]
  /external/skia/samplecode/
SamplePathFuzz.cpp 289 SkPaint::Join join = (SkPaint::Join) fRand.nextRangeU(SkPaint::kMiter_Join,
  /external/skia/src/gpu/
GrShape.cpp 458 fStyle.strokeRec().getJoin() == SkPaint::kMiter_Join &&
GrRenderTargetContext.cpp 542 case SkPaint::kMiter_Join:
    [all...]
  /frameworks/base/libs/hwui/
VectorDrawable.h 220 int32_t strokeLineJoin = SkPaint::Join::kMiter_Join;
BakedOpDispatcher.cpp 634 || op.paint->getStrokeJoin() != SkPaint::kMiter_Join
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/tests/
GrShapeTest.cpp 120 return paint.getStrokeJoin() == SkPaint::kMiter_Join &&
    [all...]
  /external/skia/src/gpu/ops/
GrAAConvexTessellator.cpp 570 case SkPaint::Join::kMiter_Join: {
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 422 milliseconds

12