uifw/ganes/src/HgVgMediaWallRenderer.cpp
branchRCL_3
changeset 8 71dd06cfe933
parent 6 9f56a4e1b8ab
child 15 c52421ed5f07
equal deleted inserted replaced
7:08e69e956a8c 8:71dd06cfe933
   517             aSelectedIndex, aNextIndex,
   517             aSelectedIndex, aNextIndex,
   518             aViewPosition,
   518             aViewPosition,
   519             aAnimationAlpha,
   519             aAnimationAlpha,
   520             aState, aSelectionAnimationType, aStartIndex, aSpringVelocity);
   520             aState, aSelectionAnimationType, aStartIndex, aSpringVelocity);
   521     
   521     
   522     vgSeti(VG_MATRIX_MODE, VG_MATRIX_PATH_USER_TO_SURFACE);
       
   523     vgLoadIdentity();
       
   524     vgRotate(-90.0f);
       
   525     vgTranslate(0.0f, -640.0f);
       
   526      
       
   527     vgSeti(VG_MATRIX_MODE, VG_MATRIX_IMAGE_USER_TO_SURFACE);
       
   528     vgLoadIdentity();
       
   529     vgRotate(-90.0f);
       
   530     vgTranslate(0.0f, -640.0f);
       
   531 
       
   532     
       
   533     TransformAndDraw(itemsOnScreen, aSelectionAnimationType);
   522     TransformAndDraw(itemsOnScreen, aSelectionAnimationType);
   534     }
   523     }
   535 
   524 
   536 
   525 
   537 // ---------------------------------------------------------------------------
   526 // ---------------------------------------------------------------------------