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

1 2

  /external/skia/tests/
FillPathTest.cpp 41 path.setFillType(SkPath::kInverseWinding_FillType);
EmptyPathTest.cpp 120 SkPath::kInverseWinding_FillType,
ClipStackTest.cpp 815 path.setFillType(SkPath::kInverseWinding_FillType);
828 path.setFillType(SkPath::kInverseWinding_FillType);
839 path.setFillType(SkPath::kInverseWinding_FillType);
    [all...]
PathOpsSkpTest.cpp     [all...]
PathOpsOpTest.cpp     [all...]
  /external/skia/samplecode/
SampleLayerMask.cpp 51 p.setFillType(SkPath::kInverseWinding_FillType);
SampleEmptyPath.cpp 53 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
SampleFillType.cpp 62 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
ClockFaceView.cpp 116 dst->setFillType(SkPath::kInverseWinding_FillType);
  /external/skia/gm/
filltypes.cpp 58 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
emptypath.cpp 50 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
filltypespersp.cpp 70 showPath(canvas, 00, 200, SkPath::kInverseWinding_FillType,
inversepaths.cpp 125 path.setFillType(SkPath::kInverseWinding_FillType);
linepaths.cpp 51 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
194 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
quadpaths.cpp 51 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
196 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
cubicpaths.cpp 91 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
237 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
degeneratesegments.cpp 264 {SkPath::kInverseWinding_FillType, "Inverse Winding"},
  /external/skia/include/core/
SkPath.h 59 kInverseWinding_FillType,
519 * kInverseWinding_FillType -> true
525 SK_COMPILE_ASSERT(2 == kInverseWinding_FillType, fill_type_mismatch);
535 * kInverseWinding_FillType -> kWinding_FillType
541 SK_COMPILE_ASSERT(2 == kInverseWinding_FillType, fill_type_mismatch);
    [all...]
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 28 case SkPath::kInverseWinding_FillType:
GrDefaultPathRenderer.cpp 609 case SkPath::kInverseWinding_FillType:
743 SkASSERT(SkPath::kInverseWinding_FillType != path.getFillType());
GrTessellatingPathRenderer.cpp 627 case SkPath::kInverseWinding_FillType:
    [all...]
  /external/skia/src/pdf/
SkPDFUtils.cpp 209 NOT_IMPLEMENTED(fill == SkPath::kInverseWinding_FillType, false);
SkPDFDevice.cpp 329 NOT_IMPLEMENTED(clipFill == SkPath::kInverseWinding_FillType, false);
385 outClipPath->setFillType(SkPath::kInverseWinding_FillType);
394 outClipPath->setFillType(SkPath::kInverseWinding_FillType);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/utils/
SkLua.cpp     [all...]

Completed in 551 milliseconds

1 2