Home
last modified time | relevance | path

Searched refs:isPicking (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkGenericOpenGLRenderWindow.cxx249 void vtkGenericOpenGLRenderWindow::SetIsPicking(vtkTypeBool isPicking) in SetIsPicking() argument
252 << "): setting IsPicking to " << isPicking); in SetIsPicking()
253 if (this->IsPicking != isPicking) in SetIsPicking()
255 this->IsPicking = isPicking; in SetIsPicking()
H A DvtkGenericOpenGLRenderWindow.h163 void SetIsPicking(vtkTypeBool isPicking) override;
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/ValuePicker/
H A DValuePicker.tsx42 const [isPicking, setIsPicking] = useState(false);
47 {!isPicking && (
60 {isPicking && (
/dports/science/py-pymol/pymol-open-source-2.4.0/data/shaders/
H A Dtrilines.vs13 uniform bool isPicking;
37 a_INTERPOLATE = isPicking ? 0. : a_interpolate;
58 if (!isPicking)
H A Danaglyph_header.fs2 uniform bool isPicking;
57 if (isPicking)
75 if (isPicking)
156 if (!isPicking)
H A Dline.vs30 uniform bool isPicking;
39 a_INTERPOLATE = isPicking ? 0. : a_interpolate;
H A Dsurface.vs3 uniform bool isPicking;
48 if (isPicking){
H A Dcylinder.fs106 if (isPicking || !lighting_enabled){ // for picking
172 if (!isPicking && lighting_enabled){
177 if (isPicking){
H A Dbg.vs8 uniform bool isPicking;
H A Dlabel.fs21 if (isPicking) {
H A Ddefault.fs27 if (!isPicking && lighting_enabled){
H A Dtrilines.fs29 if (!isPicking)
H A Dline.fs29 if (!isPicking && lighting_enabled){
H A Dcompute_fog_color.fs45 if (isPicking || fog >= 1.)
H A Dsurface.fs27 if (isPicking){
H A Dsphere.fs76 if (!isPicking){
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dedittool.cpp1276 if (isPicking()) in drawMainHandle()
1307 if (isPicking()) in drawMainHandle()
1328 if (isPicking()) in drawMainHandle()
1334 if (m_highlightedDevice == Scale && !dragging && !isPicking()) in drawMainHandle()
1349 if (isPicking()) in drawMainHandle()
1354 if (m_highlightedDevice == ScaleXY && !dragging && !isPicking()) in drawMainHandle()
1361 if (isPicking()) { in drawMainHandle()
1418 m_fxGadgetController->draw(isPicking()); in draw()
1445 drawArrow(50, isPicking()); in draw()
1456 m_fxGadgetController->draw(isPicking()); in draw()
[all …]
H A Dskeletontool.cpp788 if (isPicking()) { in drawSkeleton()
1115 getPixelSize(), isPicking(), &balloons); in drawHooks()
1247 getPixelSize(), isPicking(), &balloons); in drawHooks()
1275 if (isPicking()) { in drawDrawingBrowser()
1377 if (isPicking()) { in drawMainGadget()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Deditcallbacks.h70 bool isPicking() const; /// Returns true if something is being picked
H A Deditcallbacks.cc92 bool EditSubscriber::isPicking() const in isPicking() function in EditSubscriber
H A Dcropwindow.cc427 } else if (editSubscriber->isPicking()) { in buttonPress()
513 } else if (editSubscriber->isPicking()) { in buttonPress()
547 } else if (editSubscriber->isPicking()) { in buttonPress()
581 } else if (editSubscriber->isPicking()) { in buttonPress()
601 } else if (editSubscriber->isPicking()) { in buttonPress()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DCGO.cpp130 bool isPicking; member
5919 if (I->isPicking){ in CGO_gl_draw_arrays()
5942 if (I->isPicking){ in CGO_gl_draw_arrays()
5973 if (I->isPicking){ in CGO_gl_draw_arrays()
6074 if (I->isPicking){ in CGO_gl_draw_buffers_indexed()
6143 if (I->isPicking){ in CGO_gl_draw_buffers_not_indexed()
6175 if (I->isPicking){ in CGO_gl_mask_attribute_if_picking()
6190 if (I->isPicking){ in CGO_gl_bind_vbo_for_picking()
6251 if (I->isPicking){ in CGO_gl_draw_sphere_buffers()
6290 if (I->isPicking){ in CGO_gl_draw_cylinder_buffers()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tools/
H A Dtool.h372 bool isPicking() const { return m_picking; } in isPicking() function
H A Dtoolutils.h131 double pixelSize, bool isPicking = false,
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapespecial/
H A DEllipsoids.java107 private Ellipsoid findPickedObject(int x, int y, boolean isPicking, in findPickedObject() argument

12