Lines Matching refs:aCenter
358 Point aCenter; in XPolygon() local
364 case 0: aCenter = rRect.TopLeft(); in XPolygon()
365 aCenter.X() -= nRx; in XPolygon()
366 aCenter.Y() += nRy; in XPolygon()
368 case 1: aCenter = rRect.TopRight(); in XPolygon()
369 aCenter.X() += nRx; in XPolygon()
370 aCenter.Y() += nRy; in XPolygon()
372 case 2: aCenter = rRect.BottomRight(); in XPolygon()
373 aCenter.X() += nRx; in XPolygon()
374 aCenter.Y() -= nRy; in XPolygon()
376 case 3: aCenter = rRect.BottomLeft(); in XPolygon()
377 aCenter.X() -= nRx; in XPolygon()
378 aCenter.Y() -= nRy; in XPolygon()
381 GenBezArc(aCenter, nRx, nRy, nXHdl, nYHdl, 0, 900, nQuad, nPos); in XPolygon()