Lines Matching full:ohnd
2378 void dumpBuffer(private_handle_t *ohnd, char *bufferName) {2379 if (ohnd != NULL && ohnd->base) {2382 int width = getWidth(ohnd);2383 int height = getHeight(ohnd);2384 int format = ohnd->format;2394 bResult = (bool) fwrite((void*)ohnd->base, size, 1, fp);