Lines Matching refs:blobSize
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()
339 surface->LineTo(centreX + blobSize, centreY - blobSize); in Draw()
341 surface->MoveTo(centreX + 1, centreY - blobSize); in Draw()
342 surface->LineTo(centreX + blobSize + 1, centreY - blobSize); in Draw()
348 DrawBox(surface, centreX, centreY, blobSize, fore, colourHead); in Draw()
349 DrawMinus(surface, centreX, centreY, blobSize, fore); in Draw()
352 surface->MoveTo(centreX, centreY + blobSize); in Draw()
358 DrawBox(surface, centreX, centreY, blobSize, fore, colourHead); in Draw()
359 DrawMinus(surface, centreX, centreY, blobSize, fore); in Draw()
362 surface->MoveTo(centreX, centreY + blobSize); in Draw()
367 surface->LineTo(centreX, centreY - blobSize); in Draw()
371 surface->MoveTo(centreX + 1, centreY + blobSize); in Draw()
372 surface->LineTo(centreX + blobSize + 1, centreY + blobSize); in Draw()
374 surface->MoveTo(centreX + blobSize, centreY + blobSize); in Draw()
375 surface->LineTo(centreX + blobSize, centreY - blobSize); in Draw()
377 surface->MoveTo(centreX + 1, centreY - blobSize); in Draw()
378 surface->LineTo(centreX + blobSize + 1, centreY - blobSize); in Draw()
384 DrawCircle(surface, centreX, centreY, blobSize, fore, colourHead); in Draw()
385 DrawPlus(surface, centreX, centreY, blobSize, colourTail); in Draw()
394 surface->MoveTo(centreX, centreY + blobSize); in Draw()
399 surface->LineTo(centreX, centreY - blobSize); in Draw()
401 DrawCircle(surface, centreX, centreY, blobSize, fore, colourHead); in Draw()
402 DrawPlus(surface, centreX, centreY, blobSize, colourTail); in Draw()
408 surface->MoveTo(centreX, centreY + blobSize); in Draw()
411 DrawCircle(surface, centreX, centreY, blobSize, fore, colourHead); in Draw()
412 DrawMinus(surface, centreX, centreY, blobSize, colourTail); in Draw()
418 surface->MoveTo(centreX, centreY + blobSize); in Draw()
423 surface->LineTo(centreX, centreY - blobSize); in Draw()
425 DrawCircle(surface, centreX, centreY, blobSize, fore, colourHead); in Draw()
426 DrawMinus(surface, centreX, centreY, blobSize, colourTail); in Draw()