Lines Matching refs:outZ
1554 int &outZ) in get_integer_coords() argument
1558 outZ); in get_integer_coords()
1566 int &outY, int &outZ) in get_integer_coords_offset() argument
1689 outZ = 0.0f; /* don't care! */ in get_integer_coords_offset()
1693 outZ = calculate_array_index(z, (float)imageInfo->arraySize - 1.0f); in get_integer_coords_offset()
1698 if (depth != 0) outZ = adFn(floorf(z), depth); in get_integer_coords_offset()
1701 return !((int)refX == outX && (int)refY == outY && (int)refZ == outZ); in get_integer_coords_offset()
2296 int *outY, int *outZ, size_t lod) in debug_find_vector_in_image() argument
2353 if (outZ != NULL) *outZ = (int)z; in debug_find_vector_in_image()
2368 int *outZ, int lod) in debug_find_pixel_in_image() argument
2401 vectorSize, outX, outY, outZ, lod); in debug_find_pixel_in_image()
2406 int *outZ, int lod) in debug_find_pixel_in_image() argument
2438 vectorSize, outX, outY, outZ, lod); in debug_find_pixel_in_image()
2443 int *outZ, int lod) in debug_find_pixel_in_image() argument
2451 vectorSize, outX, outY, outZ, lod); in debug_find_pixel_in_image()