Searched defs:Evas_Point (Results 1 - 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/efl/ | ||
H A D | IntPointEfl.cpp | 30 IntPoint::IntPoint(const Evas_Point& p) 36 IntPoint::operator Evas_Point() const // NOLINT 38 Evas_Point p = { x(), y() }; |
Completed in 82 milliseconds