Home
last modified time | relevance | path

Searched refs:currW (Results 1 – 6 of 6) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-jsonw/
H A Djsonw.go604 currW := w
623 d = currW.AtIndex(val)
625 d = currW.AtKey(bit)
634 err = currW.SetIndex(val, d)
636 err = currW.SetKey(bit, d)
643 currW = d
651 currW := w
658 d = currW.AtIndex(val)
660 d = currW.AtKey(bit)
667 currW = d
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Dpreviewholder.cpp311 int currW = _scroller->get_width(); in calcGridSize() local
312 if ( currW > req.width ) { in calcGridSize()
313 req.width = currW; in calcGridSize()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dimplicit_smooth.h204 ScalarType currW=SParam.ConstrainedF[i].BarycentricW[j]; in CollectBarycentricConstraints() local
219 WeightC.push_back(currW*penalty); in CollectBarycentricConstraints()
222 WeightC.push_back(currW*penalty); in CollectBarycentricConstraints()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dimplicit_smooth.h204 ScalarType currW=SParam.ConstrainedF[i].BarycentricW[j]; in CollectBarycentricConstraints() local
219 WeightC.push_back(currW*penalty); in CollectBarycentricConstraints()
222 WeightC.push_back(currW*penalty); in CollectBarycentricConstraints()
H A Dtetra_implicit_smooth.h201 ScalarType currW = SParam.ConstrainedF[i].BarycentricW[j]; in CollectBarycentricConstraints() local
216 WeightC.push_back(currW * penalty); in CollectBarycentricConstraints()
219 WeightC.push_back(currW * penalty); in CollectBarycentricConstraints()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmainwindow.cpp1187 DockWidget *currW = dynamic_cast<DockWidget *>(currWidget); in maximizePanel() local
1188 if (currW) currW->maximizeDock(); in maximizePanel()