Searched refs:lBoundu (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/coders/
H A Dxtrn.c193 lBoundu;
210 hr = SafeArrayGetUBound(pSafeArray, 1, &lBoundu);
213 blob_length = lBoundu - lBoundl + 1;
372 long lBoundl, lBoundu, lCount;
378 hr = SafeArrayGetUBound(pSafeArray, 1, &lBoundu);
381 lCount = lBoundu - lBoundl + 1;
190 lBoundu; local
366 long lBoundl, lBoundu, lCount; local

Completed in 1053 milliseconds