Searched refs:SingleDraw (Results 1 – 2 of 2) sorted by relevance
92 class SingleDraw {94 SingleDraw(const SkMatrix&, const GrShape&, float strokeDevWidth,123 SingleDraw* fNext = nullptr;125 friend class GrCCSTLList<SingleDraw>; // To access fNext.132 GrCCSTLList<SingleDraw> fDraws;
131 GrCCDrawPathsOp::SingleDraw::SingleDraw(const SkMatrix& m, const GrShape& shape, in SingleDraw() function in GrCCDrawPathsOp::SingleDraw158 GrProcessorSet::Analysis GrCCDrawPathsOp::SingleDraw::finalize( in finalize()225 for (SingleDraw& draw : fDraws) { in accountForOwnPaths()230 void GrCCDrawPathsOp::SingleDraw::accountForOwnPath( in accountForOwnPath()281 bool GrCCDrawPathsOp::SingleDraw::shouldCachePathMask(int maxRenderTargetSize) const { in shouldCachePathMask()323 for (SingleDraw& draw : fDraws) { in setupResources()332 void GrCCDrawPathsOp::SingleDraw::setupResources( in setupResources()