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

  /external/chromium_org/ui/gfx/
render_text_win.cc 167 preceding_run_widths(0),
197 return run->preceding_run_widths + x;
246 HRESULT hr = ScriptXtoCP(x - run->preceding_run_widths,
664 size_t preceding_run_widths = 0; local
667 run->preceding_run_widths = preceding_run_widths;
670 preceding_run_widths += run->width;
672 string_size_.set_width(preceding_run_widths);
    [all...]
render_text_win.h 39 int preceding_run_widths; member in struct:gfx::internal::TextRun

Completed in 1044 milliseconds