uiacceltk/hitchcock/coretoolkit/src/HuiFxEffectParser.cpp
branchRCL_3
changeset 7 433cbbb6a04b
parent 3 d8a3531bc6b8
child 11 46927d61fef3
equal deleted inserted replaced
3:d8a3531bc6b8 7:433cbbb6a04b
  1073         }
  1073         }
  1074     else if ( paramRef.Compare( KLitDisplayHeight ) == 0 )
  1074     else if ( paramRef.Compare( KLitDisplayHeight ) == 0 )
  1075         {
  1075         {
  1076         ref = EReferencePointDisplayHeight;
  1076         ref = EReferencePointDisplayHeight;
  1077         }
  1077         }
       
  1078     else if ( paramRef.Compare( KLitDisplayHeightMinusVisualTop ) == 0 )
       
  1079         {
       
  1080         ref = EReferencePointDisplayHeightMinusVisualTop;
       
  1081         }
  1078     else if ( paramRef.Compare( KLitDisplayTop ) == 0 )
  1082     else if ( paramRef.Compare( KLitDisplayTop ) == 0 )
  1079         {
  1083         {
  1080         ref = EReferencePointDisplayTop;
  1084         ref = EReferencePointDisplayTop;
  1081         }
  1085         }
  1082     else if ( paramRef.Compare( KLitDisplayBottom ) == 0 )
  1086     else if ( paramRef.Compare( KLitDisplayBottom ) == 0 )