Lines Matching refs:Point
395 Point points[4]; in _appendRect()
428 Point points[ptsCnt]; in _appendRect()
513 Point points[ptsCnt]; in _appendCircle()
631 Point in = {x, y}; in _updateStar()
673 Point in2 = {previousX - cp1x, previousY - cp1y}; in _updateStar()
674 Point in3 = {x + cp2x, y + cp2y}; in _updateStar()
675 Point in4 = {x, y}; in _updateStar()
683 Point in = {x, y}; in _updateStar()
737 Point in = {x, y}; in _updatePolygon()
760 Point in2 = {previousX - cp1x, previousY - cp1y}; in _updatePolygon()
761 Point in3 = {x + cp2x, y + cp2y}; in _updatePolygon()
762 Point in4 = {x, y}; in _updatePolygon()
770 Point in = {x, y}; in _updatePolygon()
997 Point cursor = {0.0f, 0.0f}; in updateText()
1014 Point layout = {doc.bbox.pos.x, doc.bbox.pos.y + ascent - doc.shift}; in updateText()
1067 Point scaling = {1.0f, 1.0f}; in updateText()
1069 Point translation = {0.0f, 0.0f}; in updateText()