Home
last modified time | relevance | path

Searched defs:spaceWidth (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DStyle.h51 XYPOSITION spaceWidth; member
H A DEditView.cxx739 const XYPOSITION spaceWidth = vs.styles[ll->EndLineStyle()].spaceWidth; in SPositionFromLocation() local
773 const XYPOSITION spaceWidth = vs.styles[ll->EndLineStyle()].spaceWidth; in SPositionFromLineX() local
938 const XYPOSITION spaceWidth = vsDraw.styles[ll->EndLineStyle()].spaceWidth; in DrawEOL() local
957 const XYPOSITION spaceWidth = vsDraw.styles[ll->EndLineStyle()].spaceWidth; in DrawEOL() local
1215 const XYPOSITION spaceWidth = vsDraw.styles[ll->EndLineStyle()].spaceWidth; in DrawFoldDisplayText() local
1305 const XYPOSITION spaceWidth = vsDraw.styles[ll->EndLineStyle()].spaceWidth; in DrawEOLAnnotationText() local
1522 const XYPOSITION spaceWidth = vsDraw.styles[ll->EndLineStyle()].spaceWidth; in DrawCarets() local
1772 const XYPOSITION spaceWidth = vsDraw.styles[ll->EndLineStyle()].spaceWidth; in DrawTranslucentSelection() local
H A DViewStyle.h97 XYPOSITION spaceWidth; variable