Searched refs:syncbase (Results 1 – 12 of 12) sorted by relevance
455 SVGSMILElement* syncbase = static_cast<SVGSMILElement*>(condition.m_syncbase.get()); in connectConditions() local456 syncbase->addTimeDependent(this); in connectConditions()950 void SVGSMILElement::createInstanceTimesFromSyncbase(SVGSMILElement* syncbase, NewOrExistingInterva… in createInstanceTimesFromSyncbase() argument956 if (condition.m_type == Condition::Syncbase && condition.m_syncbase == syncbase) { in createInstanceTimesFromSyncbase()961 time = syncbase->m_intervalBegin + condition.m_offset; in createInstanceTimesFromSyncbase()963 time = syncbase->m_intervalEnd + condition.m_offset; in createInstanceTimesFromSyncbase()
171 void createInstanceTimesFromSyncbase(SVGSMILElement* syncbase, NewOrExistingInterval);
49 float syncbase; member
589 skintime = cl.time + currententity->syncbase; in R_AliasSetupSkin()694 time = cl.time + currententity->syncbase; in R_AliasSetupFrame()
262 time = cl.time + currententity->syncbase; in R_GetSpriteframe()
173 time = cl.time + currententity->syncbase; in R_GetSpriteFrame()
55 float syncbase; // for client-side animations member
589 skintime = cl.time + currententity->syncbase; in R_AliasSetupSkin()679 time = cl.time + currententity->syncbase; in R_AliasSetupFrame()
388 ent->syncbase = (float)(rand()&0x7fff) / 0x7fff; in CL_ParseUpdate()390 ent->syncbase = 0.0; in CL_ParseUpdate()
172 time = cl.time + currententity->syncbase; in R_GetSpriteFrame()
29165 This shold not be a problem for syncbase pointers since those are always animation elements32614 - Full SMIL interval timing model including syncbase and event base timing (the hard part).