OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToViewPoint
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
render_text.h
509
Point
ToViewPoint
(const Point& point);
render_text.cc
771
return Rect(
ToViewPoint
(Point(x, 0)), Size(width, size.height()));
940
Point RenderText::
ToViewPoint
(const Point& point) {
[
all
...]
render_text_pango.cc
242
rect.set_origin(
ToViewPoint
(rect.origin()));
323
// text.
ToViewPoint
and ToTextPoint take care of the position conversion
Completed in 26 milliseconds