Home | History | Annotate | Download | only in views

Lines Matching refs:fEventQHead

274         fEventQHead = NULL;
281 SkEvent* fEventQHead, *fEventQTail;
341 bool wasEmpty = globals.fEventQHead == NULL;
346 if (globals.fEventQHead == NULL)
347 globals.fEventQHead = evt;
359 SkEvent* evt = globals.fEventQHead;
363 globals.fEventQHead = evt->fNextEvent;
364 if (globals.fEventQHead == NULL) {
377 return globals.fEventQHead != NULL;
478 const SkEvent* evt = globals.fEventQHead;
495 SkEvent* evt = globals.fEventQHead;