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

/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp72 font.GetBoundingBoxesForStrings(&fLine1, 1, B_SCREEN_METRIC, &fDelta,
77 font.GetBoundingBoxesForStrings(&fLine2, 1, B_SCREEN_METRIC, &fDelta,
/haiku/src/tests/kits/interface/bfont/
H A DGetBoundingBoxesTest.cpp42 font->GetBoundingBoxesForStrings(stringArray, numStrings, B_SCREEN_METRIC, &delta, rectArray);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp205 font.GetBoundingBoxesForStrings(&fLine1, 1, B_SCREEN_METRIC, &delta, &rect);
208 font.GetBoundingBoxesForStrings(&fLine2, 1, B_SCREEN_METRIC, &delta, &rect);
/haiku/src/servers/app/
H A DServerFont.h150 status_t GetBoundingBoxesForStrings(char *charArray[],
H A DPictureBoundingBoxPlayer.cpp412 font.GetBoundingBoxesForStrings((char**)&string, &length, 1, &rect,
H A DServerFont.cpp1030 ServerFont::GetBoundingBoxesForStrings(char *charArray[], size_t lengthArray[], function in class:ServerFont
H A DServerApp.cpp2918 status = font.GetBoundingBoxesForStrings(stringArray,
/haiku/src/apps/deskbar/
H A DTimeView.cpp467 font.GetBoundingBoxesForStrings(stringArray, 1, B_SCREEN_METRIC, &delta,
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp75 currentFont.GetBoundingBoxesForStrings(stringArray, 1, B_SCREEN_METRIC,
/haiku/headers/os/interface/
H A DFont.h265 void GetBoundingBoxesForStrings(
/haiku/src/kits/interface/
H A DFont.cpp1268 BFont::GetBoundingBoxesForStrings(const char* stringArray[], int32 numStrings, function in class:BFont

Completed in 89 milliseconds