Searched refs:bitmap_stride (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_glyphblt.c176 int bitmap_stride = bitmap->devKind; local in function:glamor_push_pixels_gl
213 uint8_t *bitmap_row = bitmap_data + yy * bitmap_stride;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dfont.c362 unsigned bitmap_stride = (width + 7) / 8; local in function:util_font_draw_character
364 const GLubyte *bitmap = font->Characters[character]+1 + bitmap_stride * (font->Height - 1);
371 bitmap -= bitmap_stride;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dfont.c362 unsigned bitmap_stride = (width + 7) / 8; local in function:util_font_draw_character
364 const GLubyte *bitmap = font->Characters[character]+1 + bitmap_stride * (font->Height - 1);
371 bitmap -= bitmap_stride;

Completed in 13 milliseconds