Home
last modified time | relevance | path

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

/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/tests/
H A Dtest_mat_pixel_drawing.cpp338 ncnn::draw_circle_c3(a, w, h, cx, cy, radius, _color, -1); in test_mat_pixel_drawing_c3()
339 ncnn::draw_circle_c3(b, h, w, cy, cx, radius, _color, -1); in test_mat_pixel_drawing_c3()
345 ncnn::draw_circle_c3(a, w, h, 10, -4, 6, _color, -1); in test_mat_pixel_drawing_c3()
346 ncnn::draw_circle_c3(b, h, w, -4, 10, 6, _color, -1); in test_mat_pixel_drawing_c3()
352 ncnn::draw_circle_c3(a, w, h, cx, cy, radius + std::min(w, h) / 2, _color, 5); in test_mat_pixel_drawing_c3()
353 ncnn::draw_circle_c3(b, h, w, cy, cx, radius + std::min(w, h) / 2, _color, 5); in test_mat_pixel_drawing_c3()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/tests/
H A Dtest_mat_pixel_drawing.cpp338 ncnn::draw_circle_c3(a, w, h, cx, cy, radius, _color, -1); in test_mat_pixel_drawing_c3()
339 ncnn::draw_circle_c3(b, h, w, cy, cx, radius, _color, -1); in test_mat_pixel_drawing_c3()
345 ncnn::draw_circle_c3(a, w, h, 10, -4, 6, _color, -1); in test_mat_pixel_drawing_c3()
346 ncnn::draw_circle_c3(b, h, w, -4, 10, 6, _color, -1); in test_mat_pixel_drawing_c3()
352 ncnn::draw_circle_c3(a, w, h, cx, cy, radius + std::min(w, h) / 2, _color, 5); in test_mat_pixel_drawing_c3()
353 ncnn::draw_circle_c3(b, h, w, cy, cx, radius + std::min(w, h) / 2, _color, 5); in test_mat_pixel_drawing_c3()
/dports/misc/ncnn/ncnn-20211208/tests/
H A Dtest_mat_pixel_drawing.cpp338 ncnn::draw_circle_c3(a, w, h, cx, cy, radius, _color, -1); in test_mat_pixel_drawing_c3()
339 ncnn::draw_circle_c3(b, h, w, cy, cx, radius, _color, -1); in test_mat_pixel_drawing_c3()
345 ncnn::draw_circle_c3(a, w, h, 10, -4, 6, _color, -1); in test_mat_pixel_drawing_c3()
346 ncnn::draw_circle_c3(b, h, w, -4, 10, 6, _color, -1); in test_mat_pixel_drawing_c3()
352 ncnn::draw_circle_c3(a, w, h, cx, cy, radius + std::min(w, h) / 2, _color, 5); in test_mat_pixel_drawing_c3()
353 ncnn::draw_circle_c3(b, h, w, cy, cx, radius + std::min(w, h) / 2, _color, 5); in test_mat_pixel_drawing_c3()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dmat_pixel_drawing.cpp659 void draw_circle_c3(unsigned char* pixels, int w, int h, int cx, int cy, int radius, unsigned int c… in draw_circle_c3() function
661 return draw_circle_c3(pixels, w, h, w * 3, cx, cy, radius, color, thickness); in draw_circle_c3()
803 void draw_circle_c3(unsigned char* pixels, int w, int h, int stride, int cx, int cy, int radius, un… in draw_circle_c3() function
H A Dsimpleocv.cpp309 … ncnn::draw_circle_c3(img.data, img.cols, img.rows, center.x, center.y, radius, color, thickness); in circle()
H A Dmat.h620 NCNN_EXPORT void draw_circle_c3(unsigned char* pixels, int w, int h, int cx, int cy, int radius, un…
625 NCNN_EXPORT void draw_circle_c3(unsigned char* pixels, int w, int h, int stride, int cx, int cy, in…
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dmat_pixel_drawing.cpp659 void draw_circle_c3(unsigned char* pixels, int w, int h, int cx, int cy, int radius, unsigned int c… in draw_circle_c3() function
661 return draw_circle_c3(pixels, w, h, w * 3, cx, cy, radius, color, thickness); in draw_circle_c3()
803 void draw_circle_c3(unsigned char* pixels, int w, int h, int stride, int cx, int cy, int radius, un… in draw_circle_c3() function
H A Dsimpleocv.cpp309 … ncnn::draw_circle_c3(img.data, img.cols, img.rows, center.x, center.y, radius, color, thickness); in circle()
H A Dmat.h620 NCNN_EXPORT void draw_circle_c3(unsigned char* pixels, int w, int h, int cx, int cy, int radius, un…
625 NCNN_EXPORT void draw_circle_c3(unsigned char* pixels, int w, int h, int stride, int cx, int cy, in…
/dports/misc/ncnn/ncnn-20211208/src/
H A Dmat_pixel_drawing.cpp659 void draw_circle_c3(unsigned char* pixels, int w, int h, int cx, int cy, int radius, unsigned int c… in draw_circle_c3() function
661 return draw_circle_c3(pixels, w, h, w * 3, cx, cy, radius, color, thickness); in draw_circle_c3()
803 void draw_circle_c3(unsigned char* pixels, int w, int h, int stride, int cx, int cy, int radius, un… in draw_circle_c3() function
H A Dsimpleocv.cpp322 … ncnn::draw_circle_c3(img.data, img.cols, img.rows, center.x, center.y, radius, color, thickness); in circle()
H A Dmat.h687 NCNN_EXPORT void draw_circle_c3(unsigned char* pixels, int w, int h, int cx, int cy, int radius, un…
692 NCNN_EXPORT void draw_circle_c3(unsigned char* pixels, int w, int h, int stride, int cx, int cy, in…