uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiGridLayout.h
branchCompilerCompatibility
changeset 9 63ff45340ef4
parent 0 15bf7259bb7c
equal deleted inserted replaced
6:c2f36e6d50ac 9:63ff45340ef4
   469      *
   469      *
   470      * @param aDim the dimension along which to calculate
   470      * @param aDim the dimension along which to calculate
   471      * @param aInnerPadPos the calculated position if inner padding is applied
   471      * @param aInnerPadPos the calculated position if inner padding is applied
   472      * @param aOuterPadPos the calculated position if outer padding is applied
   472      * @param aOuterPadPos the calculated position if outer padding is applied
   473      */
   473      */
   474     TReal32 CHuiGridLayout::ProportionalInnerOuterPadding(  
   474     TReal32 ProportionalInnerOuterPadding(  
   475         THuiGridDimension aDim,
   475         THuiGridDimension aDim,
   476         TReal32 aInnerPadPos,
   476         TReal32 aInnerPadPos,
   477         TReal32 aOuterPadPos) const;
   477         TReal32 aOuterPadPos) const;
   478 
   478 
   479     /**
   479     /**