Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dmiff.c1252 short_pixel; in ReadMIFFImage() local
1256 p=PushShortPixel(MSBEndian,p,&short_pixel); in ReadMIFFImage()
1258 ScaleShortToQuantum(short_pixel); in ReadMIFFImage()
1259 p=PushShortPixel(MSBEndian,p,&short_pixel); in ReadMIFFImage()
1261 ScaleShortToQuantum(short_pixel); in ReadMIFFImage()
1262 p=PushShortPixel(MSBEndian,p,&short_pixel); in ReadMIFFImage()
1264 ScaleShortToQuantum(short_pixel); in ReadMIFFImage()
2459 short_pixel; in WriteMIFFImage() local
2461 short_pixel=ScaleQuantumToShort((Quantum) in WriteMIFFImage()
2463 q=PopShortPixel(MSBEndian,short_pixel,q); in WriteMIFFImage()
[all …]