Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTypesPriv.h376 struct GrScissorState { struct
377 GrScissorState() : fEnabled(false) {} in GrScissorState() function
379 bool operator==(const GrScissorState& other) const { argument
385 bool enabled() const { return fEnabled; } in enabled()
386 const SkIRect& rect() const { return fRect; } in rect()
390 SkIRect fRect;