Searched refs:cnt (Results 1 – 2 of 2) sorted by relevance
270 s32 cnt = static_cast<s32>(std::floor( (frame - startFrame) / duration )); in NormalizeFrameRepeatPre_() local271 frame -= cnt * duration; in NormalizeFrameRepeatPre_()281 s32 cnt = static_cast<s32>(std::floor( (frame - startFrame) / duration )); in NormalizeFrameRepeatPost_() local282 frame -= cnt * duration; in NormalizeFrameRepeatPost_()293 s32 cnt = static_cast<s32>(std::floor( (frame - startFrame) / duration )); in NormalizeFrameMirrorPre_() local294 frame -= cnt * duration; in NormalizeFrameMirrorPre_()295 needsReverse = (cnt & 1)? true : false; in NormalizeFrameMirrorPre_()306 s32 cnt = static_cast<s32>(std::floor( (frame - startFrame) / duration )); in NormalizeFrameMirrorPost_() local307 frame -= cnt * duration; in NormalizeFrameMirrorPost_()308 needsReverse = (cnt & 1)? true : false; in NormalizeFrameMirrorPost_()
484 int cnt = 0; // 出力文字数のカウンタ in DrawLine() local503 int tab_size = TAB_WIDTH - (cnt & (TAB_WIDTH - 1)); in DrawLine()505 cnt += tab_size; in DrawLine()516 ++cnt; in DrawLine()519 if (cnt >= width) in DrawLine()