Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h202 inline WebCore::IntPoint toIntPoint(const WKPoint& wkPoint) in toIntPoint() argument
204 return WebCore::IntPoint(static_cast<int>(wkPoint.x), static_cast<int>(wkPoint.y)); in toIntPoint()
243 WKPoint wkPoint; in toAPI() local
244 wkPoint.x = point.x(); in toAPI()
245 wkPoint.y = point.y(); in toAPI()
246 return wkPoint; in toAPI()