/external/skia/samplecode/ |
D | GMSampleView.cpp | 32 bool GMSampleView::onEvent(const SkEvent& evt) { in onEvent() function in GMSampleView 37 return this->INHERITED::onEvent(evt); in onEvent()
|
D | OverView.cpp | 51 bool onEvent(const SkEvent&) override; 155 bool OverView::onEvent(const SkEvent& evt) { in onEvent() function in OverView 156 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SamplePdfFileViewer.cpp | 75 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PdfFileViewer 79 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SamplePictFile.cpp | 104 bool onEvent(const SkEvent& evt) override { in onEvent() function in PictFileView 109 return this->INHERITED::onEvent(evt); in onEvent()
|
D | GMSampleView.h | 27 bool onEvent(const SkEvent&) override;
|
/external/skia/src/views/animated/ |
D | SkWidgetViews.cpp | 182 /*virtual*/ bool SkButtonView::onEvent(const SkEvent& evt) in onEvent() function in SkButtonView 189 return this->INHERITED::onEvent(evt); in onEvent() 308 virtual bool onEvent(const SkEvent& evt) in onEvent() function in SkAnimButtonView 323 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkBorderView.cpp | 64 /*virtual*/ bool SkBorderView::onEvent(const SkEvent& evt) in onEvent() function in SkBorderView 95 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkProgressBarView.cpp | 47 /*virtual*/ bool SkProgressBarView::onEvent(const SkEvent& evt) in onEvent() function in SkProgressBarView 62 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkScrollBarView.cpp | 101 /*virtual*/ bool SkScrollBarView::onEvent(const SkEvent& evt) in onEvent() function in SkScrollBarView 117 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkImageView.cpp | 118 bool SkImageView::onEvent(const SkEvent& evt) in onEvent() function in SkImageView 126 return this->INHERITED::onEvent(evt); in onEvent()
|
/external/skia/include/views/ |
D | SkWidget.h | 103 bool onEvent(const SkEvent&) override; 119 virtual bool onEvent(const SkEvent&); 335 virtual bool onEvent(const SkEvent&); 391 virtual bool onEvent(const SkEvent&);
|
D | SkOSWindow_iOS.h | 34 virtual bool onEvent(const SkEvent& evt);
|
D | SkOSWindow_Mac.h | 44 virtual bool onEvent(const SkEvent& evt);
|
D | SkEventSink.h | 95 virtual bool onEvent(const SkEvent&);
|
/external/skia/src/views/ios/ |
D | SkOSWindow_iOS.mm | 28 bool SkOSWindow::onEvent(const SkEvent& evt) { function 38 return this->INHERITED::onEvent(evt);
|
/external/skia/experimental/Networking/ |
D | SampleNetPipeReader.cpp | 64 bool onEvent(const SkEvent& evt) { in onEvent() function in NetPipeReaderView 77 return this->INHERITED::onEvent(evt); in onEvent()
|
/external/skia/src/views/mac/ |
D | SkOSWindow_Mac.mm | 37 bool SkOSWindow::onEvent(const SkEvent& evt) { function 48 return this->INHERITED::onEvent(evt);
|
/external/skia/experimental/DrawingBoard/ |
D | SampleDrawingServer.cpp | 113 bool onEvent(const SkEvent& evt) { in onEvent() function in DrawingServerView 122 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkColorPalette.cpp | 27 bool SkColorPalette::onEvent(const SkEvent& evt) { in onEvent() function in SkColorPalette 28 return this->INHERITED::onEvent(evt); in onEvent()
|
D | SkColorPalette.h | 18 virtual bool onEvent(const SkEvent& evt);
|
/external/skia/include/animator/ |
D | SkAnimatorView.h | 29 virtual bool onEvent(const SkEvent&);
|
/external/skia/include/views/animated/ |
D | SkProgressBarView.h | 37 virtual bool onEvent(const SkEvent& evt);
|
D | SkScrollBarView.h | 34 virtual bool onEvent(const SkEvent& evt);
|
D | SkBorderView.h | 31 virtual bool onEvent(const SkEvent& evt);
|
D | SkWidgetViews.h | 112 virtual bool onEvent(const SkEvent&); 251 virtual bool onEvent(const SkEvent&);
|