Searched defs:bytes_per_row (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/glx/ |
D | compsize.c | 153 int bytes_per_row; in __glImageSize() local
|
/third_party/mesa3d/src/mesa/main/ |
D | image.c | 154 GLintptr bytes_per_row; in _mesa_image_offset() local 173 GLintptr bytes_per_pixel, bytes_per_row, remainder, bytes_per_image; in _mesa_image_offset() local
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftwinfnt.h | 209 FT_UShort bytes_per_row; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 129 unsigned bytes_per_row = pixels_per_row * addr->bytes_per_pixel; in st_pbo_addresses_pixelstore() local
|
D | st_pbo_compute.c | 335 nir_ssa_def *bytes_per_row = nir_imul(b, nir_channel(b, sd->range, 0), sd->blocksize); in get_buffer_offset() local
|
/third_party/ffmpeg/libavcodec/ |
D | tiffenc.c | 255 int bytes_per_row; in encode_frame() local
|
D | tiff.c | 771 int bytes_per_row = (((s->width - 1) / s->subsampling[0] + 1) * s->bpp * in tiff_unpack_strip() local
|
/third_party/glfw/src/ |
D | mir_window.c | 636 int i, r_stride, bytes_per_pixel, bytes_per_row; in _glfwPlatformCreateCursor() local
|
/third_party/astc-encoder/Source/ |
D | stb_image.h | 1205 size_t bytes_per_row = (size_t)w * bytes_per_pixel; in stbi__vertical_flip() local
|