Lines Matching defs:dst_font
12885 struct nk_baked_font *dst_font = cfg->font;
12894 dst_font->ranges = cfg->range;
12895 dst_font->height = cfg->size;
12896 dst_font->ascent = ((float)unscaled_ascent * font_scale);
12897 dst_font->descent = ((float)unscaled_descent * font_scale);
12898 dst_font->glyph_offset = glyph_n;
12901 dst_font->glyph_count = 0;
12922 glyph = &glyphs[dst_font->glyph_offset + dst_font->glyph_count + (unsigned int)glyph_count];
12926 glyph->y0 += (dst_font->ascent + 0.5f);
12927 glyph->y1 += (dst_font->ascent + 0.5f);
12948 dst_font->glyph_count += glyph_count;
25480 /// fault due to dst_font->glyph_count not being zeroed on subsequent