Home
last modified time | relevance | path

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

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