OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkEventSinkID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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/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
);
Completed in 52 milliseconds