Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 12 of 12) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCMainDialogBase.cpp35 POINT offset{ lpmi.rcWork.left - lpmi.rcMonitor.left, lpmi.rcWork.top - lpmi.rcMonitor.top }; in SetFullScreen() local
H A DListCache.cpp103 int offset{ 2 }; in BuildSubList() local
H A DUIWindow.cpp151 CPoint offset{ m_ptLButtonDown - rect_max.TopLeft() }; // 最大化时从窗口原点指向点击位置的向量 in OnMouseMove() local
H A Dmd5.cpp45 void writeUint32LE(uint32_t value, uint8_t* out, size_t offset = 0) { in writeUint32LE()
H A DLyric.cpp1045 void CLyrics::AdjustLyric(int offset) in AdjustLyric()
H A Dbass.h1100 static inline HMUSIC BASS_MusicLoad(BOOL mem, const WCHAR *file, QWORD offset, DWORD length, DWORD … in BASS_MusicLoad()
1105 static inline HSAMPLE BASS_SampleLoad(BOOL mem, const WCHAR *file, QWORD offset, DWORD length, DWOR… in BASS_SampleLoad()
1110 static inline HSTREAM BASS_StreamCreateFile(BOOL mem, const WCHAR *file, QWORD offset, QWORD length… in BASS_StreamCreateFile()
1115 static inline HSTREAM BASS_StreamCreateURL(const WCHAR *url, DWORD offset, DWORD flags, DOWNLOADPRO… in BASS_StreamCreateURL()
H A DUIElement.cpp1400 int& offset{ playlist_offset }; in RestrictOffset() local
/MusicPlayer2/MusicPlayer2/taglib/
H A Dmp4atom.h85 long offset; variable
/MusicPlayer2/scintilla/src/
H A DScintillaBase.cxx487 const int offset = vs.lineHeight + static_cast<int>(rc.Height()); in CallTipShow() local
H A DPositionCache.cxx150 bool LineLayout::InLine(int offset, int line) const noexcept { in InLine()
H A DEditView.cxx1437 …int subLine, int xStart, Sci::Position offset, Sci::Position posCaret, PRectangle rcCaret, ColourD… in DrawBlockCaret()
1521 const int offset = static_cast<int>(posCaret.Position() - posLineStart); in DrawCarets() local
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx995 void ScintillaWin::MoveImeCarets(Sci::Position offset) { in MoveImeCarets()