Searched refs:column_width (Results 1 – 6 of 6) sorted by relevance
306 const uint32_t column_width = ytile_span; in linear_to_ytiled() local307 const uint32_t bytes_per_column = column_width * ytile_height; in linear_to_ytiled()324 for (yo = y0 * column_width; yo < y1 * column_width; yo += column_width) { in linear_to_ytiled()410 const uint32_t column_width = ytile_span; in ytiled_to_linear() local411 const uint32_t bytes_per_column = column_width * ytile_height; in ytiled_to_linear()428 for (yo = y0 * column_width; yo < y1 * column_width; yo += column_width) { in ytiled_to_linear()
71 hlist.column_width(2,0)104 hlist.column_width(0, chars=20)
127 column_width=14, argument141 width = column_width
1163 unsigned column_width = 251; in hud_parse_env_var() local1194 column_width = width > column_width ? width : column_width; in hud_parse_env_var()1428 x += column_width + hud->font.glyph_width * 9; in hud_parse_env_var()1437 column_width = 251; in hud_parse_env_var()
881 def column_width(self, col=0, width=None, chars=None): member in HList
883 def column_width(self, col=0, width=None, chars=None): member in HList