Searched refs:modelist (Results 1 – 8 of 8) sorted by relevance
/external/tesseract/textord/ |
D | oldbasel.cpp | 1558 int modelist[MODENUM]; in make_first_xheight() local 1603 find_top_modes(&heightstat, HEIGHTBUCKETS, modelist, MODENUM); in make_first_xheight() 1606 tprintf ("mode[%d]=%d ", blobindex, modelist[blobindex]); in make_first_xheight() 1609 pick_x_height(row, modelist, lefts, rights, &heightstat, mode_threshold); in make_first_xheight() 1634 int modelist[], int modenum //no of modes to get in find_top_modes() argument 1660 modelist[mode_count] = mode; in find_top_modes() 1672 int modelist[], in pick_x_height() argument 1688 if (modelist[x] && modelist[y] && in pick_x_height() 1689 heightstat->pile_count (modelist[x]) > mode_threshold && in pick_x_height() 1691 MIN(rights[modelist[x]], rights[modelist[y]]) > in pick_x_height() [all …]
|
D | oldbasel.h | 196 int modelist[], int modenum //no of modes to get 200 int modelist[],
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11modes.c | 238 XiGMiscResolutionInfo *modelist; in get_real_resolution() local 242 &ractive, &modelist); in get_real_resolution() 243 *w = modelist[ractive].width; in get_real_resolution() 244 *h = modelist[ractive].height; in get_real_resolution() 248 XFree(modelist); in get_real_resolution() 495 XiGMiscResolutionInfo *modelist; in X11_GetVideoModes() local 708 modelist = NULL; in X11_GetVideoModes() 713 &ractive, &modelist)) > 1 ) in X11_GetVideoModes() 740 i, modelist[i].width, modelist[i].height); in X11_GetVideoModes() 745 SDL_modelist[i]->w = modelist[j].width; in X11_GetVideoModes() [all …]
|
D | SDL_x11video.h | 104 SDL_Rect **modelist; member 193 #define SDL_modelist (this->hidden->modelist)
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
D | SDL_nxvideo.h | 63 SDL_Rect ** modelist ; member 84 #define SDL_modelist (this -> hidden -> modelist)
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_cgxvideo.h | 83 SDL_Rect **modelist; member 134 #define SDL_modelist (this->hidden->modelist)
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
D | SDL_DirectFB_video.c | 434 HIDDEN->modelist = SDL_calloc (HIDDEN->nummodes + 1, sizeof(SDL_Rect *)); in DirectFB_VideoInit() 435 if (!HIDDEN->modelist) in DirectFB_VideoInit() 443 HIDDEN->modelist[i] = &rect->r; in DirectFB_VideoInit() 446 HIDDEN->modelist[i] = NULL; in DirectFB_VideoInit() 582 return HIDDEN->modelist; in DirectFB_ListModes() 1136 if (HIDDEN->modelist) in DirectFB_VideoQuit() 1138 free (HIDDEN->modelist); in DirectFB_VideoQuit() 1139 HIDDEN->modelist = NULL; in DirectFB_VideoQuit()
|
D | SDL_DirectFB_video.h | 45 SDL_Rect **modelist; member
|