Searched refs:y_loc (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SmeBSB.c223 int font_ascent, font_descent, y_loc; local
229 y_loc = entry->rectangle.y;
234 entry->sme_bsb.norm_gc, 0, y_loc, local
269 y_loc += (entry->rectangle.height -
273 x_loc, y_loc, label, len); local
451 int x_loc, y_loc; local
465 y_loc = entry->rectangle.y + (entry->rectangle.height -
471 entry->sme_bsb.left_bitmap_height, x_loc, y_loc, 1); local
483 y_loc = entry->rectangle.y + (entry->rectangle.height -
489 entry->sme_bsb.right_bitmap_height, x_loc, y_loc, local
[all...]
H A DXaw3_1SimpleMenu.c1211 Position x_loc, y_loc; local
1218 y_loc = event->xmotion.y;
1223 y_loc = event->xcrossing.y;
1228 y_loc = event->xbutton.y;
1236 if ( (x_loc < 0) || (x_loc >= smw->core.width) || (y_loc < 0) ||
1237 (y_loc >= smw->core.height) )
1243 if ( ((*entry)->rectangle.y < y_loc) &&
1244 ((*entry)->rectangle.y + (*entry)->rectangle.height > y_loc) )
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSmeBSB.c241 int font_ascent, font_descent, y_loc; local
255 y_loc = entry->rectangle.y;
261 entry->sme_bsb.norm_gc, 0, y_loc, local
314 y_loc += ((int)entry->rectangle.height -
318 entry->sme_bsb.fontset, gc, x_loc, y_loc, label, len); local
321 y_loc += ((int)entry->rectangle.height -
325 x_loc, y_loc, label, len); local
530 int x_loc, y_loc; local
544 y_loc = entry->rectangle.y +
551 entry->sme_bsb.left_bitmap_height, x_loc, y_loc, local
571 entry->sme_bsb.right_bitmap_height, x_loc, y_loc, 1); local
[all...]
H A DSimpleMenu.c1248 Position x_loc, y_loc; local
1255 y_loc = event->xmotion.y;
1260 y_loc = event->xcrossing.y;
1265 y_loc = event->xbutton.y;
1273 if ( (x_loc < 0) || (x_loc >= (int)smw->core.width) || (y_loc < 0) ||
1274 (y_loc >= (int)smw->core.height) )
1280 if ( ((*entry)->rectangle.y < y_loc) &&
1281 ((*entry)->rectangle.y + (int) (*entry)->rectangle.height > y_loc) )

Completed in 334 milliseconds