Home
last modified time | relevance | path

Searched defs:put_pixel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/rasterizer/
Dline.rs83 let mut put_pixel = |(x, y): BackendCoord, b: f64| { in draw_line() localVariable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXlib.h398 int (*put_pixel) (struct _XImage *, int, int, unsigned long); member
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h398 int (*put_pixel) (struct _XImage *, int, int, unsigned long); member
/aosp_15_r20/external/crosvm/gpu_display/src/generated/
H A Dxlib.rs2085 pub put_pixel: ::std::option::Option< field