Searched refs:swapcopy32 (Results 1 – 1 of 1) sorted by relevance
132 #define swapcopy32(_dst, _src) \ macro413 swapcopy32(pXWDHeader->visual_class, pVisual->class); in vfbInstallColormap()414 swapcopy32(pXWDHeader->red_mask, pVisual->redMask); in vfbInstallColormap()415 swapcopy32(pXWDHeader->green_mask, pVisual->greenMask); in vfbInstallColormap()416 swapcopy32(pXWDHeader->blue_mask, pVisual->blueMask); in vfbInstallColormap()417 swapcopy32(pXWDHeader->bits_per_rgb, pVisual->bitsPerRGBValue); in vfbInstallColormap()418 swapcopy32(pXWDHeader->colormap_entries, pVisual->ColormapEntries); in vfbInstallColormap()