Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dxtrn.c190 lBoundu; in ReadXTRNImage() local
207 hr = SafeArrayGetUBound(pSafeArray, 1, &lBoundu); in ReadXTRNImage()
210 blob_length = lBoundu - lBoundl + 1; in ReadXTRNImage()
366 long lBoundl, lBoundu, lCount; in SafeArrayFifo() local
372 hr = SafeArrayGetUBound(pSafeArray, 1, &lBoundu); in SafeArrayFifo()
375 lCount = lBoundu - lBoundl + 1; in SafeArrayFifo()