Home
last modified time | relevance | path

Searched refs:kUp (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A DCurrentNormalTest.cpp38 const angle::Vector3 kUp(0.0f, 0.0f, 1.0f); in TEST_P()
42 EXPECT_EQ(kUp, actualNormal); in TEST_P()
/third_party/skia/include/encode/
H A DSkPngEncoder.h24 kUp = 0x20, member in SkPngEncoder::FilterFlag
27 kAll = kNone | kSub | kUp | kAvg | kPaeth,
/third_party/skia/samplecode/
H A DSample.cpp90 case skui::InputState::kUp: in mouse()
94 fClick->fState = skui::InputState::kUp; in mouse()
H A DSampleAudio.cpp77 if (click->fState == skui::InputState::kUp) {
H A DSampleXfer.cpp185 if (fSelected && skui::InputState::kUp == click->fState) {
H A DSample3D.cpp338 if (click->fState == skui::InputState::kUp) {
/third_party/skia/tools/skui/
H A DInputState.h8 kUp, member in skui::InputState
H A DKey.h30 kUp, member in skui::Key
/third_party/skia/tools/sk_app/android/
H A Dsurface_glue_android.cpp65 {AMOTION_EVENT_ACTION_UP, skui::InputState::kUp },
66 {AMOTION_EVENT_ACTION_POINTER_UP, skui::InputState::kUp },
68 {AMOTION_EVENT_ACTION_CANCEL, skui::InputState::kUp },
170 skiaAndroidApp->fWindow->onKey(it->second, skui::InputState::kUp, skui::ModifierKey::kNone); in message_callback()
/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp134 { VK_UP, skui::Key::kUp }, in get_key()
259 eventHandled = window->onKey(get_key(wParam), skui::InputState::kUp, in WndProc()
277 : skui::InputState::kUp; in WndProc()
319 state = skui::InputState::kUp; in WndProc()
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp65 case skui::Key::kUp: return Editor::Movement::kUp; in convert()
181 } else if (skui::InputState::kUp == state) {
323 case skui::Key::kUp:
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp202 { XK_Up, skui::Key::kUp }, in get_key()
286 skui::InputState::kUp, get_modifiers(event)); in handleEvent()
318 (void) this->onKey(key, skui::InputState::kUp, in handleEvent()
/third_party/skia/modules/canvaskit/
H A Dviewer_bindings.cpp61 .value("Up", skui::InputState::kUp) in EMSCRIPTEN_BINDINGS()
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp48 io.KeyMap[ImGuiKey_UpArrow] = (int)skui::Key::kUp; in ImGuiLayer()
112 } else if (skui::InputState::kUp == state) { in onMouse()
H A DSkottieSlide.cpp296 case skui::InputState::kUp: in onMouse()
H A DSlideDir.cpp415 case skui::InputState::kUp: in onMouse()
H A DViewer.cpp510 fCommands.addCommand(skui::Key::kUp, "Up", "Transform", "Zoom in", [this]() { in fPerspectiveMode()
1676 case skui::InputState::kUp: { in onTouch()
1728 case skui::InputState::kUp: { in onMouse()
1774 case skui::InputState::kUp:
/third_party/skia/experimental/sktext/editor/
H A DEditor.cpp83 } else if (key == skui::Key::kUp) { in moveCursor()
218 case skui::Key::kUp: in onKey()
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h65 kUp, member in SkPlainTextEditor::Editor::Movement
/third_party/skia/src/images/
H A DSkPngEncoder.cpp26 static_assert(PNG_FILTER_UP == (int)SkPngEncoder::FilterFlag::kUp, "Skia libpng filter err.");
/third_party/skia/tests/
H A DEncodeTest.cpp311 options.fFilterFlags = SkPngEncoder::FilterFlag::kUp; in DEF_TEST()
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp343 case Editor::Movement::kUp: in move()

Completed in 15 milliseconds