Home
last modified time | relevance | path

Searched defs:fillType (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/experimental/svg/model/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender() local
/external/skqp/experimental/svg/model/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender() local
/external/skia/src/gpu/tessellate/
DGrGpuTessellationPathRenderer.h31 SkPath* getAtlasUberPath(SkPathFillType fillType, bool antialias) { in getAtlasUberPath()
/external/skia/modules/sksg/include/
DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType()
/external/skqp/src/gpu/ops/
DGrStencilPathOp.cpp20 GrPathRendering::FillType fillType, in Make()
DGrStencilPathOp.h47 GrPathRendering::FillType fillType, in GrStencilPathOp()
DGrDrawPathOp.h43 GrPathRendering::FillType fillType() const { return fFillType; } in fillType() function
DGrDrawPathOp.cpp57 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings()
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js684 fillType: 'nonzero', property
691 fillType: 'evenodd', property
698 fillType: null, property
705 fillType: null, property
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js694 fillType: 'nonzero', property
701 fillType: 'evenodd', property
708 fillType: null, property
715 fillType: null, property
/external/skqp/src/core/
DSkPath_serial.cpp167 FillType fillType = extract_filltype(packed); in readAsRRect() local
292 FillType fillType = extract_filltype(packed); in readFromMemory_LE3() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java66 int fillType; field in ShadowVectorDrawable.Path
129 int fillType) { in nUpdateFullPathProperties()
/external/skia/src/gpu/ops/
DGrDrawPathOp.h45 GrPathRendering::FillType fillType() const { return fFillType; } in fillType() function
DGrDrawPathOp.cpp59 GrPathRendering::FillType fillType, GrStencilSettings* stencil) { in init_stencil_pass_settings()
/external/skia/src/pathops/
DSkOpBuilder.cpp39 SkPathFillType fillType = path->getFillType(); in FixWinding() local
DSkPathOpsSimplify.cpp143 SkPathFillType fillType = path.isInverseFillType() ? SkPathFillType::kInverseEvenOdd in SimplifyDebug() local
DSkPathOpsAsWinding.cpp370 static bool set_result_path(SkPath* result, const SkPath& path, SkPathFillType fillType) { in set_result_path()
380 SkPathFillType fillType = path.getFillType(); in AsWinding() local
/external/cldr/tools/java/org/unicode/cldr/icu/
DPluralsMapper.java51 private void fillType(PluralType type, IcuData icuData) { in fillType() method in PluralsMapper
/external/skqp/src/pathops/
DSkOpBuilder.cpp39 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
DSkPathOpsSimplify.cpp143 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType in SimplifyDebug() local
DSkPathOpsAsWinding.cpp370 static bool set_result_path(SkPath* result, const SkPath& path, SkPath::FillType fillType) { in set_result_path()
380 SkPath::FillType fillType = path.getFillType(); in AsWinding() local
/external/skia/src/gpu/
DGrTessellator.cpp893 inline bool apply_fill_type(SkPathFillType fillType, int winding) { in apply_fill_type()
909 inline bool apply_fill_type(SkPathFillType fillType, Poly* poly) { in apply_fill_type()
1674 Poly* tessellate(SkPathFillType fillType, Mode mode, const VertexList& vertices, in tessellate()
1795 void remove_non_boundary_edges(const VertexList& mesh, SkPathFillType fillType, in remove_non_boundary_edges()
2214 void extract_boundary(EdgeList* boundary, Edge* e, SkPathFillType fillType, SkArenaAlloc& alloc) { in extract_boundary()
2251 VertexList* outerVertices, SkPathFillType fillType, in extract_boundaries()
2301 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPathFillType fillType, in contours_to_polys()
2363 void* polys_to_triangles(Poly* polys, SkPathFillType fillType, Mode mode, void* data) { in polys_to_triangles()
2376 SkPathFillType fillType = path.getFillType(); in path_to_polys() local
2421 int64_t count_points(Poly* polys, SkPathFillType fillType) { in count_points()
[all …]
/external/skqp/src/gpu/
DGrTessellator.cpp805 inline bool apply_fill_type(SkPath::FillType fillType, int winding) { in apply_fill_type()
821 inline bool apply_fill_type(SkPath::FillType fillType, Poly* poly) { in apply_fill_type()
1637 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges()
2025 void extract_boundary(EdgeList* boundary, Edge* e, SkPath::FillType fillType, SkArenaAlloc& alloc) { in extract_boundary()
2061 VertexList* outerVertices, SkPath::FillType fillType, in extract_boundaries()
2111 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys()
2161 void* polys_to_triangles(Poly* polys, SkPath::FillType fillType, bool emitCoverage, void* data) { in polys_to_triangles()
2173 SkPath::FillType fillType = path.getFillType(); in path_to_polys() local
2193 int64_t count_points(Poly* polys, SkPath::FillType fillType) { in count_points()
2244 SkPath::FillType fillType = antialias ? SkPath::kWinding_FillType : path.getFillType(); in PathToTriangles() local
[all …]
/external/skqp/fuzz/
DFuzzCommon.cpp35 uint8_t fillType; in FuzzNicePath() local
/external/skia/fuzz/
DFuzzCommon.cpp35 uint8_t fillType; in FuzzNicePath() local

12