Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c98 #define CGContextRefObj_Check(x) ((x)->ob_type == &CGContextRef_Type || PyObject_TypeCheck((x), &CG… macro
116 if (!CGContextRefObj_Check(v)) in CGContextRefObj_Convert()