Searched refs:markers (Results 1 – 7 of 7) sorted by relevance
389 return ready() ? comp->markers.count : 0; in markersCnt()393 const char* LottieLoader::markers(uint32_t index) in markers() function in LottieLoader395 if (!ready() || index >= comp->markers.count) return nullptr; in markers()396 auto marker = comp->markers.begin() + index; in markers()403 if (!ready() || comp->markers.count == 0) return false; in segment()405 for (auto m = comp->markers.begin(); m < comp->markers.end(); ++m) { in segment()
74 const char* markers(uint32_t index);
84 return static_cast<LottieLoader*>(loader)->markers(idx); in marker()
500 for (auto m = markers.begin(); m < markers.end(); ++m) { in ~LottieComposition()
897 Array<LottieMarker*> markers; member
1044 comp->markers.push(parseMarker()); in parseMarkers()
1119 # of the possible markers and block names see the documentation.1164 # files will be copied as-is; there are no commands or markers available.1729 # markers available.