/external/chromium_org/third_party/skia/include/views/ |
SkEventSink.h | 14 #include "SkEvent.h" 39 bool doEvent(const SkEvent&); 44 bool doQuery(SkEvent* query); 73 void postToListeners(const SkEvent& evt, SkMSec delay = 0); 84 static EventResult DoEvent(const SkEvent&); 95 virtual bool onEvent(const SkEvent&); 96 virtual bool onQuery(SkEvent*);
|
SkOSMenu.h | 13 #include "SkEvent.h" 57 SkEvent* evt); 60 SkEvent* getEvent() const { return fEvent; } 81 void postEvent() const { (new SkEvent(*(fEvent)))->post(); } 85 SkEvent* fEvent; 118 * identifier of any state/value to be returned in the item's SkEvent object 122 SkEvent* evt); 148 static bool FindListItemCount(const SkEvent& evt, int* count); 153 static bool FindListItems(const SkEvent& evt, SkString items[]); 154 static bool FindSliderMin(const SkEvent& evt, SkScalar* min) [all...] |
SkEvent.h | 23 * \class SkEvent 29 class SkEvent { 34 typedef bool (*Proc)(const SkEvent& evt); 36 SkEvent(); 37 explicit SkEvent(const SkString& type, SkEventSinkID = 0); 38 explicit SkEvent(const char type[], SkEventSinkID = 0); 39 SkEvent(const SkEvent& src); 40 ~SkEvent(); 78 SkEvent* setTargetID(SkEventSinkID targetID) [all...] |
SkOSWindow_SDL.h | 23 static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
|
SkOSWindow_iOS.h | 35 virtual bool onEvent(const SkEvent& evt);
|
/external/skia/include/views/ |
SkEventSink.h | 14 #include "SkEvent.h" 39 bool doEvent(const SkEvent&); 44 bool doQuery(SkEvent* query); 73 void postToListeners(const SkEvent& evt, SkMSec delay = 0); 84 static EventResult DoEvent(const SkEvent&); 95 virtual bool onEvent(const SkEvent&); 96 virtual bool onQuery(SkEvent*);
|
SkOSMenu.h | 13 #include "SkEvent.h" 57 SkEvent* evt); 60 SkEvent* getEvent() const { return fEvent; } 81 void postEvent() const { (new SkEvent(*(fEvent)))->post(); } 85 SkEvent* fEvent; 118 * identifier of any state/value to be returned in the item's SkEvent object 122 SkEvent* evt); 148 static bool FindListItemCount(const SkEvent& evt, int* count); 153 static bool FindListItems(const SkEvent& evt, SkString items[]); 154 static bool FindSliderMin(const SkEvent& evt, SkScalar* min) [all...] |
SkEvent.h | 23 * \class SkEvent 29 class SkEvent { 34 typedef bool (*Proc)(const SkEvent& evt); 36 SkEvent(); 37 explicit SkEvent(const SkString& type, SkEventSinkID = 0); 38 explicit SkEvent(const char type[], SkEventSinkID = 0); 39 SkEvent(const SkEvent& src); 40 ~SkEvent(); 78 SkEvent* setTargetID(SkEventSinkID targetID) [all...] |
SkOSWindow_SDL.h | 23 static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
|
/external/chromium_org/third_party/skia/src/views/ |
SkEvent.cpp | 10 #include "SkEvent.h" 12 void SkEvent::initialize(const char* type, size_t typeLen, 25 SkEvent::SkEvent() 30 SkEvent::SkEvent(const SkEvent& src) 37 SkEvent::SkEvent(const SkString& type, SkEventSinkID targetID) 42 SkEvent::SkEvent(const char type[], SkEventSinkID targetID [all...] |
SkOSMenu.cpp | 93 const char slotName[], SkEvent* evt) { 137 SkEvent* evt) { 144 SkEvent* evt = new SkEvent(gMenuEventType, target); 152 SkEvent* evt = new SkEvent(gMenuEventType, target); 174 SkEvent* evt = new SkEvent(gMenuEventType, target); 183 SkEvent* evt = new SkEvent(gMenuEventType, target) [all...] |
/external/skia/src/views/ |
SkEvent.cpp | 10 #include "SkEvent.h" 12 void SkEvent::initialize(const char* type, size_t typeLen, 25 SkEvent::SkEvent() 30 SkEvent::SkEvent(const SkEvent& src) 37 SkEvent::SkEvent(const SkString& type, SkEventSinkID targetID) 42 SkEvent::SkEvent(const char type[], SkEventSinkID targetID [all...] |
SkOSMenu.cpp | 93 const char slotName[], SkEvent* evt) { 137 SkEvent* evt) { 144 SkEvent* evt = new SkEvent(gMenuEventType, target); 152 SkEvent* evt = new SkEvent(gMenuEventType, target); 174 SkEvent* evt = new SkEvent(gMenuEventType, target); 183 SkEvent* evt = new SkEvent(gMenuEventType, target) [all...] |
/external/chromium_org/third_party/skia/include/views/animated/ |
SkWidgetViews.h | 70 SkEvent& event() { return fEvent; } 71 const SkEvent& event() const { return fEvent; } 79 static SkEventSinkID GetWidgetEventSinkID(const SkEvent&); 92 virtual bool onPrepareWidgetEvent(SkEvent* evt); 99 SkEvent fEvent; 112 virtual bool onEvent(const SkEvent&); 138 static bool GetWidgetEventCheckState(const SkEvent&, CheckState* state); 146 virtual bool onPrepareWidgetEvent(SkEvent* evt); 245 static int GetWidgetEventListIndex(const SkEvent&); 251 virtual bool onEvent(const SkEvent&) [all...] |
SkProgressBarView.h | 37 virtual bool onEvent(const SkEvent& evt);
|
SkScrollBarView.h | 34 virtual bool onEvent(const SkEvent& evt);
|
/external/skia/include/views/animated/ |
SkWidgetViews.h | 70 SkEvent& event() { return fEvent; } 71 const SkEvent& event() const { return fEvent; } 79 static SkEventSinkID GetWidgetEventSinkID(const SkEvent&); 92 virtual bool onPrepareWidgetEvent(SkEvent* evt); 99 SkEvent fEvent; 112 virtual bool onEvent(const SkEvent&); 138 static bool GetWidgetEventCheckState(const SkEvent&, CheckState* state); 146 virtual bool onPrepareWidgetEvent(SkEvent* evt); 245 static int GetWidgetEventListIndex(const SkEvent&); 251 virtual bool onEvent(const SkEvent&) [all...] |
/external/chromium_org/third_party/skia/include/animator/ |
SkAnimatorView.h | 29 virtual bool onEvent(const SkEvent&);
|
/external/chromium_org/third_party/skia/src/views/unix/ |
skia_unix.cpp | 12 #include "SkEvent.h" 25 while (SkEvent::ProcessEvent()); 37 // SkEvent handlers
|
/external/skia/include/animator/ |
SkAnimatorView.h | 29 virtual bool onEvent(const SkEvent&);
|
/external/skia/src/views/unix/ |
skia_unix.cpp | 12 #include "SkEvent.h" 25 while (SkEvent::ProcessEvent()); 37 // SkEvent handlers
|
/external/chromium_org/third_party/skia/src/views/animated/ |
SkProgressBarView.cpp | 47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) 78 SkEvent evt("user"); 88 SkEvent e("user"); 96 SkEvent e("user"); 105 SkEvent e("user");
|
/external/skia/src/views/animated/ |
SkProgressBarView.cpp | 47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) 78 SkEvent evt("user"); 88 SkEvent e("user"); 96 SkEvent e("user"); 105 SkEvent e("user");
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayEvent.h | 18 class SkEvent; 46 void populateInput(SkAnimateMaker& , const SkEvent& fEvent);
|
/external/skia/src/animator/ |
SkDisplayEvent.h | 18 class SkEvent; 46 void populateInput(SkAnimateMaker& , const SkEvent& fEvent);
|