Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp111 mpReadOutputPixel = NULL; in image_reader()
395 val = mpReadOutputPixel(this, xIn); in BitmapStretchStep()
691 val1 = mpReadOutputPixel(this, Index); in CountDuplicates()
696 val2 = mpReadOutputPixel(this, Index); in CountDuplicates()
1309 val = mpReadOutputPixel(this, PixIndex); in RleEncodeRow()
1323 val = mpReadOutputPixel(this, PixIndex); in RleEncodeRow()
1673 mpReadOutputPixel = &image_reader::ReadPixelMonoTransparent; in SetOutputColorFormat()
1678 mpReadOutputPixel = &image_reader::ReadPixelMono; in SetOutputColorFormat()
1699 mpReadOutputPixel = &image_reader::ReadPixel4bppgrayscale_transparent; in SetOutputColorFormat()
1704 mpReadOutputPixel = &image_reader::ReadPixel4bppgrayscale; in SetOutputColorFormat()
[all …]
Dimage_reader.h204 Pixel (*mpReadOutputPixel)(image_reader *reader, int); variable