Searched refs:SkEvent (Results 1 - 25 of 163) sorted by relevance

1234567

/external/skia/include/views/
H A DSkEventSink.h14 #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*);
H A DSkOSMenu.h14 #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
[all...]
H A DSkEvent.h23 * \class SkEvent
29 class SkEvent { class
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* setTargetI
[all...]
H A DSkOSWindow_iOS.h34 virtual bool onEvent(const SkEvent& evt);
/external/skia/samplecode/
H A DGMSampleView.h23 static SkEvent* NewShowSizeEvt(bool doShowSize);
26 bool onQuery(SkEvent*) override;
27 bool onEvent(const SkEvent&) override;
H A DSampleCode.h12 #include "SkEvent.h"
27 static bool KeyQ(const SkEvent&, SkKey* outKey);
28 static bool CharQ(const SkEvent&, SkUnichar* outUni);
30 static bool TitleQ(const SkEvent&);
31 static void TitleR(SkEvent*, const char title[]);
34 static bool PrefSizeQ(const SkEvent&);
35 static void PrefSizeR(SkEvent*, SkScalar width, SkScalar height);
37 static bool FastTextQ(const SkEvent&);
138 virtual bool onEvent(const SkEvent& evt);
139 virtual bool onQuery(SkEvent* ev
[all...]
H A DGMSampleView.cpp16 SkEvent* GMSampleView::NewShowSizeEvt(bool doShowSize) {
17 SkEvent* evt = new SkEvent("GMSampleView::showSize");
22 bool GMSampleView::onQuery(SkEvent* evt) {
32 bool GMSampleView::onEvent(const SkEvent& evt) {
H A DSampleBigBlur.cpp21 virtual bool onQuery(SkEvent* evt) {
H A DSamplePdfFileViewer.cpp64 virtual bool onQuery(SkEvent* evt) {
75 virtual bool onEvent(const SkEvent& evt) {
/external/skia/src/views/
H A DSkEvent.cpp10 #include "SkEvent.h"
12 void SkEvent::initialize(const char* type, size_t typeLen,
25 SkEvent::SkEvent() function in class:SkEvent
30 SkEvent::SkEvent(const SkEvent& src) function in class:SkEvent
37 SkEvent::SkEvent(const SkString& type, SkEventSinkID targetID) function in class:SkEvent
42 SkEvent function in class:SkEvent
[all...]
H A DSkOSMenu.cpp93 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(gMenuEventTyp
[all...]
H A DSkEventSink.cpp72 bool SkEventSink::doEvent(const SkEvent& evt) {
76 bool SkEventSink::doQuery(SkEvent* evt) {
81 bool SkEventSink::onEvent(const SkEvent&) { argument
85 bool SkEventSink::onQuery(SkEvent*) {
205 void SkEventSink::postToListeners(const SkEvent& evt, SkMSec delay) {
212 SkEvent* copy = new SkEvent(evt);
220 SkEventSink::EventResult SkEventSink::DoEvent(const SkEvent& evt) {
221 SkEvent::Proc proc = evt.getTargetProc();
/external/skia/src/views/unix/
H A Dskia_unix.cpp9 #include "SkEvent.h"
16 while (SkEvent::ProcessEvent());
/external/skia/src/views/animated/
H A DSkProgressBarView.cpp47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt)
78 SkEvent evt("user");
88 SkEvent e("user");
96 SkEvent e("user");
105 SkEvent e("user");
H A DSkWidgetViews.cpp135 SkEvent evt(fEvent); // make a copy since onPrepareWidgetEvent may edit the event
167 /*virtual*/ bool SkWidgetView::onPrepareWidgetEvent(SkEvent* evt)
173 SkEventSinkID SkWidgetView::GetWidgetEventSinkID(const SkEvent& evt)
182 /*virtual*/ bool SkButtonView::onEvent(const SkEvent& evt)
225 /*virtual*/ bool SkCheckButtonView::onPrepareWidgetEvent(SkEvent* evt)
233 bool SkCheckButtonView::GetWidgetEventCheckState(const SkEvent& evt, CheckState* state)
266 SkEvent evt("user");
276 SkEvent evt("user");
286 SkEvent evt("user");
308 virtual bool onEvent(const SkEvent
[all...]
/external/skia/include/animator/
H A DSkAnimatorView.h29 virtual bool onEvent(const SkEvent&);
/external/skia/tools/
H A DiOSShell.h14 class SkEvent;
/external/skia/include/views/animated/
H A DSkWidgetViews.h70 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...]
H A DSkBorderView.h31 virtual bool onEvent(const SkEvent& evt);
H A DSkProgressBarView.h37 virtual bool onEvent(const SkEvent& evt);
H A DSkScrollBarView.h34 virtual bool onEvent(const SkEvent& evt);
/external/skia/experimental/SimpleiOSApp/
H A DSimpleApp.mm41 SkEvent::Init();
45 SkEvent::Term();
/external/skia/experimental/iOSSampleApp/Shared/
H A DSkUIView.h16 class SkEvent;
45 - (BOOL)onHandleEvent:(const SkEvent&)event;
/external/skia/src/animator/
H A DSkDisplayEvent.h18 class SkEvent;
46 void populateInput(SkAnimateMaker& , const SkEvent& fEvent);
/external/skia/src/views/mac/
H A DSkNSView.h12 class SkEvent;
47 - (BOOL)onHandleEvent:(const SkEvent&)event;

Completed in 716 milliseconds

1234567