Home
last modified time | relevance | path

Searched refs:getFillType (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js97 function getFillType(str) { function
126 path1.setFillType(getFillType(test.fillType1));
130 path2.setFillType(getFillType(test.fillType2));
143 … expect(combined.getFillType().value).toEqual(getFillType(test.fillTypeOut).value);
185 path.setFillType(getFillType(test.fillType));
198 … expect(simplified.getFillType().value).toEqual(getFillType(test.fillTypeOut).value);
/third_party/flutter/skia/modules/pathkit/tests/
Dpathops.spec.js97 function getFillType(str) { function
126 path1.setFillType(getFillType(test.fillType1));
130 path2.setFillType(getFillType(test.fillType2));
143 … expect(combined.getFillType().value).toEqual(getFillType(test.fillTypeOut).value);
185 path.setFillType(getFillType(test.fillType));
198 … expect(simplified.getFillType().value).toEqual(getFillType(test.fillTypeOut).value);
/third_party/skia/docs/examples/
DPath_getFillType.cpp9 path.getFillType() == SkPathFillType::kWinding ? "kWinding" : in draw()
10 path.getFillType() == SkPathFillType::kEvenOdd ? "kEvenOdd" : in draw()
11 path.getFillType() == SkPathFillType::kInverseWinding ? "kInverseWinding" : in draw()
/third_party/flutter/skia/docs/examples/
DPath_getFillType.cpp9 path.getFillType() == SkPath::kWinding_FillType ? "kWinding_FillType" : in draw()
10 path.getFillType() == SkPath::kEvenOdd_FillType ? "kEvenOdd_FillType" : in draw()
11 path.getFillType() == SkPath::kInverseWinding_FillType ? "kInverseWinding_FillType" : in draw()
/third_party/skia/modules/sksg/include/
DSkSGPath.h33 SkPathFillType getFillType() const { in SG_ATTRIBUTE()
34 return fPath.getFillType(); in SG_ATTRIBUTE()
38 if (fillType != fPath.getFillType()) { in setFillType()
/third_party/flutter/skia/tests/
DPathOpsAsWindingTest.cpp64 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in DEF_TEST()
135 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in DEF_TEST()
151 REPORTER_ASSERT(reporter, original.getFillType() == SkPath::kWinding_FillType); in DEF_TEST()
173 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType); in DEF_TEST()
DSubsetPath.cpp97 result.setFillType(fPath.getFillType()); in getSubsetPath()
184 result.setFillType(fPath.getFillType()); in getSubsetPath()
DPathOpsExtendedTest.cpp545 gFillTypeStrs[(int) path.getFillType()], lastField ? "\n}" : ",\n"); in json_path_out()
700 scaledA.setFillType(a.getFillType()); in innerPathOp()
702 scaledB.setFillType(b.getFillType()); in innerPathOp()
710 scaledOut.setFillType(out.getFillType()); in innerPathOp()
/third_party/skia/tests/
DPathOpsAsWindingTest.cpp64 REPORTER_ASSERT(reporter, result.getFillType() == SkPathFillType::kWinding); in DEF_TEST()
135 REPORTER_ASSERT(reporter, result.getFillType() == SkPathFillType::kWinding); in DEF_TEST()
151 REPORTER_ASSERT(reporter, original.getFillType() == SkPathFillType::kWinding); in DEF_TEST()
173 REPORTER_ASSERT(reporter, result.getFillType() == SkPathFillType::kWinding); in DEF_TEST()
DSubsetPath.cpp95 result.setFillType(fPath.getFillType()); in getSubsetPath()
176 result.setFillType(fPath.getFillType()); in getSubsetPath()
DPathOpsExtendedTest.cpp446 gFillTypeStrs[(int) path.getFillType()], lastField ? "\n}" : ",\n"); in json_path_out()
586 scaledA.setFillType(a.getFillType()); in innerPathOp()
588 scaledB.setFillType(b.getFillType()); in innerPathOp()
596 scaledOut.setFillType(out.getFillType()); in innerPathOp()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp48 return that.fClipPath->deviceSpacePath().getFillType() == in onIsEqual()
49 fClipPath->deviceSpacePath().getFillType() && in onIsEqual()
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath.cc38 V(Path, getFillType) \
65 int CanvasPath::getFillType() { in getFillType() function in flutter::CanvasPath
66 return path_.getFillType(); in getFillType()
Dpath.h35 int getFillType();
/third_party/skia/modules/skottie/src/
DPath.cpp33 path.setFillType(path_node->getFillType()); in onSync()
/third_party/skia/modules/sksg/src/
DSkSGPath.cpp33 const auto ft = fPath.getFillType(); in onRevalidate()
/third_party/flutter/skia/modules/sksg/src/
DSkSGPath.cpp33 const auto ft = fPath.getFillType(); in onRevalidate()
/third_party/flutter/skia/src/gpu/
DGrPath.h39 GrPathRendering::FillType getFillType() const { return fFillType; } in getFillType() function
DGrDistanceFieldGenFromVector.cpp766 if (!IsDistanceFieldSupportedFillType(workingPath.getFillType())) { in GrGenerateDistanceFieldFromPath()
841 if (workingPath.getFillType() == SkPath::kWinding_FillType) { in GrGenerateDistanceFieldFromPath()
843 } else if (workingPath.getFillType() == SkPath::kInverseWinding_FillType) { in GrGenerateDistanceFieldFromPath()
845 } else if (workingPath.getFillType() == SkPath::kEvenOdd_FillType) { in GrGenerateDistanceFieldFromPath()
848 SkASSERT(workingPath.getFillType() == SkPath::kInverseEvenOdd_FillType); in GrGenerateDistanceFieldFromPath()
/third_party/flutter/skia/src/gpu/ops/
DGrDrawPathOp.h87 ClassID(), viewMatrix, std::move(paint), path->getFillType(), aa) in GrDrawPathOp()
/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.h77 return fPathDrawList->fPath.getFillType(); in pathFillType()
/third_party/flutter/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp359 if (path.getFillType() == SkPath::FillType::kWinding_FillType) { in GetFillTypeString()
361 } else if (path.getFillType() == SkPath::FillType::kEvenOdd_FillType) { in GetFillTypeString()
507 .function("getFillType", &SkPath::getFillType) in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp346 if (path.getFillType() == SkPathFillType::kWinding) { in GetFillTypeString()
348 } else if (path.getFillType() == SkPathFillType::kEvenOdd) { in GetFillTypeString()
494 .function("getFillType", &SkPath::getFillType) in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/src/pathops/
DSkOpEdgeBuilder.cpp13 fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in init()
43 fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in addOperand()
/third_party/skia/src/pathops/
DSkOpEdgeBuilder.cpp15 fXorMask[0] = fXorMask[1] = ((int)fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in init()
47 fXorMask[1] = ((int)fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask in addOperand()

1234