Lines Matching refs:len
406 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
414 strlcat(buf, str, len); in getDump()
415 getDump(buf, len, "\tsrc", ov.src); in getDump()
416 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
417 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
420 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
427 strlcat(buf, str_src, len); in getDump()
430 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
436 strlcat(buf, str_rect, len); in getDump()
439 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
445 strlcat(buf, str, len); in getDump()
446 getDump(buf, len, "\tdata", ov.data); in getDump()
449 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
455 strlcat(buf, str_data, len); in getDump()
458 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
464 strlcat(buf, str, len); in getDump()
465 getDump(buf, len, "\tsrc", rot.src); in getDump()
466 getDump(buf, len, "\tdst", rot.dst); in getDump()
467 getDump(buf, len, "\tsrc_rect", rot.src_rect); in getDump()
470 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
476 strlcat(buf, str, len); in getDump()
477 getDump(buf, len, "\tsrc", rot.src); in getDump()
478 getDump(buf, len, "\tdst", rot.dst); in getDump()