Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwmf.c2564 wmf_width, in ReadWMFImage() local
2721 wmf_error=wmf_size(API,&wmf_width,&wmf_height); in ReadWMFImage()
2738 else if ( (wmf_width*wmf_height) < 1024*1024) in ReadWMFImage()
2745 image_width_inch = (double) wmf_width / units_per_inch; in ReadWMFImage()
2788 " Size in metafile units: %gx%g",wmf_width,wmf_height); in ReadWMFImage()