Home
last modified time | relevance | path

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

/external/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()
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py85 dhandle = self.ted.TXNGetData(0, 0x7fffffff)
86 data = dhandle.data
/external/python/cpython2/Mac/Demo/textedit/
Dped.py125 dhandle = self.ted.TEGetText()
126 data = dhandle.data