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

  /external/chromium_org/ui/gfx/
render_text_harfbuzz.h 117 size_t GetRunContainingXCoord(int x, int* offset) const;
render_text_win.h 109 size_t GetRunContainingXCoord(int x) const;
render_text_harfbuzz.cc 599 size_t run_index = GetRunContainingXCoord(x, &offset);
    [all...]
render_text_win.cc 550 size_t run_index = GetRunContainingXCoord(x);
    [all...]

Completed in 51 milliseconds