Searched defs:DrawPaths (Results 1 – 2 of 2) sorted by relevance
153 struct DrawPaths : public Cmd { struct154 DrawPaths(State* state, const GrPathRange* pathRange) in DrawPaths() function159 const GrPathRange* pathRange() const { return fPathRange.get(); } in pathRange()163 SkAutoTUnref<State> fState;164 char* fIndices;165 GrDrawTarget::PathIndexType fIndexType;166 float* fTransforms;167 GrDrawTarget::PathTransformType fTransformType;168 int fCount;169 GrStencilSettings fStencilSettings;
66 typedef GrTargetCommands::DrawPaths DrawPaths; typedef