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

/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp48 BPoint topleft; member in struct:GuiInfo
191 ASSERT_DEQUAL(fButtonInfo[i].topleft.x, pt.x);
192 ASSERT_DEQUAL(fButtonInfo[i].topleft.y, pt.y);
234 ASSERT_DEQUAL(fTextInfo.topleft.x, pt.x);
235 ASSERT_DEQUAL(fTextInfo.topleft.y, pt.y);
372 ti.topleft.Set(55.0f, 6.0f);
378 bi.topleft.Set(229.0f, 28.0f);
401 ti.topleft.Set(55.0f, 6.0f);
407 bi.topleft.Set(229.0f, 28.0f);
430 ti.topleft
[all...]

Completed in 57 milliseconds