Lines Matching defs:size
52 int size;
72 .size = sizeof(ASSStyle),
104 .size = sizeof(ASSStyle),
131 .size = sizeof(ASSDialog),
218 uint8_t *tmp = av_realloc_array(*section_ptr, (*count+1), section->size);
222 tmp += *count * section->size;
223 memset(tmp, 0, section->size);
409 for (i=0; i<*count; i++, ptr += section->size)
506 int len, size = -1, an = -1, alpha = -1;
530 sscanf(buf, "\\fs%u%1[\\}]%n", &size, sep, &len) > 1) {
532 callbacks->font_size(priv, size);