Home
last modified time | relevance | path

Searched defs:Point (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/fake-android-guest/ui/
DPoint.h29 inline Point() { in Point() function
31 inline Point(int _x, int _y) : x(_x), y(_y) { in Point() function