Home
last modified time | relevance | path

Searched defs:screenLine (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditView.cxx657 const ScreenLine screenLine(ll, subLine, vs, rcClient.right, tabWidthMinimumPixels); in LocationFromPosition() local
727 const ScreenLine screenLine(ll, subLine, vs, rcClient.right, tabWidthMinimumPixels); in SPositionFromLocation() local
1104 ScreenLine screenLine(ll, subLine, vsDraw, rcLine.right - xStart, tabWidthMinimumPixels); in DrawIndicator() local
1528 const ScreenLine screenLine(ll, subLine, vsDraw, rcLine.right, tabWidthMinimumPixels); in DrawCarets() local
1779 const ScreenLine screenLine(ll, subLine, vsDraw, rcLine.right, tabWidthMinimumPixels); in DrawTranslucentSelection() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx1796 void ScreenLineLayout::FillTextLayoutFormats(const IScreenLine *screenLine, IDWriteTextLayout *text… in FillTextLayoutFormats()
1882 ScreenLineLayout::ScreenLineLayout(const IScreenLine *screenLine) { in ScreenLineLayout()
2056 std::unique_ptr<IScreenLineLayout> SurfaceD2D::Layout(const IScreenLine *screenLine) { in Layout()