Searched refs:SkEventSinkID (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/skia/include/views/
H A DSkEventSink.h33 SkEventSinkID getSinkID() const { return fID; }
50 void addListenerID(SkEventSinkID sinkID);
62 void removeListenerID(SkEventSinkID);
89 static SkEventSink* FindSink(SkEventSinkID);
103 SkEventSinkID fID;
H A DSkOSMenu.h130 int appendAction(const char label[], SkEventSinkID target);
132 SkEventSinkID target, int defaultIndex, const char* ...);
134 SkEventSinkID target, SkScalar min, SkScalar max,
137 SkEventSinkID target, bool defaultState = false);
139 SkEventSinkID target, TriState defaultState = kOffState);
141 SkEventSinkID target, const char placeholder[] = "");
H A DSkOSWindow_SDL.h23 static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
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);
H A DSkOSWindow_Win.h28 static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
H A DSkView.h163 SkEventSinkID fTargetID;
/external/skia/include/views/
H A DSkEventSink.h33 SkEventSinkID getSinkID() const { return fID; }
50 void addListenerID(SkEventSinkID sinkID);
62 void removeListenerID(SkEventSinkID);
89 static SkEventSink* FindSink(SkEventSinkID);
103 SkEventSinkID fID;
H A DSkOSMenu.h130 int appendAction(const char label[], SkEventSinkID target);
132 SkEventSinkID target, int defaultIndex, const char[] ...);
134 SkEventSinkID target, SkScalar min, SkScalar max,
137 SkEventSinkID target, bool defaultState = false);
139 SkEventSinkID target, TriState defaultState = kOffState);
141 SkEventSinkID target, const char placeholder[] = "");
H A DSkOSWindow_SDL.h23 static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
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);
H A DSkOSWindow_Win.h28 static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
/external/chromium_org/third_party/skia/src/views/
H A DSkEventSink.cpp25 SkEventSinkID fNextSinkID;
117 fIDs = (SkEventSinkID*)sk_malloc_throw(count * sizeof(SkEventSinkID));
126 int find(SkEventSinkID id) const
128 const SkEventSinkID* idptr = fIDs;
135 SkEventSinkID* fIDs;
138 void SkEventSink::addListenerID(SkEventSinkID id)
157 memcpy(next->fIDs, prev->fIDs, count * sizeof(SkEventSinkID));
170 const SkEventSinkID* iter = sinkList->fIDs;
171 const SkEventSinkID* sto
[all...]
H A DSkOSMenu.cpp143 int SkOSMenu::appendAction(const char label[], SkEventSinkID target) {
151 SkEventSinkID target, int index, const char option[], ...) {
172 SkEventSinkID target, SkScalar min, SkScalar max,
182 SkEventSinkID target, bool defaultState) {
189 SkEventSinkID target, SkOSMenu::TriState defaultState) {
196 SkEventSinkID target, const char placeholder[]) {
H A DSkEvent.cpp13 SkEventSinkID targetID) {
37 SkEvent::SkEvent(const SkString& type, SkEventSinkID targetID)
42 SkEvent::SkEvent(const char type[], SkEventSinkID targetID)
/external/skia/src/views/
H A DSkEventSink.cpp25 SkEventSinkID fNextSinkID;
117 fIDs = (SkEventSinkID*)sk_malloc_throw(count * sizeof(SkEventSinkID));
126 int find(SkEventSinkID id) const
128 const SkEventSinkID* idptr = fIDs;
135 SkEventSinkID* fIDs;
138 void SkEventSink::addListenerID(SkEventSinkID id)
157 memcpy(next->fIDs, prev->fIDs, count * sizeof(SkEventSinkID));
170 const SkEventSinkID* iter = sinkList->fIDs;
171 const SkEventSinkID* sto
[all...]
H A DSkOSMenu.cpp143 int SkOSMenu::appendAction(const char label[], SkEventSinkID target) {
151 SkEventSinkID target, int index, const char option[], ...) {
172 SkEventSinkID target, SkScalar min, SkScalar max,
182 SkEventSinkID target, bool defaultState) {
189 SkEventSinkID target, SkOSMenu::TriState defaultState) {
196 SkEventSinkID target, const char placeholder[]) {
H A DSkEvent.cpp13 SkEventSinkID targetID) {
37 SkEvent::SkEvent(const SkString& type, SkEventSinkID targetID)
42 SkEvent::SkEvent(const char type[], SkEventSinkID targetID)
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayPost.h49 SkEventSinkID fSinkID;
H A DSkAnimateMaker.h113 SkEventSinkID fHostEventSinkID;
/external/skia/src/animator/
H A DSkDisplayPost.h49 SkEventSinkID fSinkID;
/external/chromium_org/third_party/skia/include/animator/
H A DSkAnimator.h459 void setHostEventSinkID(SkEventSinkID hostID);
460 SkEventSinkID getHostEventSinkID() const;
477 virtual void onEventPost(SkEvent*, SkEventSinkID);
478 virtual void onEventPostTime(SkEvent*, SkEventSinkID, SkMSec time);
/external/skia/include/animator/
H A DSkAnimator.h459 void setHostEventSinkID(SkEventSinkID hostID);
460 SkEventSinkID getHostEventSinkID() const;
477 virtual void onEventPost(SkEvent*, SkEventSinkID);
478 virtual void onEventPostTime(SkEvent*, SkEventSinkID, SkMSec time);
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkWidgetViews.cpp173 SkEventSinkID SkWidgetView::GetWidgetEventSinkID(const SkEvent& evt)
177 return evt.findS32(gWidgetEventSinkIDSlotName, &sinkID) ? (SkEventSinkID)sinkID : 0;
/external/skia/src/views/animated/
H A DSkWidgetViews.cpp173 SkEventSinkID SkWidgetView::GetWidgetEventSinkID(const SkEvent& evt)
177 return evt.findS32(gWidgetEventSinkIDSlotName, &sinkID) ? (SkEventSinkID)sinkID : 0;
/external/chromium_org/third_party/skia/include/views/animated/
H A DSkWidgetViews.h79 static SkEventSinkID GetWidgetEventSinkID(const SkEvent&);

Completed in 1060 milliseconds

12