/third_party/skia/tools/viewer/ |
H A D | GMSlide.cpp | 45 bool GMSlide::onChar(SkUnichar c) { return fGM->onChar(c); } in onChar() function in GMSlide
|
H A D | SampleSlide.cpp | 43 bool SampleSlide::onChar(SkUnichar c) { in onChar() function in SampleSlide 44 return fSample && fSample->onChar(c); in onChar()
|
H A D | SlideDir.cpp | 189 bool onChar(SkUnichar c) { in onChar() function in final 192 return fTarget->fSlide->onChar(c); in onChar() 382 bool SlideDir::onChar(SkUnichar c) { in onChar() function in SlideDir 388 return fFocusController->onChar(c); in onChar()
|
H A D | BisectSlide.h | 32 bool onChar(SkUnichar c) override;
|
H A D | GMSlide.h | 25 bool onChar(SkUnichar c) override;
|
H A D | SampleSlide.h | 29 bool onChar(SkUnichar c) override;
|
H A D | Slide.h | 30 virtual bool onChar(SkUnichar c) { return false; } in onChar() function in Slide
|
H A D | SkottieSlide.h | 35 bool onChar(SkUnichar) override;
|
H A D | SlideDir.h | 43 bool onChar(SkUnichar) override;
|
/third_party/skia/samplecode/ |
H A D | SampleAudio.cpp | 54 bool onChar(SkUnichar c) override { 63 return this->INHERITED::onChar(c);
|
H A D | SampleStrokeVerb.cpp | 45 bool onChar(SkUnichar) override; 165 bool StrokeVerbView::onChar(SkUnichar unichar) { in onChar() function in StrokeVerbView
|
H A D | SampleClip.cpp | 467 bool onChar(SkUnichar uni) override { 503 bool onChar(SkUnichar uni) override { 508 return this->SampleCameraView::onChar(uni); 623 bool onChar(SkUnichar uni) override { 630 return this->SampleCameraView::onChar(uni);
|
H A D | SampleMegaStroke.cpp | 31 bool onChar(SkUnichar uni) override {
|
H A D | SampleFitCubicToCircle.cpp | 42 bool onChar(SkUnichar) override; 230 bool SampleFitCubicToCircle::onChar(SkUnichar unichar) { in onChar() function in SampleFitCubicToCircle
|
H A D | Sample.h | 55 virtual bool onChar(SkUnichar) { return false; } in onChar() function in Sample
|
H A D | SampleTextureUpload.cpp | 65 bool onChar(SkUnichar uni) override {
|
H A D | SampleAnimatedText.cpp | 49 bool onChar(SkUnichar uni) override {
|
H A D | SampleAnimatedImage.cpp | 102 bool onChar(SkUnichar uni) override {
|
/third_party/skia/tools/sk_app/ |
H A D | Window.cpp | 43 bool Window::onChar(SkUnichar c, skui::ModifierKey modifiers) { in onChar() function in sk_app::Window 44 return this->signalLayers([=](Layer* layer) { return layer->onChar(c, modifiers); }); in onChar()
|
H A D | Window.h | 104 virtual bool onChar(SkUnichar c, skui::ModifierKey) { return false; } in onChar() function in sk_app::Window::Layer 128 bool onChar(SkUnichar c, skui::ModifierKey modifiers);
|
H A D | CommandSet.h | 32 * events to the CommandSet's onKey, onChar, and onSoftKey. 45 bool onChar(SkUnichar, skui::ModifierKey modifiers);
|
/third_party/skia/example/ |
H A D | HelloWorld.h | 25 bool onChar(SkUnichar c, skui::ModifierKey modifiers) override;
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Editor.h | 45 bool onChar(SkUnichar c, skui::ModifierKey modifier) override;
|
H A D | Editor.cpp | 127 bool Editor::onChar(SkUnichar c, skui::ModifierKey modi) { in onChar() function in skia::editor::Editor 229 return this->onChar(0x000A, modifiers); in onKey()
|
/third_party/skia/modules/canvaskit/ |
H A D | viewer_bindings.cpp | 57 .function("onChar", &Slide::onChar) in EMSCRIPTEN_BINDINGS()
|