Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
Dtohtml.py607 maxwidth = 0
609 if len( b.name ) > maxwidth:
610 maxwidth = len( b.name )
613 if maxwidth > 0:
618 columns = width // maxwidth
/external/autotest/client/profilers/powertop/src/
Ddisplay.c90 int maxwidth = 200; variable
104 maxwidth = maxx - 18; in setup_windows()
Dpowertop.h100 extern int maxwidth;