Searched refs:ob_capture (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | svmodule.c | 22 void *ob_capture; member 61 (*function)((boolean)invert, self->ob_capture, in svc_conversion() 153 obcapture = (char*)self->ob_capture; in svc_GetFields() 179 if (svUnlockCaptureData(self->ob_svideo->ob_svideo, self->ob_capture)) in svc_UnlockCaptureData() 199 lrectwrite(x1, x2, y1, y2, (unsigned long *) self->ob_capture); in svc_lrectwrite() 226 if (fwrite(self->ob_capture, sizeof(long), size, fp) != size) { in svc_writefile() 245 self->ob_capture, &visible, in svc_FindVisibleRegion() 277 if (self->ob_capture != NULL) { in capture_dealloc() 280 self->ob_capture); in capture_dealloc() 281 self->ob_capture = NULL; in capture_dealloc() [all …]
|