Home
last modified time | relevance | path

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

123

/third_party/skia/tools/viewer/
H A DGMSlide.cpp45 bool GMSlide::onChar(SkUnichar c) { return fGM->onChar(c); } in onChar() function in GMSlide
H A DSampleSlide.cpp43 bool SampleSlide::onChar(SkUnichar c) { in onChar() function in SampleSlide
44 return fSample && fSample->onChar(c); in onChar()
H A DSlideDir.cpp189 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 DBisectSlide.h32 bool onChar(SkUnichar c) override;
H A DGMSlide.h25 bool onChar(SkUnichar c) override;
H A DSampleSlide.h29 bool onChar(SkUnichar c) override;
H A DSlide.h30 virtual bool onChar(SkUnichar c) { return false; } in onChar() function in Slide
H A DSkottieSlide.h35 bool onChar(SkUnichar) override;
H A DSlideDir.h43 bool onChar(SkUnichar) override;
/third_party/skia/samplecode/
H A DSampleAudio.cpp54 bool onChar(SkUnichar c) override {
63 return this->INHERITED::onChar(c);
H A DSampleStrokeVerb.cpp45 bool onChar(SkUnichar) override;
165 bool StrokeVerbView::onChar(SkUnichar unichar) { in onChar() function in StrokeVerbView
H A DSampleClip.cpp467 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 DSampleMegaStroke.cpp31 bool onChar(SkUnichar uni) override {
H A DSampleFitCubicToCircle.cpp42 bool onChar(SkUnichar) override;
230 bool SampleFitCubicToCircle::onChar(SkUnichar unichar) { in onChar() function in SampleFitCubicToCircle
H A DSample.h55 virtual bool onChar(SkUnichar) { return false; } in onChar() function in Sample
H A DSampleTextureUpload.cpp65 bool onChar(SkUnichar uni) override {
H A DSampleAnimatedText.cpp49 bool onChar(SkUnichar uni) override {
H A DSampleAnimatedImage.cpp102 bool onChar(SkUnichar uni) override {
/third_party/skia/tools/sk_app/
H A DWindow.cpp43 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 DWindow.h104 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 DCommandSet.h32 * events to the CommandSet's onKey, onChar, and onSoftKey.
45 bool onChar(SkUnichar, skui::ModifierKey modifiers);
/third_party/skia/example/
H A DHelloWorld.h25 bool onChar(SkUnichar c, skui::ModifierKey modifiers) override;
/third_party/skia/experimental/sktext/editor/
H A DEditor.h45 bool onChar(SkUnichar c, skui::ModifierKey modifier) override;
H A DEditor.cpp127 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 Dviewer_bindings.cpp57 .function("onChar", &Slide::onChar) in EMSCRIPTEN_BINDINGS()

Completed in 8 milliseconds

123