Home
last modified time | relevance | path

Searched refs:last_radius (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DRepSphereImmediate.cpp30 float *last_radius, in RepSphereRenderOneSphere_ARB() argument
40 if ((*last_radius) != ((*cur_radius) = v3)) { in RepSphereRenderOneSphere_ARB()
46 (*last_radius) = (*cur_radius); in RepSphereRenderOneSphere_ARB()
78 float last_radius = -1.0F, cur_radius; in RenderSphereMode_Immediate_5() local
92 &last_radius, &cur_radius, fog_info, vr); in RenderSphereMode_Immediate_5()
178 float last_radius = -1.0F; in RenderSphereMode_Immediate_1_2_3() local
202 if (last_radius != cur_radius) { in RenderSphereMode_Immediate_1_2_3()
208 last_radius = cur_radius; in RenderSphereMode_Immediate_1_2_3()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/model/ImageEditor/
H A DHDROperationV2.java102 private double last_radius = 0; field in HDROperationV2.ToneMaperTransform
107 … if (lastBack.get() != back || mask.get() == null || depth != last_radius || fuzz != last_fuzz) { in setFront()
140 last_radius = fuzz; in setFront()
H A DHDROperationV3.java96 private double last_radius = 0; field in HDROperationV3.ToneMaperTransform
101 … if (lastBack.get() != back || mask.get() == null || depth != last_radius || fuzz != last_fuzz) { in setFront()
141 last_radius = fuzz; in setFront()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DCircleTool.vala30 double last_radius = 2;
87 last_radius = radius;
/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Dmutatable_image_display.cpp577 const real last_radius=sqrt(last_dx*last_dx+last_dy*last_dy); in mouseMoveEvent() local
580 if (radius!=0.0 && last_radius!=0.0) in mouseMoveEvent()
582 const real scale=radius/last_radius; in mouseMoveEvent()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdmask.c295 …double distance, xx, yy, z_value, xtmp, radius = 0.0, last_radius = -DBL_MAX, *grd_x0 = NULL, *grd… in GMT_grdmask() local
513 …if (Ctrl->S.variable_radius && !doubleAlmostEqual (radius, last_radius)) { /* Init d_row/d_col etc… in GMT_grdmask()
516 last_radius = radius; in GMT_grdmask()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DCGO.cpp10218 float last_radius; in CGORenderSpheresARB() local
10219 last_radius = -1.f; in CGORenderSpheresARB()
10232 if(last_radius != sphereRadius) { in CGORenderSpheresARB()
10239 last_radius = sphereRadius; in CGORenderSpheresARB()