Searched refs:DIGIT_WIDTH (Results 1 – 1 of 1) sorted by relevance
454 static constexpr int DIGIT_WIDTH = 40; in drawTime() local455 static constexpr int COLON_WIDTH = DIGIT_WIDTH / 2; in drawTime()456 static constexpr int TIME_WIDTH = (DIGIT_WIDTH * 4) + COLON_WIDTH; in drawTime()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()485 int width = DIGIT_WIDTH; in drawTime()495 int left = pos * DIGIT_WIDTH; in drawTime()