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

  /external/chromium_org/ui/gfx/
render_text_win.h 48 scoped_ptr<int[]> advance_widths; member in struct:gfx::internal::TextRun
render_text_win.cc 193 run->advance_widths.get(),
251 run->advance_widths.get(),
502 glyph_x += SkIntToScalar(run->advance_widths[glyph]);
632 run->advance_widths.reset(new int[run->glyph_count]);
640 run->advance_widths.get(),
    [all...]

Completed in 49 milliseconds