Home | History | Annotate | Download | only in minui

Lines Matching refs:height

60     return x < 0 || x >= gr_draw->width || y < 0 || y >= gr_draw->height;
76 int width, int height)
78 for (int j = 0; j < height; ++j) {
112 bold = bold && (font->texture->height != font->cheight);
148 if (outside(x, y) || outside(x+icon->width-1, y+icon->height-1)) return;
155 icon->width, icon->height);
176 memset(gr_draw->data, gr_current_r, gr_draw->height * gr_draw->row_bytes);
179 for (int y = 0; y < gr_draw->height; ++y) {
267 return surface->height;
280 gr_font->cheight = gr_font->texture->height / 2;
287 gr_font->texture->height = font.height;
291 unsigned char* bits = reinterpret_cast<unsigned char*>(malloc(font.width * font.height));
330 gr_blit(frame, 0, 0, frame->width, frame->height, x, 0);
385 overscan_offset_y = gr_draw->height * overscan_percent / 100;
405 return gr_draw->height - 2*overscan_offset_y;