Lines Matching refs:height
120 int height = -MulDiv(MEDIUM_FONT_PT_SIZE, dpi, 72); in CreateSystemFonts() local
121 height = MulDiv(height, text_scaler, DEFAULT_TEXT_SCALER); in CreateSystemFonts()
122 MediumFont.CreateFont(height, 0, 0, 0, in CreateSystemFonts()
130 height = -MulDiv(NORMAL_FONT_PT_SIZE, dpi, 72); in CreateSystemFonts()
131 height = MulDiv(height, text_scaler, DEFAULT_TEXT_SCALER); in CreateSystemFonts()
132 NormalFont.CreateFont(height, 0, 0, 0, in CreateSystemFonts()
140 height = -MulDiv(ASTERISK_FONT_PT_SIZE, dpi, 72); in CreateSystemFonts()
141 height = MulDiv(height, text_scaler, DEFAULT_TEXT_SCALER); in CreateSystemFonts()
142 AsteriskFont.CreateFont(height, 0, 0, 0, in CreateSystemFonts()
158 height = -MulDiv(VIEW_HEADER_FONT_PT_SIZE, dpi, 72); in CreateSystemFonts()
159 height = MulDiv(height, text_scaler, DEFAULT_TEXT_SCALER); in CreateSystemFonts()
160 ViewHeaderFont.CreateFont(height, 0, 0, 0, in CreateSystemFonts()