/third_party/skia/tests/ |
D | SkPathRangeIterTest.cpp | 16 kMove = (int)SkPathVerb::kMove, in DEF_TEST() enumerator 32 Verb::kMove, in DEF_TEST() 36 Verb::kMove, in DEF_TEST() 37 Verb::kMove in DEF_TEST() 59 case Verb::kMove: in DEF_TEST() 102 case Verb::kMove: in DEF_TEST()
|
D | SubsetPath.cpp | 69 case SkPathVerb::kMove: in SubsetContours() 108 case SkPathVerb::kMove: in getSubsetPath() 153 case SkPathVerb::kMove: in SubsetVerbs() 196 case SkPathVerb::kMove: in getSubsetPath()
|
D | PathOpsTestCommon.cpp | 173 case SkPathVerb::kMove: in CubicPathToQuads() 209 case SkPathVerb::kMove: in CubicPathToSimple()
|
D | PathBuilderTest.cpp | 66 case SkPathVerb::kMove: in check_points() 241 pts[0] = {0, 0}; vbs[0] = (uint8_t)SkPathVerb::kMove; in DEF_TEST()
|
/third_party/skia/samplecode/ |
D | Sample.cpp | 81 case skui::InputState::kMove: in mouse() 85 fClick->fState = skui::InputState::kMove; in mouse()
|
/third_party/flutter/skia/samplecode/ |
D | Sample.cpp | 80 case InputState::kMove: in mouse() 84 fClick->fState = InputState::kMove; in mouse()
|
D | SampleLua.cpp | 133 case InputState::kMove: in onClick()
|
/third_party/skia/src/utils/ |
D | SkCustomTypeface.cpp | 254 kMove, enumerator 266 case SkPathVerb::kMove: verbs.push_back(kMove); pCount += 1; break; in compress_write() 305 case SkPathVerb::kMove: write_pts(&p[0], 1); break; in compress_write()
|
/third_party/flutter/skia/tools/ |
D | InputState.h | 8 kMove // only valid for mouse enumerator
|
/third_party/skia/tools/skui/ |
D | InputState.h | 9 kMove, // only valid for mouse enumerator
|
/third_party/skia/include/core/ |
D | SkPathTypes.h | 51 kMove, //!< SkPath::RawIter returns 1 point enumerator
|
D | SkPath.h | 1419 kMove_Verb = static_cast<int>(SkPathVerb::kMove), 1573 case SkPathVerb::kMove: return 1; in pts_advance_after_verb() 1584 case SkPathVerb::kMove: return 0; in pts_backset_for_verb()
|
/third_party/flutter/engine/flutter/lib/ui/window/ |
D | pointer_data.h | 40 kMove, enumerator
|
/third_party/skia/tools/sk_app/ios/ |
D | Window_ios.mm | 161 skui::InputState::kMove, skui::ModifierKey::kNone); 199 fWindow->onPinch(skui::InputState::kMove, scale, location.x, location.y);
|
/third_party/skia/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 16 case SkPathVerb::kMove: in TightBounds()
|
D | SkPathOpsAsWinding.cpp | 185 if (SkPathVerb::kMove == verb) { in contourBounds() 337 case SkPathVerb::kMove: in reverseMarkedContours()
|
/third_party/skia/modules/canvaskit/ |
D | viewer_bindings.cpp | 62 .value("Move", skui::InputState::kMove) in EMSCRIPTEN_BINDINGS()
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | Window_win.cpp | 296 eventHandled = window->onMouse(xPos, yPos, InputState::kMove, in WndProc() 318 state = InputState::kMove; in WndProc()
|
/third_party/skia/tools/sk_app/win/ |
D | Window_win.cpp | 295 eventHandled = window->onMouse(xPos, yPos, skui::InputState::kMove, in WndProc() 317 state = skui::InputState::kMove; in WndProc()
|
/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.cpp | 102 case SkPathVerb::kMove: in PreChopPathCurves()
|
D | MiddleOutPolygonTriangulator.h | 219 case SkPathVerb::kMove: in nextStack()
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | ace_embedder.cc | 782 case kMove: in ToPointerDataChange() 783 return flutter::PointerData::Change::kMove; in ToPointerDataChange() 826 case flutter::PointerData::Change::kMove: in PointerDataButtonsForLegacyEvent() 879 pointer_data.change == flutter::PointerData::Change::kMove) { in FlutterEngineSendPointerEvent()
|
D | embedder.cc | 983 case kMove: in ToPointerDataChange() 984 return flutter::PointerData::Change::kMove; in ToPointerDataChange() 1027 case flutter::PointerData::Change::kMove: in PointerDataButtonsForLegacyEvent() 1081 pointer_data.change == flutter::PointerData::Change::kMove) { in FlutterEngineSendPointerEvent()
|
/third_party/cef/libcef/browser/native/ |
D | cursor_util_win.cc | 84 case ui::mojom::CursorType::kMove: in ToCursorID()
|
/third_party/skia/bench/ |
D | PathOpsBench.cpp | 105 fVbs[fVIndex++] = (uint8_t)SkPathVerb::kMove; in moveTo()
|