Lines Matching refs:set
35 fRadii[i].set(xRad, yRad);
68 fRadii[i].set(xRad, yRad);
129 fRadii[kUpperLeft_Corner].set(leftRad, topRad);
130 fRadii[kUpperRight_Corner].set(rightRad, topRad);
131 fRadii[kLowerRight_Corner].set(rightRad, bottomRad);
132 fRadii[kLowerLeft_Corner].set(leftRad, bottomRad);
253 // adjust radii may set x or y to zero; set companion to zero as well
272 canonicalPt.set(x - fRect.centerX(), y - fRect.centerY());
279 canonicalPt.set(x - (fRect.fLeft + fRadii[kUpperLeft_Corner].fX),
286 canonicalPt.set(x - (fRect.fLeft + fRadii[kLowerLeft_Corner].fX),
293 canonicalPt.set(x - (fRect.fRight - fRadii[kUpperRight_Corner].fX),
300 canonicalPt.set(x - (fRect.fRight - fRadii[kLowerRight_Corner].fX),