Home | History | Annotate | Download | only in photon

Lines Matching refs:height

50         return mode2_info.height - mode1_info.height;
87 Amodelist[j].h = mode_info.height;
113 /* return the mode associated with width, height and bpp */
115 int ph_GetVideoMode(int width, int height, int bpp)
127 if ((width==640) && (height==400))
140 if ((mode_info.width == width) && (mode_info.height == height) &&
147 if ((modestage) && (mode_info.width == width) && (mode_info.height == height+80) &&
165 /* return the mode associated with width, height and bpp */
167 int get_mode_any_format(int width, int height, int bpp)
184 if ((mode_info.width == width) && (mode_info.height == height))
208 if ((mode_info.width != width) || (mode_info.height != height))
272 if (mode_info.height != screen->h)
274 if ((mode_info.height==480) && (screen->h==400))