Searched refs:_SetFontStyle (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/print/
H A DPictureIterator.cpp72 static void _SetFontStyle(void *p, char *style) { return ((PictureIterator *) p)->SetFontStyle(style); } function
132 (void *)_SetFontStyle, // 38 SetFontStyle(void *user, char *style)
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h73 void _SetFontStyle(const char* fontFamily,
H A DStyledEditWindow.cpp388 _SetFontStyle(fontFamily, fontStyle);
413 _SetFontStyle(fontFamily, fontStyle);
466 _SetFontStyle(family, style);
483 _SetFontStyle(family, style);
500 _SetFontStyle(family, style);
1877 StyledEditWindow::_SetFontStyle(const char* fontFamily, const char* fontStyle) function in class:StyledEditWindow

Completed in 42 milliseconds