Lines Matching refs:height
231 u16 height = (u16)( (0x80-0x20)*8*8 / width ); in DEMOLoadFont() local
237 height, // height in DEMOLoadFont()
265 MTXScale( fontTMtx, 1.0f/(float)width, 1.0f/(float)height, 1.0f ); in DEMOLoadFont()
281 void DEMOSetupScrnSpc( s32 width, s32 height, float depth ) in DEMOSetupScrnSpc() argument
296 MTXOrtho( pMtx, top, (float)height, 0.0f, (float)width, 0.0f, -depth ); in DEMOSetupScrnSpc()
312 void DEMOInitCaption( s32 font_type, s32 width, s32 height ) in DEMOInitCaption() argument
315 DEMOSetupScrnSpc( width, height, 100.0f ); in DEMOInitCaption()
855 s32 height; in DEMOGetRFTextHeight() local
859 height = 1; in DEMOGetRFTextHeight()
864 ++height; in DEMOGetRFTextHeight()
868 height *= FontData->leading * FontSize / FontData->cellWidth; in DEMOGetRFTextHeight()
869 return (height + 15) / 16; in DEMOGetRFTextHeight()