Lines Matching refs:height
216 u16 height = (u16)( (0x80-0x20)*8*8 / width ); in DEMOLoadFont() local
222 height, // height in DEMOLoadFont()
250 MTXScale( fontTMtx, 1.0f/(float)width, 1.0f/(float)height, 1.0f ); in DEMOLoadFont()
265 void DEMOSetupScrnSpc( s32 width, s32 height, float depth ) in DEMOSetupScrnSpc() argument
280 MTXOrtho( pMtx, top, (float)height, 0.0f, (float)width, 0.0f, -depth ); in DEMOSetupScrnSpc()
295 void DEMOInitCaption( s32 font_type, s32 width, s32 height ) in DEMOInitCaption() argument
298 DEMOSetupScrnSpc( width, height, 100.0f ); in DEMOInitCaption()
832 s32 height; in DEMOGetRFTextHeight() local
836 height = 1; in DEMOGetRFTextHeight()
841 ++height; in DEMOGetRFTextHeight()
845 height *= FontData->leading * FontSize / FontData->cellWidth; in DEMOGetRFTextHeight()
846 return (height + 15) / 16; in DEMOGetRFTextHeight()