Searched defs:stride_bytes (Results 1 – 3 of 3) sorted by relevance
| /device/generic/vulkan-cereal/third-party/stb/include/stb/ |
| D | stb_image_write.h | 1092 static void stbiw__encode_png_line(unsigned char *pixels, int stride_bytes, int width, int height, … in stbiw__encode_png_line() 1128 STBIWDEF unsigned char *stbi_write_png_to_mem(const unsigned char *pixels, int stride_bytes, int x,… in stbi_write_png_to_mem() 1215 …nt stbi_write_png(char const *filename, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png() 1231 …c(stbi_write_func *func, void *context, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png_to_func()
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
| D | stb_image_write.h | 1092 static void stbiw__encode_png_line(unsigned char *pixels, int stride_bytes, int width, int height, … in stbiw__encode_png_line() 1128 STBIWDEF unsigned char *stbi_write_png_to_mem(const unsigned char *pixels, int stride_bytes, int x,… in stbi_write_png_to_mem() 1215 …nt stbi_write_png(char const *filename, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png() 1231 …c(stbi_write_func *func, void *context, int x, int y, int comp, const void *data, int stride_bytes) in stbi_write_png_to_func()
|
| /device/google/cuttlefish/host/libs/graphics_detector/ |
| D | img.cpp | 207 uint32_t stride_bytes = w * 4; in SaveRGBAToBitmapFile() local
|