Searched refs:topLineNumbers (Results 1 – 1 of 1) sorted by relevance
1175 int topLineNumbers = sscanf(l, "%d %d %d %d", &width, &height, &fps, &progress); in parseAnimationDesc() local1176 if (topLineNumbers == 3 || topLineNumbers == 4) { in parseAnimationDesc()1181 if (topLineNumbers == 4) { in parseAnimationDesc()