Home
last modified time | relevance | path

Searched refs:OpaqueShape (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_shape_internals.h47 typedef enum { QuadShape,TransparentShape,OpaqueShape } SDL_ShapeKind; enumerator
DSDL_shape.c201 result->kind = (last_opaque == SDL_TRUE ? OpaqueShape : TransparentShape); in RecursivelyCalculateShapeTree()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.c51 if(node->kind == OpaqueShape) { in CombineRectRegions()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoashape.m68 if(tree->kind == OpaqueShape) {