Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCocoMM.h56 struct PointCG { struct
61 PointCG(int x, int y) : x(x), y(y) {} in PointCG() argument
62 PointCG();
H A DCoco.h3 struct PointCG; // represents CGPoint, used to isolate Cocoa/AppKit includes
54 PointCG Convert(int x, int y);
H A DCocoDraw.mm81 PointCG SystemDraw::Convert(int x, int y)
86 return PointCG(x, y);