Searched refs:PathDrawList (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
D | PathTessellator.h | 39 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()
|
D | PathWedgeTessellator.h | 37 const PathDrawList&) final;
|
D | PathCurveTessellator.h | 35 const PathDrawList& pathDrawList) final;
|
D | PathCurveTessellator.cpp | 39 const PathDrawList& pathDrawList) { in writePatches()
|
D | PathWedgeTessellator.cpp | 138 const PathDrawList& pathDrawList) { in writePatches()
|
/third_party/skia/src/gpu/ops/ |
D | PathTessellateOp.h | 24 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;
|
D | AtlasRenderTask.h | 64 using PathDrawList = PathTessellator::PathDrawList; variable 65 using PathDrawAllocator = SkTBlockList<PathDrawList, 16>; 80 const PathDrawList* pathDrawList() const { return fPathDrawList; } in pathDrawList() 85 PathDrawList* fPathDrawList = nullptr;
|
D | PathStencilCoverOp.h | 25 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;
|