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

/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c543 XRectangle pe_area, st_area; local in function:ResizeVendorShell_Core
546 st_area.width = 0;
554 st_area.x = 0;
555 st_area.y = (short)(vw->core.height - ve->im.area_height);
556 st_area.width = get_st_area->width;
557 st_area.height = get_st_area->height;
559 st_attr = XVaCreateNestedList(0, XNArea, &st_area, NULL);
573 pe_area.x = (short)st_area.width;
578 pe_area.width = (unsigned short)(pe_area.width - st_area.width);
700 XRectangle pe_area, st_area; local in function:SizeNegotiation
774 XRectangle pe_area, st_area; local in function:CreateIC
[all...]

Completed in 4 milliseconds