Searched refs:textLocation (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/servers/app/benchmark/
H A DStringTest.cpp65 BPoint textLocation; local
66 textLocation.x = 5;
67 textLocation.y = random_number_between(fStartHeight,
80 view->DrawString(buffer, textLocation);
85 textLocation.y += fLineHeight;
86 if (textLocation.y > fViewBounds.bottom)

Completed in 88 milliseconds