Go to the source code of this file.
|
| template<typename TRetType , typename TParamType > |
| FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type | FreeTypeUtils::Convert26Dot6ToRoundedPixel (TParamType InValue) |
| |
| template<typename TRetType , typename TParamType > |
| FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type | FreeTypeUtils::Convert26Dot6ToRoundedPixel (TParamType InValue) |
| |
| template<typename TRetType , typename TParamType > |
| FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type | FreeTypeUtils::ConvertPixelTo26Dot6 (TParamType InValue) |
| |
| template<typename TRetType , typename TParamType > |
| FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type | FreeTypeUtils::ConvertPixelTo26Dot6 (TParamType InValue) |
| |
| template<typename TRetType , typename TParamType > |
| FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type | FreeTypeUtils::ConvertPixelTo16Dot16 (TParamType InValue) |
| |
| template<typename TRetType , typename TParamType > |
| FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type | FreeTypeUtils::ConvertPixelTo16Dot16 (TParamType InValue) |
| |
◆ WITH_FREETYPE
◆ WITH_FREETYPE_V210