Home
last modified time | relevance | path

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

/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dimage.c926 rgb get_image_pixel(image img, int x, int y) in get_image_pixel() function
948 return monochrome(get_image_pixel(img, x, y)); in get_monochrome_pixel()
954 return greyscale(get_image_pixel(img, x, y)); in get_grey_pixel()
1139 = darker(get_image_pixel(src, x, y)); in drawdarker()
1177 = brighter(get_image_pixel(src,x,y)); in drawbrighter()
H A Dinternal.h374 PROTECTED rgb get_image_pixel(image img, int x, int y);
H A Dgraphapp.h345 #define get_image_pixel GAI_get_image_pixel macro
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dimage.c926 rgb get_image_pixel(image img, int x, int y) in get_image_pixel() function
948 return monochrome(get_image_pixel(img, x, y)); in get_monochrome_pixel()
954 return greyscale(get_image_pixel(img, x, y)); in get_grey_pixel()
1139 = darker(get_image_pixel(src, x, y)); in drawdarker()
1177 = brighter(get_image_pixel(src,x,y)); in drawbrighter()
H A Dinternal.h374 PROTECTED rgb get_image_pixel(image img, int x, int y);
H A Dgraphapp.h345 #define get_image_pixel GAI_get_image_pixel macro
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/util/
H A DHalideTraceViz.cpp975 uint32_t get_image_pixel(const int x, const int y) const { in get_image_pixel() function
1336 uint32_t image_color = surface->get_image_pixel(x, y); in run()