Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c78 #define gethandle() \ macro
222 gethandle(); in TJCompressor_compress()
326 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
401 gethandle(); in TJCompressor_encodeYUV()
502 gethandle(); in TJCompressor_encodeYUV_12()
562 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy()
629 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader()
667 gethandle(); in TJDecompressor_decompress()
760 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
841 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI()
[all …]
/third_party/python/Modules/
D_winapi.c766 gethandle(PyObject* obj, const char* name) in gethandle() function
1106 si.StartupInfo.hStdInput = gethandle(startup_info, "hStdInput"); in _winapi_CreateProcess_impl()
1107 si.StartupInfo.hStdOutput = gethandle(startup_info, "hStdOutput"); in _winapi_CreateProcess_impl()
1108 si.StartupInfo.hStdError = gethandle(startup_info, "hStdError"); in _winapi_CreateProcess_impl()