Searched defs:rcClient (Results 1 – 6 of 6) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | CallTip.cxx | 127 int ytext, PRectangle rcClient, bool asHighlight, bool draw) { in DrawChunk() 188 PRectangle rcClient(1.0f, 1.0f, rcClientSize.right - 1, rcClientSize.bottom - 1); in PaintContents() local 243 const PRectangle rcClient(1.0f, 1.0f, rcClientSize.right - 1, rcClientSize.bottom - 1); in PaintCT() local
|
H A D | ScintillaBase.cxx | 274 const PRectangle rcClient = GetClientRectangle(); in AutoCompleteStart() local 486 const PRectangle rcClient = GetClientRectangle(); in CallTipShow() local
|
H A D | Editor.cxx | 339 const PRectangle rcClient = GetClientRectangle(); in LinesOnScreen() local 383 const PRectangle rcClient = GetTextRectangle(); in LocationFromPosition() local 402 PRectangle rcClient = GetTextRectangle(); in SPositionFromLocation() local 469 const PRectangle rcClient = GetClientRectangle(); in RedrawRect() local 490 const PRectangle rcClient = GetClientRectangle(); in Redraw() local 1085 const PRectangle rcClient = GetTextRectangle(); in MoveCaretInsideView() local 1154 const PRectangle rcClient = GetTextRectangle(); in XYScrollToMakeVisible() local 1710 const PRectangle rcClient = GetClientRectangle(); in RefreshPixMaps() local 1737 const PRectangle rcClient = GetClientRectangle(); in Paint() local 4798 PRectangle rcClient = GetClientRectangle(); in ButtonMoveWithModifiers() local
|
H A D | EditView.cxx | 629 const ViewStyle &vs, PointEnd pe, const PRectangle rcClient) { in LocationFromPosition() 700 bool charPosition, bool virtualSpace, const ViewStyle &vs, const PRectangle rcClient) { in SPositionFromLocation() 2208 PRectangle rcClient, const ViewStyle &vsDraw) { in PaintText()
|
/MusicPlayer2/MusicPlayer2/ |
H A D | LyricsWindow.cpp | 188 CRect rcClient; in Draw() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | ScintillaWin.cxx | 947 const PRectangle rcClient = GetClientRectangle(); in WndPaint() local 1023 const PRectangle rcClient = GetTextRectangle(); in SetCandidateWindowPos() local
|