Lines Matching refs:Transformation
105 basegfx::B2DHomMatrix Transformation; member
120 Transformation(), in GraphicsContext()
143 Transformation == rRight.Transformation && in operator ==()
148 { return Transformation.get( 0, 1 ) != 0.0 || in isRotatedOrSkewed()
149 Transformation.get( 1, 0 ) != 0.0; } in isRotatedOrSkewed()
173 ^ size_t(rGC.Transformation.get( 0, 0 )) in operator ()()
174 ^ size_t(rGC.Transformation.get( 1, 0 )) in operator ()()
175 ^ size_t(rGC.Transformation.get( 0, 1 )) in operator ()()
176 ^ size_t(rGC.Transformation.get( 1, 1 )) in operator ()()
177 ^ size_t(rGC.Transformation.get( 0, 2 )) in operator ()()
178 ^ size_t(rGC.Transformation.get( 1, 2 )) in operator ()()