Searched refs:p_start_y (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_codec.h | 98 OPJ_INT32 p_start_y,
|
D | jp2.h | 441 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | j2k.h | 744 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | openjpeg.c | 494 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_set_decode_area() argument 508 p_start_x, p_start_y, in opj_set_decode_area()
|
D | openjpeg.h | 1398 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | j2k.c | 9335 OPJ_INT32 p_start_x, OPJ_INT32 p_start_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() 9406 if (p_start_y < 0) { in opj_j2k_set_decode_area() 9409 p_start_y); in opj_j2k_set_decode_area() 9411 } else if ((OPJ_UINT32)p_start_y > l_image->y1) { in opj_j2k_set_decode_area() 9414 p_start_y, l_image->y1); in opj_j2k_set_decode_area() 9416 } else if ((OPJ_UINT32)p_start_y < l_image->y0) { in opj_j2k_set_decode_area() 9419 p_start_y, l_image->y0); in opj_j2k_set_decode_area() 9423 p_j2k->m_specific_param.m_decoder.m_start_tile_y = ((OPJ_UINT32)p_start_y - in opj_j2k_set_decode_area() 9425 p_image->y0 = (OPJ_UINT32)p_start_y; in opj_j2k_set_decode_area()
|
D | jp2.c | 3104 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_jp2_set_decode_area() argument 3109 return opj_j2k_set_decode_area(p_jp2->j2k, p_image, p_start_x, p_start_y, in opj_jp2_set_decode_area()
|