Lines Matching refs:proc
349 static void invoke_release_proc(void (*proc)(void* pixels, void* ctx), void* pixels, void* ctx) {350 if (proc) {351 proc(pixels, ctx);