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