Searched defs:FullLength (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngvcrd.c1932 png_uint_32 FullLength; local
1938 FullLength = row_info->rowbytes; // # of bytes to filter
1983 mov eax, FullLength
2235 cmp ebx, FullLength // Test if offset at end of array
2251 cmp ebx, FullLength // Check if at end of array
2334 cmp ebx, FullLength // Test if offset at end of array
2350 cmp ebx, FullLength // Check if at end of array
2364 png_uint_32 FullLength; local
2373 FullLength = row_info->rowbytes; // # of bytes to filter
2465 mov ecx, FullLength
3261 png_uint_32 FullLength; local
[all...]

Completed in 49 milliseconds