Searched refs:COLON_WIDTH (Results 1 – 1 of 1) sorted by relevance
455 static constexpr int COLON_WIDTH = DIGIT_WIDTH / 2; in drawTime() local456 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()491 width = COLON_WIDTH; in drawTime()