Searched refs:mpReadInputPixel (Results 1 – 3 of 3) sorted by relevance
772 mpReadInputPixel = &png_reader::ReadPixel24; in ConfigureInternalFormat()778 mpReadInputPixel = &png_reader::ReadPixel48; in ConfigureInternalFormat()786 mpReadInputPixel = &png_reader::ReadPixel24Alpha; in ConfigureInternalFormat()791 mpReadInputPixel = &png_reader::ReadPixel64; in ConfigureInternalFormat()806 mpReadInputPixel = &png_reader::ReadPixel1; in ConfigureInternalFormat()810 mpReadInputPixel = &png_reader::ReadPixel2; in ConfigureInternalFormat()814 mpReadInputPixel = &png_reader::ReadPixel4; in ConfigureInternalFormat()818 mpReadInputPixel = &png_reader::ReadPixel8; in ConfigureInternalFormat()822 mpReadInputPixel = &png_reader::ReadPixel16To8; in ConfigureInternalFormat()832 mpReadInputPixel = &png_reader::ReadPixel8Alpha; in ConfigureInternalFormat()[all …]
110 mpReadInputPixel = NULL; in image_reader()729 mpReadInputPixel(this, col, &val); in ComputeGrayThreshod()855 mpReadInputPixel(this, PixIndex, &val); in ColorSpaceConvertRow()1388 mpReadInputPixel(this, Index, &OutPixel); in DitherOneRow()1643 mpReadInputPixel = &image_reader::ReadPixel16; in SetDefaultPixelReader()1647 mpReadInputPixel = &image_reader::ReadPixel24; in SetDefaultPixelReader()1651 mpReadInputPixel = &image_reader::ReadPixel32; in SetDefaultPixelReader()
200 void (*mpReadInputPixel)(image_reader *reader, int index, Pixel *put); variable