Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePathClip.cpp249 void handleMove() override { *fPt = snap(fCurr); } in handleMove() function in EdgeClipView::VertClick
256 void handleMove() override { fRect->offset(fCurr.x() - fPrev.x(), fCurr.y() - fPrev.y()); } in handleMove() function in EdgeClipView::DragRectClick
270 void handleMove() override { in handleMove() function in EdgeClipView::DragPolyClick
282 void handleMove() override {} in handleMove() function in EdgeClipView::DoNothingClick
/external/jetty/src/java/org/eclipse/jetty/servlets/
DPutFilter.java292 …public void handleMove(HttpServletRequest request, HttpServletResponse response, String pathInCont… in handleMove() method in PutFilter
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp1262 void LiveIntervals::handleMove(MachineInstr* MI, bool UpdateFlags) { in handleMove() function in LiveIntervals