Searched defs:GdkPoint (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIntPointGtk.cpp27 IntPoint::IntPoint(const GdkPoint& p)
33 IntPoint::operator GdkPoint() const
35 GdkPoint p = { x(), y() };

Completed in 1185 milliseconds