Home
last modified time | relevance | path

Searched refs:PathDrawList (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DPathTessellator.h39 struct PathDrawList { struct
40 PathDrawList(const SkMatrix& pathMatrix,
43 PathDrawList* next = nullptr)
49 PathDrawList* fNext; argument
57 const PathDrawList* fHead; argument
80 const PathDrawList&) = 0; argument
90 const PathDrawList& pathDrawList, in prepare()
DPathWedgeTessellator.h37 const PathDrawList&) final;
DPathCurveTessellator.h35 const PathDrawList& pathDrawList) final;
DPathCurveTessellator.cpp39 const PathDrawList& pathDrawList) { in writePatches()
DPathWedgeTessellator.cpp138 const PathDrawList& pathDrawList) { in writePatches()
/third_party/skia/src/gpu/ops/
DPathTessellateOp.h24 using PathDrawList = PathTessellator::PathDrawList;
37 , fPathDrawList(arena->make<PathDrawList>(SkMatrix::I(), path, paint.getColor4f())) in PathTessellateOp()
48 PathDrawList& headDraw() { return *fPathDrawList; } in headDraw()
68 PathDrawList* const fPathDrawList;
69 PathDrawList** fPathDrawTail;
DAtlasRenderTask.h64 using PathDrawList = PathTessellator::PathDrawList; variable
65 using PathDrawAllocator = SkTBlockList<PathDrawList, 16>;
80 const PathDrawList* pathDrawList() const { return fPathDrawList; } in pathDrawList()
85 PathDrawList* fPathDrawList = nullptr;
DPathStencilCoverOp.h25 using PathDrawList = PathTessellator::PathDrawList;
37 , fPathDrawList(arena->make<PathDrawList>(viewMatrix, path, SK_PMColor4fTRANSPARENT)) in PathStencilCoverOp()
51 PathStencilCoverOp(const PathDrawList* pathDrawList, in PathStencilCoverOp()
89 const PathDrawList* fPathDrawList;