Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dxtrn.c123 lBoundu; in ReadXTRNImage() local
151 hr=SafeArrayGetUBound(pSafeArray,1,&lBoundu); in ReadXTRNImage()
154 blob_length=lBoundu-lBoundl+1; in ReadXTRNImage()
279 long lBoundl, lBoundu, lCount; in SafeArrayFifo() local
285 hr = SafeArrayGetUBound(pSafeArray, 1, &lBoundu); in SafeArrayFifo()
288 lCount = lBoundu - lBoundl + 1; in SafeArrayFifo()