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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MailboxP.h55 } shape_cache; /* last set of info */ member in struct:__anon308
H A DXaw3_1Mailbox.c218 w->mailbox.shape_cache.mask = None;
393 w->mailbox.shape_cache.mask = None;
417 freepix (w->mailbox.shape_cache.mask);
604 if (im->mask != w->mailbox.shape_cache.mask ||
605 x != w->mailbox.shape_cache.x || y != w->mailbox.shape_cache.y) {
608 w->mailbox.shape_cache.mask = im->mask;
609 w->mailbox.shape_cache.x = x;
610 w->mailbox.shape_cache.y = y;

Completed in 15 milliseconds