Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxbitmap.e61 int *pnImageH, Pixmap *Bitmap,
H A Deps.c836 int AutoGeneratePreviewBitmap(pszPsPath, pBitmap, pImage, pnImageW, pnImageH) in AutoGeneratePreviewBitmap() argument
840 int *pnImageW, *pnImageH;
871 *pnImageH = (int)tmp_h;
872 rc = AutoTrimBitmap(orig_bitmap, pnImageW, pnImageH, pBitmap, pImage,
H A Dxbitmap.c931 int AutoTrimBitmap(OrigBitmap, pnImageW, pnImageH, pBitmap, pImage, in AutoTrimBitmap() argument
934 int *pnImageW, *pnImageH, *pnEmptyImage, *pnDontFreeOrigBitmap;
937 int i=0, orig_w=(*pnImageW), orig_h=(*pnImageH);
977 *pnImageH = orig_h;
986 *pnImageH = bottom-top+1;
987 rc = ExtractBitmap(OrigBitmap, image, left, top, *pnImageW, *pnImageH,