Lines Matching refs:ol
339 XkbOutlinePtr ol;
345 for (maxPts=4,o=0,ol=shape->outlines;o<shape->num_outlines;o++,ol++) {
346 if ((shape->num_outlines>1)&&(ol==shape->approx))
348 if (ol->num_points>maxPts)
349 maxPts= ol->num_points;
354 for (o=0,ol=shape->outlines;o<shape->num_outlines;o++,ol++) {
357 if ((shape->num_outlines>1)&&(ol==shape->approx))
359 gpts= ol->points;
360 if (ol->num_points==1) {
367 else if (ol->num_points==2) {
375 for (p=0;p<ol->num_points;p++) {
379 p= ol->num_points;