Searched refs:new_style (Results 1 – 5 of 5) sorted by relevance
/haiku/src/apps/icon-o-matic/ |
H A D | Util.h | 31 void new_style(rgb_color color, Container<Style>* container,
|
H A D | Util.cpp | 23 new_style(rgb_color color, Container<Style>* container, in new_style() function
|
H A D | MainWindow.cpp | 449 new_style(fCurrentColor->Color(), in MessageReceived()
|
/haiku/src/apps/mail/ |
H A D | Prefs.cpp | 293 font_style new_style; in MessageReceived() local 315 fNewFont->GetFamilyAndStyle(&new_family, &new_style); in MessageReceived() 318 if (strcmp(old_family, new_family) || strcmp(old_style, new_style) in MessageReceived() 512 fNewFont->GetFamilyAndStyle(&new_family, &new_style); in MessageReceived() 522 || strcmp(old_style, new_style) in MessageReceived()
|
/haiku/src/apps/icon-o-matic/gui/ |
H A D | StyleListView.cpp | 310 new_style(color, fStyleContainer, &style, &command); in MessageReceived()
|