Home
last modified time | relevance | path

Searched refs:fGlyphsPerLine (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/benchmark/
H A DStringTest.cpp21 fGlyphsPerLine(500), in StringTest()
49 string.Append('M', fGlyphsPerLine); in Prepare()
55 fGlyphsPerLine = 60; //string.Length(); in Prepare()
70 char buffer[fGlyphsPerLine + 1]; in RunIteration()
71 buffer[fGlyphsPerLine] = 0; in RunIteration()
77 for (uint32 j = 0; j < fGlyphsPerLine; j++) in RunIteration()
82 fGlyphsRendered += fGlyphsPerLine; in RunIteration()
110 printf("Glyphs per DrawString() call: %ld\n", fGlyphsPerLine); in PrintResults()
H A DStringTest.h27 uint32 fGlyphsPerLine; variable