Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp383 mpPutAux = (UCHAR *)dest->gx_pixelmap_aux_data; in BitmapStretchStep()
384 mpPutAux += yOut * DestAuxStride; in BitmapStretchStep()
418 this->mpPutAux++; in BitmapStretchStep()
762 mpPutAux = (UCHAR *) map->gx_pixelmap_aux_data; in ColorSpaceConvert()
822 mpPutAux++; in ColorSpaceConvert()
829 map->gx_pixelmap_aux_data_size = (mpPutAux - map->gx_pixelmap_aux_data); in ColorSpaceConvert()
913 mpPutAux = NULL; in RleEncode()
930 CompressedAuxSize = (ULONG) mpPutAux; in RleEncode()
961 mpPutAux = new UCHAR[CompressedAuxSize]; in RleEncode()
963 GX_UBYTE *pNewAux = mpPutAux; in RleEncode()
[all …]
Dimage_reader.h248 GX_UBYTE *mpPutAux; variable