Home
last modified time | relevance | path

Searched refs:thick1 (Results 1 – 4 of 4) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/make/initial/
H A Dgeometry.rs436 let thick1 = pieces.pop().unwrap(); in on_off_ramp() localVariable
444 for thick in vec![&thick1, &thick2] { in on_off_ramp()
535 .get_mut(if thick1.id == thick_id { in on_off_ramp()
538 &thick1.id in on_off_ramp()
554 for id in vec![thin.id, thick1.id, thick2.id] { in on_off_ramp()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dtoonzrasterbrushtool.cpp606 double thick1 = property.getValue().second; in computeThickness() local
607 if (thick1 < 0.0001) thick0 = thick1 = 0.0; in computeThickness()
608 return (thick0 + (thick1 - thick0) * t) * 0.5; in computeThickness()
616 int thick1 = property.getValue().second; in computeThickness() local
617 return tround(thick0 + (thick1 - thick0) * t); in computeThickness()
H A Dtoonzvectorbrushtool.cpp481 double thick1 = property.getValue().second; in computeThickness() local
482 if (thick1 < 0.0001) thick0 = thick1 = 0.0; in computeThickness()
483 return (thick0 + (thick1 - thick0) * t) * 0.5; in computeThickness()
H A Dfullcolorerasertool.cpp66 int thick1 = property.getValue().second; in computeThickness() local
68 return tround(thick0 + (thick1 - thick0) * t); in computeThickness()