Searched refs:WidthScale (Results 1 – 1 of 1) sorted by relevance
/trunk/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionImpl.cxx | 212 void Primitive::display(double nTime, double WidthScale, double HeightScale) in display() argument 216 applyOperations( nTime, WidthScale, HeightScale ); in display() 231 void Primitive::applyOperations(double nTime, double WidthScale, double HeightScale) in applyOperations() argument 234 Operations[i]->interpolate( nTime ,WidthScale,HeightScale); in applyOperations() 235 glScaled(WidthScale,HeightScale,1); in applyOperations()
|
Completed in 18 milliseconds