Searched defs:offset (Results 1 – 12 of 12) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | CMainDialogBase.cpp | 35 POINT offset{ lpmi.rcWork.left - lpmi.rcMonitor.left, lpmi.rcWork.top - lpmi.rcMonitor.top }; in SetFullScreen() local
|
H A D | ListCache.cpp | 103 int offset{ 2 }; in BuildSubList() local
|
H A D | UIWindow.cpp | 151 CPoint offset{ m_ptLButtonDown - rect_max.TopLeft() }; // 最大化时从窗口原点指向点击位置的向量 in OnMouseMove() local
|
H A D | md5.cpp | 45 void writeUint32LE(uint32_t value, uint8_t* out, size_t offset = 0) { in writeUint32LE()
|
H A D | Lyric.cpp | 1045 void CLyrics::AdjustLyric(int offset) in AdjustLyric()
|
H A D | bass.h | 1100 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 D | UIElement.cpp | 1400 int& offset{ playlist_offset }; in RestrictOffset() local
|
/MusicPlayer2/MusicPlayer2/taglib/ |
H A D | mp4atom.h | 85 long offset; variable
|
/MusicPlayer2/scintilla/src/ |
H A D | ScintillaBase.cxx | 487 const int offset = vs.lineHeight + static_cast<int>(rc.Height()); in CallTipShow() local
|
H A D | PositionCache.cxx | 150 bool LineLayout::InLine(int offset, int line) const noexcept { in InLine()
|
H A D | EditView.cxx | 1437 …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 D | ScintillaWin.cxx | 995 void ScintillaWin::MoveImeCarets(Sci::Position offset) { in MoveImeCarets()
|