Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dmiff.c1265 short_pixel; in ReadMIFFImage() local
1269 p=PushShortPixel(MSBEndian,p,&short_pixel); in ReadMIFFImage()
1271 ScaleShortToQuantum(short_pixel); in ReadMIFFImage()
1272 p=PushShortPixel(MSBEndian,p,&short_pixel); in ReadMIFFImage()
1274 ScaleShortToQuantum(short_pixel); in ReadMIFFImage()
1275 p=PushShortPixel(MSBEndian,p,&short_pixel); in ReadMIFFImage()
1277 ScaleShortToQuantum(short_pixel); in ReadMIFFImage()
2476 short_pixel; in WriteMIFFImage() local
2478 short_pixel=ScaleQuantumToShort((Quantum) in WriteMIFFImage()
2480 q=PopShortPixel(MSBEndian,short_pixel,q); in WriteMIFFImage()
[all …]