Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1165 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(self, ptr, type, …
1167 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, …
1170 #define SWIG_InternalNewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(NULL, ptr, type, …
1186 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(NULL, ptr, type, …
2620 SWIG_Python_NewPointerObj(PyObject *self, void *ptr, swig_type_info *type, int flags) { in SWIG_Python_NewPointerObj() function