Searched defs:st_area (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawIm.c507 XRectangle pe_area, st_area; local
510 st_area.width = 0;
518 st_area.x = 0;
519 st_area.y = vw->core.height - ve->im.area_height;
520 st_area.width = get_st_area->width;
521 st_area.height = get_st_area->height;
523 st_attr = XVaCreateNestedList(0, XNArea, &st_area, NULL);
537 pe_area.x = st_area.width;
542 pe_area.width -= st_area.width;
672 XRectangle pe_area, st_area; local
747 XRectangle pe_area, st_area; local
896 XRectangle pe_area, st_area; local
[all...]

Completed in 1235 milliseconds