Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_tool.cpp173 uint32_t fill_count = progress.bytes_processed / bytes_per_col; in Display() local
174 uint32_t dash_count = kColumns - fill_count; in Display()
175 std::string fills = std::string(fill_count, '='); in Display()