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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 162 default_width = ENV[ 'COLUMNS' ] || 80
167 if cols >= 0 then cols else default_width end
169 default_width
172 default_width rescue ( raise e )
  /external/freetype/src/cff/
cfftoken.h 93 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
cfftypes.h 180 FT_Pos default_width; member in struct:CFF_PrivateRec_
cffgload.c 455 decoder->glyph_width = sub->private_dict.default_width;
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer.cc 205 int default_width = std::min(work_area.width() - 2 * kWindowTilePixels, 1050); local
223 default_width = static_cast<int>(work_area.width() / 2. -
228 default_width, default_height);

Completed in 553 milliseconds