Searched refs:fBegin (Results 1 – 4 of 4) sorted by relevance
25 char* fBegin; // start of used section in this chunk member34 fBegin = fEnd = NULL; in init()76 if (NULL == front->fBegin) { in front()82 SkASSERT(front->fBegin); in front()83 return front->fBegin; in front()115 if (NULL == first->fBegin) { in push_front()120 begin = first->fBegin - fElemSize; in push_front()134 first->fBegin = begin; in push_front()151 if (NULL == last->fBegin) { in push_back()153 last->fBegin = last->start(); in push_back()[all …]
91 testState.fBegin == oldState.fBegin) { in append()98 fMaker.postOnEnd(oldGuard, oldState.fBegin + oldState.fDuration); in append()165 SkMSec maxTime = state.fBegin + duration; in calcDurations()208 if (state.fBegin > time) in immediate()210 if (time > state.fBegin + state.fDuration) in immediate()282 state.fStartTime = state.fBegin = apply->begin + animate->begin; in initState()351 state.fStartTime = state.fBegin = fApply.begin + animate->begin; in resetState()
67 SkMSec fBegin; member
607 if (SkMSec_LT(state.fBegin + state.fDuration, innerTime)) { in interpolate()616 innerTime = state.fBegin + state.fDuration; in interpolate()631 maker.postOnEnd(animate, state.fBegin + state.fDuration); in interpolate()