Searched refs:char_width (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h89 int char_width; member in struct:android::BootAnimation::Font
H A DBootAnimation.cpp558 font->char_width = font->texture.w / FONT_NUM_COLS;
570 const int strWidth = font.char_width * len;
583 int cropRect[4] = { 0, 0, font.char_width, -font.char_height };
596 cropRect[0] = col * font.char_width; // Left of column
602 glDrawTexiOES(*x, *y, 0, font.char_width, font.char_height);
604 *x += font.char_width;

Completed in 458 milliseconds