Searched refs:widthBytesLineProto (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCursor.c | 120 long widthBytesLineProto, lengthProto; local in function:sunLoadCursor 163 widthBytesLineProto = BitmapBytePadProto(w); 164 lengthProto = widthBytesLineProto * h; 167 if ( widthBytesLine != widthBytesLineProto ) { 168 if (widthBytesLine - widthBytesLineProto == 4) { 178 for (j=0; j<widthBytesLineProto; j+=4) { 197 sprotoPtr += widthBytesLineProto, 199 mprotoPtr += widthBytesLineProto, 202 memmove(sprotoPtr, sbufPtr, widthBytesLineProto); 204 memmove(mprotoPtr, mbufPtr, widthBytesLineProto); [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCursor.c | 120 long widthBytesLineProto, lengthProto; local in function:sunLoadCursor 163 widthBytesLineProto = BitmapBytePadProto(w); 164 lengthProto = widthBytesLineProto * h; 167 if ( widthBytesLine != widthBytesLineProto ) { 168 if (widthBytesLine - widthBytesLineProto == 4) { 178 for (j=0; j<widthBytesLineProto; j+=4) { 197 sprotoPtr += widthBytesLineProto, 199 mprotoPtr += widthBytesLineProto, 202 memmove(sprotoPtr, sbufPtr, widthBytesLineProto); 204 memmove(mprotoPtr, mbufPtr, widthBytesLineProto); [all...] |
Completed in 3 milliseconds