Searched defs:Coordinates (Results 1 – 5 of 5) sorted by relevance
40 struct Coordinates { struct45 explicit Coordinates(int _length): length(_length) in Coordinates() argument48 ~Coordinates(){ in ~Coordinates() argument52 SkIPoint* operator[](int i) const { in operator []()
50 enum Coordinates { enum
197 bool Coordinates; member
44 typedef std::vector<Vector2i> Coordinates; typedef