mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[benchmark-font] Minor move a variable
This commit is contained in:
parent
7f5380fe94
commit
13438da16e
1 changed files with 3 additions and 1 deletions
|
@ -183,10 +183,12 @@ static void BM_Font (benchmark::State &state,
|
|||
case draw_glyph:
|
||||
{
|
||||
hb_draw_funcs_t *draw_funcs = _draw_funcs_create ();
|
||||
float i = 0;
|
||||
for (auto _ : state)
|
||||
{
|
||||
float i = 0;
|
||||
for (unsigned gid = 0; gid < num_glyphs; ++gid)
|
||||
hb_font_draw_glyph (font, gid, draw_funcs, &i);
|
||||
}
|
||||
hb_draw_funcs_destroy (draw_funcs);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue