Lines Matching defs:section
502 _DrawSection(XkbUI_ViewPtr view,XkbSectionPtr section)
506 rangle= ((((double)(section->angle%3600))/3600.0)*(2.0*M_PI));
507 if (section->doodads) {
509 first= XkbGetOrderedDrawables(NULL,section);
512 _DrawDoodad(view,rangle,section->left,section->top,draw->u.doodad);
517 if (section->rows) {
520 for (r=0,row=section->rows;r<section->num_rows;r++,row++) {
521 _DrawRow(view,rangle,section->left,section->top,row);
560 _DrawSection(view,draw->u.section);
660 XkbSectionPtr section)