Lines Matching defs:ol
4552 register XkbOutlinePtr ol;
4554 for (n=0,ol=shape->outlines;n<shape->num_outlines;n++,ol++) {
4556 size+= ol->num_points*SIZEOF(xkbPointWireDesc);
4571 XkbOutlinePtr ol;
4588 for (o=0,ol=shape->outlines;o<shape->num_outlines;o++,ol++) {
4593 olWire->nPoints= ol->num_points;
4594 olWire->cornerRadius= ol->corner_radius;
4598 for (p=0,pt=ol->points;p<ol->num_points;p++,pt++) {
4607 wire= (char *)&ptWire[ol->num_points];
4700 XkbWriteGeomOverlay(char *wire,XkbOverlayPtr ol,Bool swap)
4707 olWire->name= ol->name;
4708 olWire->nRows= ol->num_rows;
4716 for (r=0,row=ol->rows;r<ol->num_rows;r++,row++) {
4756 XkbOverlayPtr ol;
4757 for (o=0,ol=section->overlays;o<section->num_overlays;o++,ol++) {
4761 for (r=0,row=ol->rows;r<ol->num_rows;r++,row++) {
5133 XkbOverlayPtr ol;
5144 ol= XkbAddGeomOverlay(section,olWire->name,olWire->nRows);
5156 row= XkbAddGeomOverlayRow(ol,rWire->rowUnder,rWire->nKeys);
5159 if (XkbAddGeomOverlayKey(ol,row,
5296 XkbOutlinePtr ol;
5306 ol= XkbAddGeomOutline(shape,olWire->nPoints);
5307 if (!ol)
5309 ol->corner_radius= olWire->cornerRadius;
5311 for (p=0,pt=ol->points;p<olWire->nPoints;p++,pt++) {
5320 ol->num_points= olWire->nPoints;