Searched refs:y (Results 1 – 7 of 7) sorted by relevance
/bootable/bootloader/legacy/arch_msm7k/ |
D | mddi_console.c | 38 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);
|
D | mddi.c | 237 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/ |
D | resources.c | 40 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()
|
D | minui.h | 32 void gr_fill(int x, int y, int w, int h); 33 int gr_text(int x, int y, const char *s);
|
D | graphics.c | 155 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/ |
D | installer_img_layout.conf | 15 active y
|
/bootable/recovery/edify/ |
D | Android.mk | 7 parser.y \
|