Searched refs:postion (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp64 OPJ_OFF_T postion = srcData->offset + p_nb_bytes; local
65 if(postion < 0 ) {
66 postion = 0;
67 } else if (postion > srcData->src_size) {
69 srcData->offset = (int)postion;

Completed in 191 milliseconds