Searched refs:OpaqueShape (Results 1 – 4 of 4) sorted by relevance
47 typedef enum { QuadShape,TransparentShape,OpaqueShape } SDL_ShapeKind; enumerator
201 result->kind = (last_opaque == SDL_TRUE ? OpaqueShape : TransparentShape); in RecursivelyCalculateShapeTree()
51 if(node->kind == OpaqueShape) { in CombineRectRegions()
68 if(tree->kind == OpaqueShape) {