Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadfile.c52 READ_24_BIT_COLOR = 0, /* read in as 24 (really 32) bit pix */ enumerator
294 if ((pix = pixReadStreamJpeg(fp, READ_24_BIT_COLOR, 1, NULL, hint)) in pixReadStream()
691 if ((pix = pixReadMemJpeg(data, size, READ_24_BIT_COLOR, 1, NULL, 0)) in pixReadMem()
/dports/devel/upp/upp/bazaar/PixRaster/
H A DPixRaster.cpp7 READ_24_BIT_COLOR = 0, /* read in as 24 (really 32) bit pix */ enumerator
813 if (page || (pix = pixReadStreamJpeg(fp, READ_24_BIT_COLOR, 1, NULL, 0)) == NULL) in Load()