HomeSort by relevance Sort by last modified time
    Searched full:set_word_spacing (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/cpp/dev/
font_dev.cc 35 set_word_spacing(0);
46 set_word_spacing(other.word_spacing());
font_dev.h 66 void set_word_spacing(int w) { pp_font_description_.word_spacing = w; } function in class:pp::FontDescription_Dev
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h 72 void set_word_spacing(int w) { pp_font_description_.word_spacing = w; } function in class:pp::BrowserFontDescription
browser_font_trusted.cc 59 set_word_spacing(0);
71 set_word_spacing(other.word_spacing());

Completed in 67 milliseconds