Home | History | Annotate | Download | only in network

Lines Matching refs:image_count

374   int image_count = NumImagesForType(image_type) - 1;
375 int index = animation * nextafter(static_cast<float>(image_count), 0);
376 index = std::max(std::min(index, image_count - 1), 0);