Searched refs:syncbase (Results 1 - 11 of 11) sorted by relevance

/external/quake/quake/src/QW/client/
H A Drender.h49 float syncbase; member in struct:entity_s
H A Dr_alias.c589 skintime = cl.time + currententity->syncbase;
694 time = cl.time + currententity->syncbase;
H A Dr_sprite.c262 time = cl.time + currententity->syncbase;
H A Dgl_rmain.c173 time = cl.time + currententity->syncbase;
/external/quake/quake/src/WinQuake/
H A Drender.h55 float syncbase; // for client-side animations member in struct:entity_s
H A Dcl_parse.cpp388 ent->syncbase = (float)(rand()&0x7fff) / 0x7fff;
390 ent->syncbase = 0.0;
H A Dr_alias.cpp589 skintime = cl.time + currententity->syncbase;
679 time = cl.time + currententity->syncbase;
H A Dr_sprite.cpp262 time = cl.time + currententity->syncbase;
H A Dgl_rmain.cpp172 time = cl.time + currententity->syncbase;
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h171 void createInstanceTimesFromSyncbase(SVGSMILElement* syncbase, NewOrExistingInterval);
H A DSVGSMILElement.cpp199 // Calling disconnectConditions() may kill us if there are syncbase conditions.
455 SVGSMILElement* syncbase = static_cast<SVGSMILElement*>(condition.m_syncbase.get()); local
456 syncbase->addTimeDependent(this);
950 void SVGSMILElement::createInstanceTimesFromSyncbase(SVGSMILElement* syncbase, NewOrExistingInterval) argument
956 if (condition.m_type == Condition::Syncbase && condition.m_syncbase == syncbase) {
961 time = syncbase->m_intervalBegin + condition.m_offset;
963 time = syncbase->m_intervalEnd + condition.m_offset;

Completed in 438 milliseconds