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

/haiku/src/tests/kits/interface/bfont/
H A DGetBoundingBoxesTest.cpp12 font->GetBoundingBoxesAsGlyphs(string, numChars, B_SCREEN_METRIC, rectArray);
26 font->GetBoundingBoxesAsString(string, numChars, B_SCREEN_METRIC, &delta, rectArray);
42 font->GetBoundingBoxesForStrings(stringArray, numStrings, B_SCREEN_METRIC, &delta, rectArray);
/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/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/apps/fontdemo/
H A DFontDemoView.cpp82 fFont.GetBoundingBoxesAsGlyphs(fString, size, B_SCREEN_METRIC, boundBoxes);
/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.h95 B_SCREEN_METRIC = 0, enumerator in enum:font_metric_mode
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1268 font.GetBoundingBoxesAsGlyphs(string, count, B_SCREEN_METRIC,
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp413 B_SCREEN_METRIC, &delta);

Completed in 249 milliseconds