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

  /external/chromium_org/ui/views/corewm/
tooltip_aura.cc 118 int word_width = font.GetStringWidth(word); local
119 if (current_width + word_width > available_width) {
126 current_width += word_width;
  /external/chromium_org/ui/gfx/
render_text_win.cc 181 int word_width = 0; local
195 word_width = 0;
204 word_width += char_width;
207 if (!empty_line || word_width < *width) {
209 *width -= word_width;
    [all...]

Completed in 60 milliseconds