HomeSort by relevance Sort by last modified time
    Searched refs:tjDestroy (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h     [all...]
tjbench.c 157 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()");
236 if(handle) {tjDestroy(handle); handle=NULL;}
278 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()");
313 if(handle) {tjDestroy(handle); handle=NULL;}
395 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()");
459 if(handle) {tjDestroy(handle); handle=NULL;}
662 if(handle) {tjDestroy(handle); handle=NULL;
    [all...]
jpegut.c 320 if(hnd) tjDestroy(hnd);
321 if(dhnd) tjDestroy(dhnd);
375 if(hnd) tjDestroy(hnd);
tjunittest.c 527 if(chandle) tjDestroy(chandle);
528 if(dhandle) tjDestroy(dhandle);
617 if(handle) tjDestroy(handle);
jpgtest.cxx 136 _catch(tjDestroy(hnd));
202 _catch(tjDestroy(hnd));
turbojpegl.c 355 DLLEXPORT int DLLCALL tjDestroy(tjhandle h)
turbojpeg-jni.c 301 if(tjDestroy(handle)==-1) _throw(tjGetErrorStr());
turbojpeg.c 448 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle)
    [all...]

Completed in 446 milliseconds