Searched defs:bounds (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testbounds.c | 26 SDL_Rect bounds = { -1,-1,-1,-1 }, usable = { -1,-1,-1,-1 }; in main() local
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bwindow.cc | 48 BRect bounds( in _InitWindow() local
|
A D | SDL_BWin.h | 68 SDL_BWin(BRect bounds, window_look look, uint32 flags) in SDL_BWin()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvg.h | 132 float bounds[4]; // Tight bounding box of the shape [minx,miny,maxx,maxy]. member 151 float bounds[4]; // Tight bounding box of the shape [minx,miny,maxx,maxy]. member 560 static int nsvg__ptInBounds(float* pt, float* bounds) in nsvg__ptInBounds() 572 static void nsvg__curveBounds(float* bounds, float* curve) in nsvg__curveBounds() 923 static void nsvg__getLocalBounds(float* bounds, NSVGshape *shape, float* xform) in nsvg__getLocalBounds() 1049 float bounds[4]; in nsvg__addPath() local 2828 static void nsvg__imageBounds(NSVGparser* p, float* bounds) in nsvg__imageBounds() 2878 float tx, ty, sx, sy, us, bounds[4], t[6], avgs; in nsvg__scaleToViewbox() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 1535 SDL_Rect bounds; in SDL_CreateWindow() local 1554 SDL_Rect bounds; in SDL_CreateWindow() local 1929 SDL_Rect bounds; in SDL_SetWindowPosition() local 1986 SDL_Rect bounds; in SDL_GetWindowPosition() local
|
A D | SDL_surface.c | 971 SDL_Rect bounds; in SDL_ConvertSurface() local
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 900 SDL_Rect bounds, usablebounds; in SDLTest_CommonInit() local
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.c | 651 SDL_Rect bounds; in WIN_SetWindowFullscreen() local
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttinterp.c | 6035 FT_Short contour, bounds; in Ins_SHC() local
|
Completed in 33 milliseconds