Home
last modified time | relevance | path

Searched refs:init_pos (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Djp2.h207 OPJ_INT32 init_pos; member
Djp2.c522 box.init_pos = cio_tell(cio);
534 box.length = cio_tell(cio) - box.init_pos;
535 cio_seek(cio, box.init_pos);
537 cio_seek(cio, box.init_pos + box.length);