Home | History | Annotate | Download | only in gpu

Lines Matching defs:Event

103 struct Event;
392 Event* fEvent;
484 struct Event {
485 Event(Edge* edge, const SkPoint& point, uint8_t alpha)
491 Event* fPrev;
492 Event* fNext;
496 bool compare(Event* const& e1, Event* const& e2) {
500 struct EventList : public SkTDPQueue<Event*, &compare> {};
510 e->fEvent = alloc.make<Event>(e, p, alpha);
1780 void Event::apply(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) {
1852 Event* event = events.peek();
1854 event->apply(mesh, c, alloc);