HomeSort by relevance Sort by last modified time
    Searched refs:column_width (Results 1 - 12 of 12) sorted by null

  /external/python/cpython2/Demo/tix/samples/
SHList2.py 71 hlist.column_width(2,0)
104 hlist.column_width(0, chars=20)
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tiled_memcpy.c 299 * (x % column_width) // position within column
300 * (x / column_width) * bytes_per_column // column number * bytes per column
301 * y * column_width
306 const uint32_t column_width = ytile_span; local
307 const uint32_t bytes_per_column = column_width * ytile_height;
324 for (yo = y0 * column_width; yo < y1 * column_width; yo += column_width) {
403 * (x % column_width) // position within column
404 * (x / column_width) * bytes_per_column // column number * bytes per colum
410 const uint32_t column_width = ytile_span; local
    [all...]
  /external/toolchain-utils/crb/
table_formatter.py 127 column_width=14,
141 width = column_width
  /frameworks/native/libs/vr/libpdx/
encoder_performance_test.cpp 272 std::string CenterString(std::string text, size_t column_width) {
273 if (text.size() < column_width) {
274 text = std::string((column_width - text.size()) / 2, ' ') + text;
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 1061 unsigned column_width = 251; local
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
cg_print.c 573 int column_width = (output_width - 1) / 3; /* Don't write in last col! */
666 starting_col += column_width;
572 int column_width = (output_width - 1) \/ 3; \/* Don't write in last col! *\/ local
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 887 def column_width(self, col=0, width=None, chars=None): member in class:HList
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 881 def column_width(self, col=0, width=None, chars=None): member in class:HList
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 895 def column_width(self, col=0, width=None, chars=None): member in class:HList
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 895 def column_width(self, col=0, width=None, chars=None): member in class:HList
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 895 def column_width(self, col=0, width=None, chars=None): member in class:HList
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 895 def column_width(self, col=0, width=None, chars=None): member in class:HList
    [all...]

Completed in 427 milliseconds