HomeSort by: relevance | last modified time | path
    Searched refs:byteorderpixel (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
ImUtil.c 537 static CARD32 const byteorderpixel = MSBFirst << 24; variable
550 if (*((const char *)&byteorderpixel) == ximage->byte_order)
738 if (*((const char *)&byteorderpixel) == ximage->byte_order)
1000 (*((const char *)&byteorderpixel) == ximage->byte_order)) {
1007 (*((const char *)&byteorderpixel) == ximage->byte_order)) {
  /xsrc/external/mit/libXpm/dist/src/
scan.c 660 static unsigned long byteorderpixel = MSBFirst << 24; variable
683 if (*((char *) &byteorderpixel) == image->byte_order) {
create.c 1172 static unsigned long byteorderpixel = MSBFirst << 24; variable
1202 if (*((char *) &byteorderpixel) == image->byte_order) {
1239 if (*((char *) &byteorderpixel) == image->byte_order) {
1993 if (*((char *)&byteorderpixel) == ximage->byte_order)

Completed in 36 milliseconds