Home | History | Annotate | Download | only in riscos

Lines Matching defs:yeig

206 	vars[1] = 5;  /* YEig */
216 this->hidden->yeig = vals[1];
255 int yeig = this->hidden->yeig;
264 window_block[1] = y << yeig;
266 window_block[3] = window_block[1] + (surface->h << yeig);
281 window_block[11] = -surface->h << yeig;
330 int yeig = this->hidden->yeig;
337 update_block[4] = -(rects[j].y << yeig);
339 update_block[2] = update_block[4] - (rects[j].h << yeig);
427 int height = this->hidden->screen_height << this->hidden->yeig;