Home | History | Annotate | Download | only in skin

Lines Matching refs:pright

274     int   pright = sspan[1];
278 RASSERT(pright != XSENTINEL);
279 RASSERT(pleft < pright);
292 if (xleft == pright) {
293 pright = xright;
296 dspan[1] = (Run) pright;
303 dspan[1] = (Run) pright;
308 if (pright > minmax->x2) minmax->x2 = pright;