Home | History | Annotate | Download | only in minui

Lines Matching refs:cwidth

39     int cwidth;
66 return gr_font->cwidth * strlen(s);
71 *x = gr_font->cwidth;
124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break;
127 unsigned char* src_p = font->texture->data + (off * font->cwidth) +
133 font->cwidth, font->cheight);
136 x += font->cwidth;
277 gr_font->cwidth = gr_font->texture->width / 96;
299 gr_font->cwidth = font.cwidth;