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 | j2k.h | 745 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 | openjpeg.h | 1399 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y);
|
D | j2k.c | 9336 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y, in opj_j2k_set_decode_area() argument 9362 if (!p_start_x && !p_start_y && !p_end_x && !p_end_y) { in opj_j2k_set_decode_area() 9429 if (p_end_x <= 0) { in opj_j2k_set_decode_area() 9432 p_end_x); in opj_j2k_set_decode_area() 9434 } else if ((OPJ_UINT32)p_end_x < l_image->x0) { in opj_j2k_set_decode_area() 9437 p_end_x, l_image->x0); in opj_j2k_set_decode_area() 9439 } else if ((OPJ_UINT32)p_end_x > l_image->x1) { in opj_j2k_set_decode_area() 9442 p_end_x, l_image->x1); in opj_j2k_set_decode_area() 9447 p_end_x - (OPJ_INT32)l_cp->tx0, (OPJ_INT32)l_cp->tdx); in opj_j2k_set_decode_area() 9448 p_image->x1 = (OPJ_UINT32)p_end_x; in opj_j2k_set_decode_area()
|
D | jp2.c | 3105 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y, in opj_jp2_set_decode_area() argument 3110 p_end_x, p_end_y, p_manager); in opj_jp2_set_decode_area()
|