Home
last modified time | relevance | path

Searched refs:y (Results 1 – 7 of 7) sorted by relevance

/bootable/bootloader/legacy/arch_msm7k/
Dmddi_console.c38 unsigned x, y, data; in drawglyph() local
42 for(y = 0; y < 6; y++) { in drawglyph()
51 for(y = 0; y < 6; y++) { in drawglyph()
62 static void drawtext(unsigned x, unsigned y, unsigned paint, const char *text)
71 drawglyph(pixels + y*stride + x, paint, stride, font5x12 + c);
Dmddi.c237 unsigned y = n * 8; in mddi_init() local
249 vs->top = y; in mddi_init()
250 vs->bottom = y + 7; in mddi_init()
253 vs->start_y = y; in mddi_init()
262 wr32(&mlist[n].data, ((unsigned) FB) + (y * fb_width * 2)); in mddi_init()
/bootable/recovery/minui/
Dresources.c40 double pow(double x, double y) { in pow() argument
121 int y; in res_create_surface() local
123 for (y = 0; y < height; ++y) { in res_create_surface()
124 unsigned char* pRow = pData + y * stride; in res_create_surface()
142 for (y = 0; y < height; ++y) { in res_create_surface()
143 unsigned char* pRow = pData + y * stride; in res_create_surface()
Dminui.h32 void gr_fill(int x, int y, int w, int h);
33 int gr_text(int x, int y, const char *s);
Dgraphics.c155 int gr_text(int x, int y, const char *s) in gr_text() argument
161 y -= font->ascent; in gr_text()
172 gl->texCoord2i(gl, (off * font->cwidth) - x, 0 - y); in gr_text()
173 gl->recti(gl, x, y, x + font->cwidth, y + font->cheight); in gr_text()
181 void gr_fill(int x, int y, int w, int h) in gr_fill() argument
185 gl->recti(gl, x, y, w, h); in gr_fill()
/bootable/diskinstaller/
Dinstaller_img_layout.conf15 active y
/bootable/recovery/edify/
DAndroid.mk7 parser.y \