Searched defs:img_bytes (Results 1 – 4 of 4) sorted by relevance
18 virtual void init_img(png_bytep img_bytes, size_t width, size_t height) { in init_img()
15 virtual void init_img(png_bytep img_bytes, size_t width, size_t height) { in init_img()
91 std::vector<uint8_t> img_bytes(len); in read_bmp() local
556 const uint8* img_bytes = reinterpret_cast<const uint8*>(input.data()); in DecodeBmpV2() local