Searched refs:p_end_x (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_codec.h | 97 OPJ_INT32 p_end_x,
|
D | jp2.h | 442 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
|
D | openjpeg.c | 495 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y in opj_set_decode_area() argument 509 p_end_x, p_end_y, in opj_set_decode_area()
|
D | j2k.h | 745 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
|
D | openjpeg.h | 1399 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y);
|
D | j2k.c | 9320 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y, in opj_j2k_set_decode_area() argument 9346 if (!p_start_x && !p_start_y && !p_end_x && !p_end_y) { in opj_j2k_set_decode_area() 9413 if (p_end_x <= 0) { in opj_j2k_set_decode_area() 9416 p_end_x); in opj_j2k_set_decode_area() 9418 } else if ((OPJ_UINT32)p_end_x < l_image->x0) { in opj_j2k_set_decode_area() 9421 p_end_x, l_image->x0); in opj_j2k_set_decode_area() 9423 } else if ((OPJ_UINT32)p_end_x > l_image->x1) { in opj_j2k_set_decode_area() 9426 p_end_x, l_image->x1); in opj_j2k_set_decode_area() 9431 p_end_x - (OPJ_INT32)l_cp->tx0, (OPJ_INT32)l_cp->tdx); in opj_j2k_set_decode_area() 9432 p_image->x1 = (OPJ_UINT32)p_end_x; in opj_j2k_set_decode_area()
|
D | jp2.c | 3106 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y, in opj_jp2_set_decode_area() argument 3111 p_end_x, p_end_y, p_manager); in opj_jp2_set_decode_area()
|