Searched defs:fillType (Results 1 - 16 of 16) sorted by relevance
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGShape.cpp | 14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
|
| /third_party/skia/modules/sksg/include/ |
| H A D | SkSGPath.h | 37 void setFillType(SkPathFillType fillType) { in setFillType() argument
|
| /third_party/skia/gm/ |
| H A D | largeclippedpath.cpp | 16 static void draw_clipped_flower(SkCanvas* canvas, SkPathFillType fillType) { in draw_clipped_flower() argument
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsSimplify.cpp | 143 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
|
| H A D | SkOpBuilder.cpp | 39 SkPathFillType fillType = path->getFillType(); in FixWinding() local
|
| H A D | SkPathOpsOp.cpp | 251 SkPathFillType fillType = inverseFill ? SkPathFillType::kInverseEvenOdd : in OpDebug() local
|
| H A D | SkPathOpsAsWinding.cpp | 324 SkPath reverseMarkedContours(vector<Contour>& contours, SkPathFillType fillType) { in reverseMarkedContours() argument 369 static bool set_result_path(SkPath* result, const SkPath& path, SkPathFillType fillType) { in set_result_path() argument 379 SkPathFillType fillType = path.getFillType(); in AsWinding() local [all...] |
| H A D | SkPathOpsDebug.cpp | 2905 SkPathFillType fillType = path.getFillType(); in ShowOnePath() local
|
| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | Shape.h | 76 SkPathFillType fillType() const { in fillType() function in skgpu::Shape
|
| /third_party/skia/fuzz/ |
| H A D | FuzzCommon.cpp | 35 uint8_t fillType; in FuzzNicePath() local
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| H A D | PathBuilder.java | 52 public void setFillType(FillType fillType) { in setFillType() argument 75 private static native void nSetFillType(long mNativeInstance, int fillType); in nSetFillType() argument
|
| /third_party/skia/src/core/ |
| H A D | SkPath_serial.cpp | 171 SkPathFillType fillType = extract_filltype(packed); in readAsRRect() local
|
| H A D | SkScan_Path.cpp | 100 static void walk_edges(SkEdge* prevHead, SkPathFillType fillType, in walk_edges() argument
|
| /third_party/skia/include/core/ |
| H A D | SkPathBuilder.h | 27 SkPathFillType fillType() const { return fFillType; } in fillType() function in SkPathBuilder
|
| /third_party/skia/tests/ |
| H A D | TriangulatingPathRendererTests.cpp | 840 static EdgeMap simplify(const EdgeMap& edges, SkPathFillType fillType) { in simplify() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrTriangulator.cpp | 595 static inline bool apply_fill_type(SkPathFillType fillType, int winding) { in apply_fill_type() argument 615 static inline bool apply_fill_type(SkPathFillType fillType, Poly* poly) { in apply_fill_type() argument
|
Completed in 15 milliseconds