Searched refs:PointCG (Results 1 – 3 of 3) sorted by relevance
56 struct PointCG { struct61 PointCG(int x, int y) : x(x), y(y) {} in PointCG() argument62 PointCG();
3 struct PointCG; // represents CGPoint, used to isolate Cocoa/AppKit includes54 PointCG Convert(int x, int y);
81 PointCG SystemDraw::Convert(int x, int y)86 return PointCG(x, y);