Lines Matching refs:len
337 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
345 strlcat(buf, str, len); in getDump()
346 getDump(buf, len, "\tsrc", ov.src); in getDump()
347 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
348 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
351 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
358 strlcat(buf, str_src, len); in getDump()
361 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
367 strlcat(buf, str_rect, len); in getDump()
370 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
376 strlcat(buf, str, len); in getDump()
377 getDump(buf, len, "\tdata", ov.data); in getDump()
380 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
386 strlcat(buf, str_data, len); in getDump()
389 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
395 strlcat(buf, str, len); in getDump()
396 getDump(buf, len, "\tsrc", rot.src); in getDump()
397 getDump(buf, len, "\tdst", rot.dst); in getDump()
398 getDump(buf, len, "\tsrc_rect", rot.src_rect); in getDump()
401 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
407 strlcat(buf, str, len); in getDump()
408 getDump(buf, len, "\tsrc", rot.src); in getDump()
409 getDump(buf, len, "\tdst", rot.dst); in getDump()