Searched defs:StencilPath (Results 1 – 2 of 2) sorted by relevance
118 struct StencilPath : public Cmd { struct119 StencilPath(const GrPath* path, GrRenderTarget* rt) in StencilPath() function124 const GrPath* path() const { return fPath.get(); } in path()128 SkMatrix fViewMatrix;129 bool fUseHWAA;130 GrStencilSettings fStencil;131 GrScissorState fScissor;134 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
64 typedef GrTargetCommands::StencilPath StencilPath; typedef