Searched refs:lengthProto (Results 1 – 1 of 1) sorted by relevance
2018 long lengthProto; /* length of scanline protocol padded */ in ProcPutImage() local2049 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()