Searched refs:onChar (Results 1 - 25 of 48) sorted by relevance

12

/external/skia/tools/viewer/
H A DGMSlide.cpp34 bool GMSlide::onChar(SkUnichar c) { function in class:GMSlide
H A DGMSlide.h24 bool onChar(SkUnichar c) override;
H A DSlide.h32 virtual bool onChar(SkUnichar c) { return false; } function in class:Slide
H A DSkottieSlide.cpp66 bool SkottieSlide::onChar(SkUnichar c) { function in class:SkottieSlide
78 return INHERITED::onChar(c);
H A DBisectSlide.h31 bool onChar(SkUnichar c) override;
H A DImGuiLayer.h29 bool onChar(SkUnichar c, uint32_t modifiers) override;
H A DSampleSlide.h29 bool onChar(SkUnichar c) override;
H A DSkottieSlide.h29 bool onChar(SkUnichar) override;
H A DSlideDir.h38 bool onChar(SkUnichar) override;
H A DSampleSlide.cpp44 bool SampleSlide::onChar(SkUnichar c) { function in class:SampleSlide
/external/skqp/tools/viewer/
H A DGMSlide.cpp34 bool GMSlide::onChar(SkUnichar c) { function in class:GMSlide
H A DGMSlide.h24 bool onChar(SkUnichar c) override;
H A DSlide.h32 virtual bool onChar(SkUnichar c) { return false; } function in class:Slide
H A DSkottieSlide.cpp64 bool SkottieSlide::onChar(SkUnichar c) { function in class:SkottieSlide
76 return INHERITED::onChar(c);
H A DImGuiLayer.h29 bool onChar(SkUnichar c, uint32_t modifiers) override;
H A DSampleSlide.h29 bool onChar(SkUnichar c) override;
H A DSkottieSlide.h29 bool onChar(SkUnichar) override;
/external/skia/example/
H A DHelloWorld.h25 bool onChar(SkUnichar c, uint32_t modifiers) override;
H A DHelloWorld.cpp108 bool HelloWorld::onChar(SkUnichar c, uint32_t modifiers) { function in class:HelloWorld
/external/skqp/example/
H A DHelloWorld.h25 bool onChar(SkUnichar c, uint32_t modifiers) override;
/external/skia/tools/sk_app/
H A DWindow.cpp44 bool Window::onChar(SkUnichar c, uint32_t modifiers) { function in class:sk_app::Window
45 return this->signalLayers([=](Layer* layer) { return layer->onChar(c, modifiers); });
H A DWindow.h144 virtual bool onChar(SkUnichar c, uint32_t modifiers) { return false; } function in class:sk_app::Window::Key::Layer
164 bool onChar(SkUnichar c, uint32_t modifiers);
H A DCommandSet.h32 * events to the CommandSet's onKey, onChar, and onSoftKey.
45 bool onChar(SkUnichar, uint32_t modifiers);
/external/skqp/tools/sk_app/
H A DWindow.cpp44 bool Window::onChar(SkUnichar c, uint32_t modifiers) { function in class:sk_app::Window
45 return this->signalLayers([=](Layer* layer) { return layer->onChar(c, modifiers); });
H A DWindow.h144 virtual bool onChar(SkUnichar c, uint32_t modifiers) { return false; } function in class:sk_app::Window::Key::Layer
164 bool onChar(SkUnichar c, uint32_t modifiers);

Completed in 251 milliseconds

12