Searched refs:wkPoint (Results 1 – 1 of 1) sorted by relevance
202 inline WebCore::IntPoint toIntPoint(const WKPoint& wkPoint) in toIntPoint() argument204 return WebCore::IntPoint(static_cast<int>(wkPoint.x), static_cast<int>(wkPoint.y)); in toIntPoint()243 WKPoint wkPoint; in toAPI() local244 wkPoint.x = point.x(); in toAPI()245 wkPoint.y = point.y(); in toAPI()246 return wkPoint; in toAPI()