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