Searched refs:GetFamilyAndStyle (Results 1 - 25 of 25) sorted by relevance

/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp201 fCurrentFont.GetFamilyAndStyle(NULL, &style);
279 fCurrentFont.GetFamilyAndStyle(&family, &style);
319 fCurrentFont.GetFamilyAndStyle(&family, &style);
409 fCurrentFont.GetFamilyAndStyle(&currentFamily, &currentStyle);
436 fCurrentFont.GetFamilyAndStyle(&currentFamily, &currentStyle);
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp151 fCurrentFont.GetFamilyAndStyle(NULL, &style);
320 font.GetFamilyAndStyle(&currentFamily, &currentStyle);
448 fCurrentFont.GetFamilyAndStyle(&family, &style);
518 font.GetFamilyAndStyle(&family, &style);
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp147 be_plain_font->GetFamilyAndStyle(&currentFamily,&currentStyle);
/haiku/src/apps/mail/
H A DPrefs.cpp314 fFont.GetFamilyAndStyle(&old_family, &old_style);
315 fNewFont->GetFamilyAndStyle(&new_family, &new_style);
511 fFont.GetFamilyAndStyle(&old_family, &old_style);
512 fNewFont->GetFamilyAndStyle(&new_family, &new_style);
543 font->GetFamilyAndStyle(&def_family, &def_style);
H A DSettings.cpp194 fContentFont.GetFamilyAndStyle(&fontFamily, &fontStyle);
H A DMailApp.cpp944 fContentFont.GetFamilyAndStyle(&fontFamily, &fontStyle);
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp190 fCharacterView->CharacterFont().GetFamilyAndStyle(&currentFontFamily,
512 font.GetFamilyAndStyle(&family, &style);
560 fCharacterView->CharacterFont().GetFamilyAndStyle(&currentFamily,
/haiku/src/servers/app/
H A DServerFont.h85 uint32 GetFamilyAndStyle() const;
H A DDrawState.cpp285 info.fontID = fFont.GetFamilyAndStyle();
739 fFont.SetFamilyAndStyle(font.GetFamilyAndStyle());
H A DServerFont.cpp205 if (GetFamilyAndStyle() != other.GetFamilyAndStyle())
381 ServerFont::GetFamilyAndStyle() const function in class:ServerFont
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp453 sFont->GetFamilyAndStyle(&family, &style);
490 sFont->GetFamilyAndStyle(&family, &style);
H A DPackageInfoView.cpp249 font.GetFamilyAndStyle(&family, &style);
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp403 font.GetFamilyAndStyle(), font.Manager(), charMap,
/haiku/headers/os/interface/
H A DFont.h196 void GetFamilyAndStyle(font_family* family,
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp503 font.GetFamilyAndStyle(&family, &style);
740 styles->runs[i].font.GetFamilyAndStyle(&out, NULL);
767 styles->runs[i].font.GetFamilyAndStyle(&out, NULL);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp464 font.GetFamilyAndStyle(&family, &style);
481 font.GetFamilyAndStyle(&family, &style);
498 font.GetFamilyAndStyle(&family, &style);
754 font.GetFamilyAndStyle(&family, &style);
1886 font.GetFamilyAndStyle(&oldFamily, &oldStyle);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp126 Add(font.GetFamilyAndStyle());
/haiku/src/apps/terminal/
H A DPrefHandler.cpp497 fallbackFont->GetFamilyAndStyle(&family, &style);
/haiku/src/apps/fontdemo/
H A DControlView.cpp358 font.GetFamilyAndStyle(&currentFamily, &currentStyle);
/haiku/src/kits/shared/
H A DSettingsMessage.cpp343 value.GetFamilyAndStyle(&family, &style);
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp1084 if (fLastFamilyAndStyle != fFont.GetFamilyAndStyle()) {
1085 fLastFamilyAndStyle = fFont.GetFamilyAndStyle();
/haiku/src/kits/interface/
H A DFont.cpp698 BFont::GetFamilyAndStyle(font_family* family, font_style* style) const function in class:BFont
1426 GetFamilyAndStyle(&family, &style);
H A DTextView.cpp2930 runArray->runs[i].font.GetFamilyAndStyle(&array->styles[i].family,
H A DView.cpp631 font.GetFamilyAndStyle(&family, &style);
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp537 be_plain_font->GetFamilyAndStyle(&currentFamily, &currentStyle);

Completed in 206 milliseconds