Searched refs:pCenter (Results 1 – 1 of 1) sorted by relevance
243 static void miRoundCap(DrawablePtr pDraw, GCPtr pGC, SppPointRec pCenter,1496 SppPointRec pCenter, in miRoundCap() argument1509 arc.x = pCenter.x - width / 2; in miRoundCap()1510 arc.y = pCenter.y - width / 2; in miRoundCap()1513 arc.angle1 = -miDatan2(pCorner.y - pCenter.y, pCorner.x - pCenter.x); in miRoundCap()1514 if (PTISEQUAL(pCenter, pEnd)) in miRoundCap()1518 -miDatan2(pOtherCorner.y - pCenter.y, in miRoundCap()1519 pOtherCorner.x - pCenter.x) - arc.angle1; in miRoundCap()