Home
last modified time | relevance | path

Searched refs:binarizationCutoff (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c47 result->shaper->mode.parameters.binarizationCutoff = 1; in SDL_CreateShapedWindow()
109 mask_value = (alpha >= mode.parameters.binarizationCutoff ? 1 : 0); in SDL_CalculateShapeBitmap()
112 mask_value = (alpha <= mode.parameters.binarizationCutoff ? 1 : 0); in SDL_CalculateShapeBitmap()
162 pixel_opaque = (a >= mode.parameters.binarizationCutoff ? SDL_TRUE : SDL_FALSE); in RecursivelyCalculateShapeTree()
165 pixel_opaque = (a <= mode.parameters.binarizationCutoff ? SDL_TRUE : SDL_FALSE); in RecursivelyCalculateShapeTree()
/AliOS-Things-master/components/SDL2/include/
A DSDL_shape.h96 Uint8 binarizationCutoff; member
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsshape.c35 result->mode.parameters.binarizationCutoff = 1; in Win32_CreateShaper()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11shape.c42 result->mode.parameters.binarizationCutoff = 1; in X11_CreateShaper()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_shape.c41 result->mode.parameters.binarizationCutoff = 1; in DirectFB_CreateShaper()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoashape.m43 result->mode.parameters.binarizationCutoff = 1;
/AliOS-Things-master/components/SDL2/test/
A Dtestshape.c94 pictures[i].mode.parameters.binarizationCutoff = 255; in main()

Completed in 9 milliseconds