Searched refs:CompressedAuxSize (Results 1 – 1 of 1) sorted by relevance
874 int CompressedAuxSize = 0; in RleEncode() local930 CompressedAuxSize = (ULONG) mpPutAux; in RleEncode()946 if ((CompressedDataSize + CompressedAuxSize) >= OriginalSize) in RleEncode()959 if (CompressedAuxSize) in RleEncode()961 mpPutAux = new UCHAR[CompressedAuxSize]; in RleEncode()998 pMap->gx_pixelmap_aux_data_size = CompressedAuxSize; in RleEncode()