Searched refs:blobSize (Results 1 – 1 of 1) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | LineMarker.cxx | 166 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 …]
|