Home
last modified time | relevance | path

Searched defs:handleMove (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/samplecode/
DSamplePathClip.cpp236 void handleMove() override { *fPt = snap(fCurr); } in handleMove() function in EdgeClipView::VertClick
243 void handleMove() override { fRect->offset(fCurr.x() - fPrev.x(), fCurr.y() - fPrev.y()); } in handleMove() function in EdgeClipView::DragRectClick
256 void handleMove() override { in handleMove() function in EdgeClipView::DragPolyClick
268 void handleMove() override {} in handleMove() function in EdgeClipView::DoNothingClick
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp1467 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() function in LiveIntervals