Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditView.cxx859 const Point from = Point::FromInts(0, ((lineVisible & 1) && (lineHeight & 1)) ? 1 : 0); in DrawIndentGuide() local
2343 const Point from = Point::FromInts(vsDraw.textStart - leftTextOverlap, 0); in PaintText() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx977 void SurfaceGDI::Copy(PRectangle rc, Point from, Surface &surfaceSource) { in Copy()
1644 void SurfaceD2D::Copy(PRectangle rc, Point from, Surface &surfaceSource) { in Copy()