Home
last modified time | relevance | path

Searched refs:blobSize (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DLineMarker.cxx166 const int blobSize = dimOn2 - 1; in Draw() local
313 DrawBox(surface, centreX, centreY, blobSize, fore, colourHead); in Draw()
314 DrawPlus(surface, centreX, centreY, blobSize, fore); in Draw()
323 surface->MoveTo(centreX, centreY + blobSize); in Draw()
328 surface->LineTo(centreX, centreY - blobSize); in Draw()
330 DrawBox(surface, centreX, centreY, blobSize, fore, colourHead); in Draw()
331 DrawPlus(surface, centreX, centreY, blobSize, fore); in Draw()
335 surface->MoveTo(centreX + 1, centreY + blobSize); in Draw()
336 surface->LineTo(centreX + blobSize + 1, centreY + blobSize); in Draw()
338 surface->MoveTo(centreX + blobSize, centreY + blobSize); in Draw()
[all …]