Searched defs:fp (Results 1 – 6 of 6) sorted by relevance
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.h | 55 T fp; in DLLFunction() local
|
H A D | PlatWin.cxx | 340 FontID CreateFontFromParameters(const FontParameters &fp) { in CreateFontFromParameters() 399 void Font::Create(const FontParameters &fp) { in Create() 3430 FARPROC fp = ::GetProcAddress(h, name); in FindFunction() local
|
/MusicPlayer2/scintilla/src/ |
H A D | ExternalLexer.cxx | 49 T fp; in FunctionPointer() local
|
H A D | CallTip.cxx | 287 …const FontParameters fp(faceName, deviceHeight / SC_FONT_SIZE_MULTIPLIER, SC_WEIGHT_NORMAL, false,… in CallTipStart() local
|
H A D | ViewStyle.cxx | 49 …const FontParameters fp(fs.fontName, deviceHeight / SC_FONT_SIZE_MULTIPLIER, fs.weight, fs.italic,… in Realise() local
|
/MusicPlayer2/MusicPlayer2/tinyxml2/ |
H A D | tinyxml2.cpp | 2255 FILE* fp = 0; in callfopen() local 2261 FILE* fp = fopen( filepath, mode ); in callfopen() local 2293 FILE* fp = callfopen( filename, "rb" ); in LoadFile() local 2303 XMLError XMLDocument::LoadFile( FILE* fp ) in LoadFile() 2365 FILE* fp = callfopen( filename, "w" ); in SaveFile() local 2376 XMLError XMLDocument::SaveFile( FILE* fp, bool compact ) in SaveFile()
|