Home
last modified time | relevance | path

Searched refs:find_size_8 (Results 1 – 2 of 2) sorted by last modified time

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Ddespeckle.c134 static int find_size_8( /* in */ unsigned char *index, in find_size_8() function
159 count += find_size_8(index, x, y - 1, width, height, bitmap, mask); in find_size_8()
160 count += find_size_8(index, x, y + 1, width, height, bitmap, mask); in find_size_8()
636 size = find_size_8(&bitmap[(y * width + x)], x, y, width, height, bitmap, mask); in despeckle_iteration_8()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Ddespeckle.c157 find_size_8 (/* in */ unsigned char *index, in find_size_8() function
189 count += find_size_8 (index, x, y - 1, width, height, bitmap, mask); in find_size_8()
190 count += find_size_8 (index, x, y + 1, width, height, bitmap, mask); in find_size_8()
737 size = find_size_8 (&bitmap[(y * width + x)], x, y, in despeckle_iteration_8()