Symbol: GetFontAndColor
headers/os/interface/TextView.h
145
void GetFontAndColor(int32 offset, BFont* _font,
headers/os/interface/TextView.h
147
void GetFontAndColor(BFont* _font, uint32* _mode,
src/apps/deskcalc/ExpressionTextView.cpp
203
GetFontAndColor(&font, &mode);
src/apps/mail/AddressTextControl.cpp
921
fTextView->GetFontAndColor(0, &font);
src/apps/mail/Content.cpp
2700
GetFontAndColor(offset - 1, NULL, &color);
src/apps/mail/Header.cpp
269
TextView()->GetFontAndColor(0, &font);
src/apps/stylededit/StyledEditWindow.cpp
1867
fTextView->GetFontAndColor(&font, &sameProperties);
src/apps/stylededit/StyledEditWindow.cpp
1881
fTextView->GetFontAndColor(&font, &sameProperties, NULL, NULL);
src/apps/stylededit/StyledEditWindow.cpp
1897
fTextView->GetFontAndColor(&font, &sameProperties);
src/apps/stylededit/StyledEditWindow.cpp
408
fTextView->GetFontAndColor(&font, &sameProperties);
src/apps/stylededit/StyledEditWindow.cpp
427
fTextView->GetFontAndColor(&font, &sameProperties);
src/apps/stylededit/StyledEditWindow.cpp
443
fTextView->GetFontAndColor(&font, &sameProperties);
src/apps/stylededit/StyledEditWindow.cpp
460
fTextView->GetFontAndColor(&font, &sameProperties);
src/apps/stylededit/StyledEditWindow.cpp
477
fTextView->GetFontAndColor(&font, &sameProperties);
src/apps/stylededit/StyledEditWindow.cpp
494
fTextView->GetFontAndColor(&font, &sameProperties);
src/apps/stylededit/StyledEditWindow.cpp
726
fTextView->GetFontAndColor(&font, &sameProperties, &color, &sameColor);
src/kits/interface/AbstractSpinner.cpp
1631
fTextView->GetFontAndColor(0, &font);
src/kits/interface/TextControl.cpp
1048
fText->GetFontAndColor(0, &font);
src/libs/print/libprint/BlockingWindow.cpp
130
v->GetFontAndColor(0, &font);
src/preferences/screen/AlertWindow.cpp
38
TextView()->GetFontAndColor(0, &fOriginalFont);