Home
last modified time | relevance | path

Searched defs:column_width (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/shell/common/
Dswitches.cc85 const uint32_t column_width = 80; in PrintUsage() local
/third_party/boost/libs/type_erasure/example/
Dprint_sequence.cpp175 aligned_column_printer(std::size_t column_width, std::size_t num_columns) in aligned_column_printer()
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c309 const uint32_t column_width = ytile_span; in linear_to_ytiled() local
473 const uint32_t column_width = ytile_span; in ytiled_to_linear() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1191 unsigned column_width = 251; in hud_parse_env_var() local
/third_party/ffmpeg/libavcodec/
Dhevc_ps.h310 unsigned int *column_width; ///< ColumnWidth member
/third_party/python/Lib/tkinter/
Dtix.py883 def column_width(self, col=0, width=None, chars=None): member in HList