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

  /external/skia/include/views/
SkEvent.h 20 typedef uint32_t SkEventSinkID;
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);
  /external/skia/legacy/include/views/
SkEvent.h 22 typedef uint32_t SkEventSinkID;
39 explicit SkEvent(const SkString& type, SkEventSinkID = 0);
40 explicit SkEvent(const char type[], SkEventSinkID = 0);
70 SkEventSinkID getTargetID() const { return fTargetID; }
80 SkEvent* setTargetID(SkEventSinkID targetID) {
279 SkEventSinkID fTargetID;
286 void initialize(const char* type, size_t typeLen, SkEventSinkID);

Completed in 601 milliseconds