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

  /external/chromium_org/ui/views/corewm/
tooltip_aura.cc 99 int word_width = gfx::GetStringWidth(word, font_list); local
100 if (current_width + word_width > available_width) {
107 current_width += word_width;
  /external/chromium_org/ui/gfx/
render_text_win.cc 124 int word_width = 0; local
138 word_width = 0;
147 word_width += char_width;
150 if (!empty_line || word_width < *width) {
152 *width -= word_width;
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 1971 const uint64_t word_width = 32; local
    [all...]

Completed in 328 milliseconds