Home
last modified time | relevance | path

Searched defs:StencilPath (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrTargetCommands.h118 struct StencilPath : public Cmd { struct
119 StencilPath(const GrPath* path, GrRenderTarget* rt) in StencilPath() function
124 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;
DGrCommandBuilder.h64 typedef GrTargetCommands::StencilPath StencilPath; typedef