Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 6 of 6) sorted by relevance

/MusicPlayer2/scintilla/win32/
H A DPlatWin.h55 T fp; in DLLFunction() local
H A DPlatWin.cxx340 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 DExternalLexer.cxx49 T fp; in FunctionPointer() local
H A DCallTip.cxx287 …const FontParameters fp(faceName, deviceHeight / SC_FONT_SIZE_MULTIPLIER, SC_WEIGHT_NORMAL, false,… in CallTipStart() local
H A DViewStyle.cxx49 …const FontParameters fp(fs.fontName, deviceHeight / SC_FONT_SIZE_MULTIPLIER, fs.weight, fs.italic,… in Realise() local
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp2255 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()