Home
last modified time | relevance | path

Searched refs:lengthProto (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local
2049 lengthProto = length; in ProcPutImage()
2051 if (stuff->height != 0 && lengthProto >= (INT32_MAX / stuff->height)) in ProcPutImage()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2058 ReformatImage(tmpImage, lengthProto * stuff->height, in ProcPutImage()