Home | History | Annotate | Download | only in bootanimation

Lines Matching defs:cropRect

566     int cropRect[4] = { 0, 0, font.char_width, -font.char_height };
579 cropRect[0] = col * font.char_width; // Left of column
580 cropRect[1] = row * font.char_height * 2; // Top of row
582 cropRect[1] += bold ? 2 * font.char_height : font.char_height;
583 glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_CROP_RECT_OES, cropRect);