Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dmiff.c1246 char_pixel; in ReadMIFFImage() local
1250 p=PushCharPixel(p,&char_pixel); in ReadMIFFImage()
1252 ScaleCharToQuantum(char_pixel); in ReadMIFFImage()
1253 p=PushCharPixel(p,&char_pixel); in ReadMIFFImage()
1255 ScaleCharToQuantum(char_pixel); in ReadMIFFImage()
1256 p=PushCharPixel(p,&char_pixel); in ReadMIFFImage()
1258 ScaleCharToQuantum(char_pixel); in ReadMIFFImage()
2492 char_pixel; in WriteMIFFImage() local
2494 char_pixel=(unsigned char) ScaleQuantumToChar((Quantum) in WriteMIFFImage()
2496 q=PopCharPixel(char_pixel,q); in WriteMIFFImage()
[all …]