Home
last modified time | relevance | path

Searched refs:MoveOrigin (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp153 void MoveOrigin(const void *dst, const void *src, uptr size, in MoveOrigin() function
174 MoveOrigin(dst, src, size, stack); in MoveShadowAndOrigin()
188 MoveOrigin(dst, src, size, stack); in CopyShadowAndOrigin()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp154 void MoveOrigin(const void *dst, const void *src, uptr size, in MoveOrigin() function
175 MoveOrigin(dst, src, size, stack); in MoveShadowAndOrigin()
189 MoveOrigin(dst, src, size, stack); in CopyShadowAndOrigin()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp153 void MoveOrigin(const void *dst, const void *src, uptr size, in MoveOrigin() function
174 MoveOrigin(dst, src, size, stack); in MoveShadowAndOrigin()
188 MoveOrigin(dst, src, size, stack); in CopyShadowAndOrigin()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp153 void MoveOrigin(const void *dst, const void *src, uptr size, in MoveOrigin() function
174 MoveOrigin(dst, src, size, stack); in MoveShadowAndOrigin()
188 MoveOrigin(dst, src, size, stack); in CopyShadowAndOrigin()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp153 void MoveOrigin(const void *dst, const void *src, uptr size, in MoveOrigin() function
174 MoveOrigin(dst, src, size, stack); in MoveShadowAndOrigin()
188 MoveOrigin(dst, src, size, stack); in CopyShadowAndOrigin()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp153 void MoveOrigin(const void *dst, const void *src, uptr size,
174 MoveOrigin(dst, src, size, stack);
188 MoveOrigin(dst, src, size, stack);
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp153 void MoveOrigin(const void *dst, const void *src, uptr size, in MoveOrigin() function
174 MoveOrigin(dst, src, size, stack); in MoveShadowAndOrigin()
188 MoveOrigin(dst, src, size, stack); in CopyShadowAndOrigin()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkAffineRepresentation.h76 MoveOriginX, MoveOriginY, MoveOrigin enumerator
H A DvtkAffineRepresentation2D.cxx242 if ( this->InteractionState != vtkAffineRepresentation::MoveOrigin && in GetTransform()
403 this->InteractionState = vtkAffineRepresentation::MoveOrigin; in ComputeInteractionState()
480 case vtkAffineRepresentation::MoveOrigin: in WidgetInteraction()
544 case vtkAffineRepresentation::MoveOrigin: in Translate()
857 case vtkAffineRepresentation::MoveOrigin: in Highlight()
H A DvtkPlaneWidget.h320 void MoveOrigin(double *p1, double *p2);
H A DvtkAffineWidget.cxx104 case vtkAffineRepresentation::Translate: case vtkAffineRepresentation::MoveOrigin: in SetCursor()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkAffineRepresentation.h84 MoveOriginX, MoveOriginY, MoveOrigin enumerator
H A DvtkAffineRepresentation2D.cxx240 if ( this->InteractionState != vtkAffineRepresentation::MoveOrigin && in GetTransform()
401 this->InteractionState = vtkAffineRepresentation::MoveOrigin; in ComputeInteractionState()
478 case vtkAffineRepresentation::MoveOrigin: in WidgetInteraction()
542 case vtkAffineRepresentation::MoveOrigin: in Translate()
855 case vtkAffineRepresentation::MoveOrigin: in Highlight()
H A DvtkFinitePlaneRepresentation.h212 MoveOrigin, enumerator
H A DvtkPlaneWidget.h364 void MoveOrigin(double *p1, double *p2);
H A DvtkFinitePlaneRepresentation.cxx340 if (this->InteractionState == vtkFinitePlaneRepresentation::MoveOrigin) in WidgetInteraction()
523 this->SetRepresentationState(vtkFinitePlaneRepresentation::MoveOrigin); in ComputeInteractionState()
524 this->InteractionState = vtkFinitePlaneRepresentation::MoveOrigin; in ComputeInteractionState()
H A DvtkAffineWidget.cxx102 case vtkAffineRepresentation::Translate: case vtkAffineRepresentation::MoveOrigin: in SetCursor()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkAffineRepresentation.h100 MoveOrigin enumerator
H A DvtkAffineRepresentation2D.cxx238 if (this->InteractionState != vtkAffineRepresentation::MoveOrigin && in GetTransform()
396 this->InteractionState = vtkAffineRepresentation::MoveOrigin; in ComputeInteractionState()
479 case vtkAffineRepresentation::MoveOrigin: in WidgetInteraction()
543 case vtkAffineRepresentation::MoveOrigin: in Translate()
865 case vtkAffineRepresentation::MoveOrigin: in Highlight()
H A DvtkFinitePlaneRepresentation.h212 MoveOrigin, enumerator
H A DvtkPlaneWidget.h361 void MoveOrigin(double* p1, double* p2);
H A DvtkFinitePlaneRepresentation.cxx337 if (this->InteractionState == vtkFinitePlaneRepresentation::MoveOrigin) in WidgetInteraction()
514 this->SetRepresentationState(vtkFinitePlaneRepresentation::MoveOrigin); in ComputeInteractionState()
515 this->InteractionState = vtkFinitePlaneRepresentation::MoveOrigin; in ComputeInteractionState()
H A DvtkAffineWidget.cxx106 case vtkAffineRepresentation::MoveOrigin: in SetCursor()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dkey.h58 MoveOrigin = 0x00000800, enumerator
/dports/x11/xxkb/xxkb-1.11.1/
H A Dxxkb.c60 static void MoveOrigin(Display *dpy, Window w, int *w_x, int *w_y);
427 MoveOrigin(dpy, main_win, &win_x, &win_y); in main()
692 MoveOrigin(dpy, main_win, &win_x, &win_y); in main()
1310 MoveOrigin(Display *dpy, Window w, int *w_x, int *w_y) in MoveOrigin() function

12