Home | History | Annotate | Download | only in views

Lines Matching refs:SkEventSinkID

27     SkEventSinkID   fNextSinkID;
119 fIDs = (SkEventSinkID*)sk_malloc_throw(count * sizeof(SkEventSinkID));
128 int find(SkEventSinkID id) const
130 const SkEventSinkID* idptr = fIDs;
137 SkEventSinkID* fIDs;
140 void SkEventSink::addListenerID(SkEventSinkID id)
159 memcpy(next->fIDs, prev->fIDs, count * sizeof(SkEventSinkID));
172 const SkEventSinkID* iter = sinkList->fIDs;
173 const SkEventSinkID* stop = iter + sinkList->countListners();
178 void SkEventSink::removeListenerID(SkEventSinkID id)
213 const SkEventSinkID* iter = list->fIDs;
214 const SkEventSinkID* stop = iter + list->countListners();
238 SkEventSink* SkEventSink::FindSink(SkEventSinkID sinkID)
266 static SkTDict<SkEventSinkID> gNamedSinkIDs(kMinStringBufferSize);
272 void SkEventSink::RegisterNamedSinkID(const char name[], SkEventSinkID id)
284 SkEventSinkID SkEventSink::FindNamedSinkID(const char name[])
286 SkEventSinkID id = 0;