Home
last modified time | relevance | path

Searched defs:fill_rectangle (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drectangle.h41 static av_always_inline void fill_rectangle(void *vp, int w, int h, int stride, uint32_t val, int s… in fill_rectangle() function
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs632 fn fill_rectangle(&mut self, left: u8, top: u8, width: u8, height: u8) { in fill_rectangle() method
/third_party/ffmpeg/fftools/
Dffplay.c814 static inline void fill_rectangle(int x, int y, int w, int h) in fill_rectangle() function