Home
last modified time | relevance | path

Searched refs:dhandle (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c511 tjhandle chandle = NULL, dhandle = NULL; in doTest() local
523 (dhandle = tjInitDecompress()) == NULL) in doTest()
537 decompTest(dhandle, dstBuf, size, w, h, pf, basename, subsamp, flags); in doTest()
540 decompTest(dhandle, dstBuf, size, w, h, pf + (TJPF_RGBA - TJPF_RGBX), in doTest()
550 if (dhandle) tjDestroy(dhandle); in doTest()
/third_party/libjpeg-turbo/
Dtjunittest.c518 tjhandle chandle = NULL, dhandle = NULL; in doTest() local
530 (dhandle = tjInitDecompress()) == NULL) in doTest()
544 decompTest(dhandle, dstBuf, size, w, h, pf, basename, subsamp, flags); in doTest()
547 decompTest(dhandle, dstBuf, size, w, h, pf + (TJPF_RGBA - TJPF_RGBX), in doTest()
557 if (dhandle) tjDestroy(dhandle); in doTest()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c528 tjhandle chandle = NULL, dhandle = NULL; in doTest() local
540 (dhandle = tjInitDecompress()) == NULL) in doTest()
554 decompTest(dhandle, dstBuf, size, w, h, pf, basename, subsamp, flags); in doTest()
557 decompTest(dhandle, dstBuf, size, w, h, pf + (TJPF_RGBA - TJPF_RGBX), in doTest()
567 if (dhandle) tjDestroy(dhandle); in doTest()