Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp71 GuiInfo fTextInfo; member in AlertTestInfo
104 fTextInfo = textInfo; in SetTextViewInfo()
145 fTextInfo.label, in GuiInfoTest()
224 CPPUNIT_ASSERT(strcmp(fTextInfo.label, textView->Text()) == 0); in GuiInfoTest()
228 ASSERT_DEQUAL(fTextInfo.width, textView->Bounds().Width()); in GuiInfoTest()
229 ASSERT_DEQUAL(fTextInfo.height, textView->Bounds().Height()); in GuiInfoTest()
234 ASSERT_DEQUAL(fTextInfo.topleft.x, pt.x); in GuiInfoTest()
235 ASSERT_DEQUAL(fTextInfo.topleft.y, pt.y); in GuiInfoTest()