Searched defs:TextPoint (Results 1 – 1 of 1) sorted by relevance
75 struct TextPoint { struct76 TextPoint() {} in TextPoint() function77 TextPoint(float x, float y) : x(x), y(y) {} in TextPoint() argument79 float x = 0;80 float y = 0;