Home
last modified time | relevance | path

Searched refs:ToTextPoint (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text.h533 Point ToTextPoint(const Point& point);
Drender_text_pango.cc119 Point p(ToTextPoint(point)); in FindCursorPosition()
Drender_text_harfbuzz.cc597 int x = ToTextPoint(point).x(); in FindCursorPosition()
Drender_text_win.cc549 int x = ToTextPoint(point).x(); in FindCursorPosition()
Drender_text.cc1005 Point RenderText::ToTextPoint(const Point& point) { in ToTextPoint() function in gfx::RenderText