HomeSort by relevance Sort by last modified time
    Searched refs:fEventQHead (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/views/
SkEvent.cpp 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;
    [all...]
  /external/skia/src/views/
SkEvent.cpp 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;
    [all...]

Completed in 97 milliseconds