Searched refs:lcl_gethex (Results 1 – 3 of 3) sorted by relevance
515 int lcl_gethex( int nChar ) in lcl_gethex() function533 rColor = lcl_gethex( rValue[1] ) * 16 + lcl_gethex( rValue[2] ); in convertColor()536 rColor |= ( lcl_gethex( rValue[3] ) * 16 + lcl_gethex( rValue[4] ) ); in convertColor()539 rColor |= ( lcl_gethex( rValue[5] ) * 16 + lcl_gethex( rValue[6] ) ); in convertColor()
588 int lcl_gethex( int nChar ) in lcl_gethex() function609 lcl_gethex( rValue[1] ) * 16 + lcl_gethex( rValue[2] ) ) ); in convertColor()613 lcl_gethex( rValue[3] ) * 16 + lcl_gethex( rValue[4] ) ) ); in convertColor()617 lcl_gethex( rValue[5] ) * 16 + lcl_gethex( rValue[6] ) ) ); in convertColor()
829 static int lcl_gethex( int nChar ) in lcl_gethex() function932 aColor.SetRed( (sal_uInt8)(lcl_gethex( aString[1] ) * 16 + lcl_gethex( aString[2] )) ); in convertAnimationValue()933 aColor.SetGreen( (sal_uInt8)(lcl_gethex( aString[3] ) * 16 + lcl_gethex( aString[4] )) ); in convertAnimationValue()934 aColor.SetBlue( (sal_uInt8)(lcl_gethex( aString[5] ) * 16 + lcl_gethex( aString[6] )) ); in convertAnimationValue()
Completed in 117 milliseconds