Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1015 float scale = width * progressScopeSize; in SetProgress() local
1016 if ((int)(progress * scale) != (int)(fraction * scale)) { in SetProgress()