Searched refs:constructor2 (Results 1 – 2 of 2) sorted by relevance
413 cairo_surface_t *(*constructor2) (cairo_write_func_t write_func, in helper_cairo_create_context() local466 constructor2 = _cairo_ansi_surface_create_for_stream; in helper_cairo_create_context()469 constructor2 = _cairo_png_surface_create_for_stream; in helper_cairo_create_context()512 else if (constructor2) in helper_cairo_create_context()513 surface = constructor2 (stdio_write_func, f, w, h, content, protocol); in helper_cairo_create_context()
1774 constructor2 = None variable in TestOperationsMutating1791 set2 = self.constructor2(Bad() for _ in range(randrange(50)))1879 constructor2 = set variable in TestBinaryOpsMutating_Set_Set1883 constructor2 = SetSubclass variable in TestBinaryOpsMutating_Subclass_Subclass1887 constructor2 = SetSubclass variable in TestBinaryOpsMutating_Set_Subclass1891 constructor2 = set variable in TestBinaryOpsMutating_Subclass_Set1932 constructor2 = set variable in TestMethodsMutating_Set_Set1936 constructor2 = SetSubclass variable in TestMethodsMutating_Subclass_Subclass1940 constructor2 = SetSubclass variable in TestMethodsMutating_Set_Subclass1944 constructor2 = set variable in TestMethodsMutating_Subclass_Set[all …]