Home
last modified time | relevance | path

Searched refs:image_w (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h819 int image_w; member
/external/igt-gpu-tools/tests/
Dkms_plane_scaling.c37 int image_w; member
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c3909 uint32_t image_w, uint32_t image_h, in compute_blit_box() argument
3915 *x = MIN2(offsets[0].x, image_w - 1); in compute_blit_box()
3916 *w = MIN2(offsets[1].x - offsets[0].x, image_w - offsets[0].x); in compute_blit_box()
3919 *x = MIN2(offsets[1].x, image_w - 1); in compute_blit_box()
3920 *w = MIN2(offsets[0].x - offsets[1].x, image_w - offsets[1].x); in compute_blit_box()