Home
last modified time | relevance | path

Searched defs:TAffine (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dviewerdraw.h17 class TAffine; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dchildstack.h22 class TAffine; variable
H A Dscriptbinding.h44 class TAffine; variable
H A Dtxsheet.h39 class TAffine; variable
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DnodeCtescan.c73 * If we can fetch another tuple from the tuplestore, return it. in has_normalizer()
95 if (eof_tuplestore && !node->leader->eof_cte) in has_normalizer()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtgeometry.h872 TAffine() : a11(1.0), a12(0.0), a13(0.0), a21(0.0), a22(1.0), a23(0.0){}; in TAffine() function
877 TAffine(double p11, double p12, double p13, double p21, double p22, in TAffine() function
883 TAffine(const TAffine &a) in TAffine() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/geometry/
H A Dtransform.rs70 pub enum TAffine {} enum
94 impl TCategory for TAffine { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/geometry/
H A Dtransform.rs71 pub enum TAffine {} enum
95 impl TCategory for TAffine { implementation