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

/haiku/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp32 if (get_font_style(family, j, &style, &styleFlags) == B_OK) {
/haiku/src/bin/
H A Dlistfont.cpp114 if (get_font_style(family, s, &style, &face, &flags) < B_OK)
/haiku/headers/os/interface/
H A DFont.h71 // flags for get_font_family() and get_font_style()
333 status_t get_font_style(font_family family, int32 index, font_style* name,
335 status_t get_font_style(font_family family, int32 index, font_style* name,
/haiku/src/apps/terminal/
H A DPrefHandler.cpp135 if (get_font_style(family, j, &style) == B_OK) {
490 if (get_font_style(family, j, &style) == B_OK
H A DAppearPrefView.cpp357 if (get_font_style(family, j, &style) == B_OK) {
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp203 if (get_font_style(const_cast<char*>(family), 0, &style) == B_OK) {
H A DControlView.cpp376 if (get_font_style(fontFamilyName, j, &fontStyleName) == B_OK) {
500 get_font_style(family, 0, &style);
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp467 if (get_font_style(family, j, &style, &flags) != B_OK)
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp524 if (get_font_style(family, j, &style) != B_OK)
/haiku/src/kits/interface/
H A DFont.cpp465 get_font_style(font_family family, int32 index, font_style* _name, function
468 return get_font_style(family, index, _name, NULL, _flags);
474 get_font_style(font_family family, int32 index, font_style* _name, function
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp578 if (get_font_style(family, j, &style, &flags) == B_OK) {
/haiku/src/apps/mail/
H A DPrefs.cpp553 get_font_style(f_family, style_loop, &f_style);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp997 get_font_style(familyName, styles - 1, &styleName);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1277 if (get_font_style(family, j, &style, &flags) == B_OK) {

Completed in 117 milliseconds