Searched refs:maxheight (Results 1 - 10 of 10) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dmodel.h226 int maxheight; member in struct:__anon11371
H A Dgl_model.h245 int maxheight; member in struct:__anon11341
H A Dgl_model.c1821 psprite->maxheight = LittleLong (pin->height);
1828 mod->mins[2] = -psprite->maxheight/2;
1829 mod->maxs[2] = psprite->maxheight/2;
H A Dmodel.c1828 psprite->maxheight = LittleLong (pin->height);
1835 mod->mins[2] = -psprite->maxheight/2;
1836 mod->maxs[2] = psprite->maxheight/2;
/external/quake/quake/src/WinQuake/
H A Dmodel.h215 int maxheight; member in struct:__anon11731
H A Dgl_model.h241 int maxheight; member in struct:__anon11704
H A Dgl_model.cpp1777 psprite->maxheight = LittleLong (pin->height);
1784 mod->mins[2] = -psprite->maxheight/2;
1785 mod->maxs[2] = psprite->maxheight/2;
H A Dmodel.cpp1805 psprite->maxheight = LittleLong (pin->height);
1812 mod->mins[2] = -psprite->maxheight/2;
1813 mod->maxs[2] = psprite->maxheight/2;
/external/kernel-headers/original/linux/
H A Dvideodev.h43 int maxheight; /* And height */ member in struct:video_capability
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c1067 int maxheight; local
1071 maxheight = height*2;
1073 maxheight = height;
1075 if ( vinfo.yres_virtual > maxheight ) {
1076 vinfo.yres_virtual = maxheight;

Completed in 173 milliseconds