Searched refs:font_width (Results 1 – 2 of 2) sorted by relevance
185 font_width = 'kFontWidths[' + font_layer_symbol + ']'235 …data = 'constexpr uint32_t ' + font_array_name + '[' + font_height + '][' + font_width + '/32] = {…
513 int font_width = 16, font_height = 32; in render_freetype() local514 int font_repeat = font_width * 12; in render_freetype()515 int linear_hori_advance = font_width * 65536; in render_freetype()546 if (face->glyph->advance.x != font_width*64 && !non_monospace_warning) { in render_freetype()553 sx = rx * font_repeat + x * font_width + face->glyph->bitmap_left; in render_freetype()