Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dmiff.c1233 char_pixel; in ReadMIFFImage() local
1237 p=PushCharPixel(p,&char_pixel); in ReadMIFFImage()
1239 ScaleCharToQuantum(char_pixel); in ReadMIFFImage()
1240 p=PushCharPixel(p,&char_pixel); in ReadMIFFImage()
1242 ScaleCharToQuantum(char_pixel); in ReadMIFFImage()
1243 p=PushCharPixel(p,&char_pixel); in ReadMIFFImage()
1245 ScaleCharToQuantum(char_pixel); in ReadMIFFImage()
2475 char_pixel; in WriteMIFFImage() local
2477 char_pixel=(unsigned char) ScaleQuantumToChar((Quantum) in WriteMIFFImage()
2479 q=PopCharPixel(char_pixel,q); in WriteMIFFImage()
[all …]