Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp453 static constexpr int DIGIT_HEIGHT = 64; in drawTime() local
458 if (clockTex.h < DIGIT_HEIGHT || clockTex.w < (10 * DIGIT_WIDTH + COLON_WIDTH)) { in drawTime()
481 int cropRect[4] = { 0, DIGIT_HEIGHT, DIGIT_WIDTH, -DIGIT_HEIGHT }; in drawTime()
500 glDrawTexiOES(xPos, yPos, 0, width, DIGIT_HEIGHT); in drawTime()