Home
last modified time | relevance | path

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

/haiku/headers/os/interface/
H A DFont.h94 enum font_metric_mode { enum
258 font_metric_mode mode,
262 font_metric_mode mode,
267 int32 numStrings, font_metric_mode mode,
300 int32 numChars, font_metric_mode mode,
/haiku/src/servers/app/
H A DServerFont.h146 font_metric_mode mode,
152 BRect rectArray[], font_metric_mode mode,
H A DServerFont.cpp1011 BRect rectArray[], bool stringEscapement, font_metric_mode mode, in GetBoundingBoxes()
1031 int32 numStrings, BRect rectArray[], font_metric_mode mode, in GetBoundingBoxesForStrings()
H A DServerApp.cpp2805 font_metric_mode mode; in _DispatchMessage()
2816 link.Read<font_metric_mode>(&mode); in _DispatchMessage()
2897 font_metric_mode mode; in _DispatchMessage()
2907 link.Read<font_metric_mode>(&mode); in _DispatchMessage()
/haiku/src/kits/interface/
H A DFont.cpp1209 font_metric_mode mode, BRect boundingBoxArray[]) const in GetBoundingBoxesAsGlyphs()
1218 font_metric_mode mode, escapement_delta* delta, in GetBoundingBoxesAsString()
1228 font_metric_mode mode, bool string_escapement, escapement_delta* delta, in _GetBoundingBoxes()
1248 link.Attach<font_metric_mode>(mode); in _GetBoundingBoxes()
1272 font_metric_mode mode, escapement_delta deltas[], in GetBoundingBoxesForStrings()
1290 link.Attach<font_metric_mode>(mode); in GetBoundingBoxesForStrings()
/haiku/docs/user/interface/
H A DFont.dox362 \enum font_metric_mode
371 \var font_metric_mode B_SCREEN_METRIC
380 \var font_metric_mode B_PRINTING_METRIC
1633 int32 numChars, font_metric_mode mode, BRect boundingBoxArray[]) const
1640 The \c font_metric_mode should contain one of the following values:
1646 \param mode The \c font_metric_mode to use, screen or printing.
1655 int32 numChars, font_metric_mode mode, escapement_delta *delta,
1664 The \c font_metric_mode should contain one of the following values:
1680 \param mode The \c font_metric_mode to use, screen or printing.
1690 int32 numStrings, font_metric_mode mode, escapement_delta deltas[],
[all …]