Searched refs:dhandle (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 528 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/ |
D | mlted.py | 85 dhandle = self.ted.TXNGetData(0, 0x7fffffff) 86 data = dhandle.data
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 125 dhandle = self.ted.TEGetText() 126 data = dhandle.data
|