Searched defs:SkEventSinkID (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/views/
H A DSkEvent.h20 typedef uint32_t SkEventSinkID; typedef
37 explicit SkEvent(const SkString& type, SkEventSinkID = 0);
38 explicit SkEvent(const char type[], SkEventSinkID = 0);
68 SkEventSinkID getTargetID() const { return fTargetID; }
78 SkEvent* setTargetID(SkEventSinkID targetID) {
269 SkEventSinkID fTargetID;
276 void initialize(const char* type, size_t typeLen, SkEventSinkID);

Completed in 82 milliseconds