Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_shape.h87 ShapeModeColorKey enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_shape.c108 case(ShapeModeColorKey): in SDL_CalculateShapeBitmap()
161 case(ShapeModeColorKey): in RecursivelyCalculateShapeTree()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.c70 ((shape->format->Amask == 0) && (shape_mode->mode != ShapeModeColorKey)) || in Win32_SetWindowShape()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestshape.c99 pictures[i].mode.mode = ShapeModeColorKey; in main()