Home
last modified time | relevance | path

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

/dports/astro/starplot/starplot-0.95.5/src/classes/
H A Dstar.cc220 int wincenterX, wincenterY, starBaseY; in Display() local
255 starBaseY = wincenterY in Display()
257 yPixel = starBaseY in Display()
278 sv->drawellipse(xPixel, starBaseY, 3, 2); in Display()
281 sv->drawline(xPixel - 1, starBaseY, xPixel - 1, yPixel); in Display()
282 sv->drawline(xPixel + 1, starBaseY, xPixel + 1, yPixel); in Display()
284 sv->drawline(xPixel, starBaseY, xPixel, yPixel); in Display()
290 sv->drawline(xPixel - 1, starBaseY, xPixel - 1, yPixel); in Display()
291 sv->drawline(xPixel + 1, starBaseY, xPixel + 1, yPixel); in Display()
303 sv->drawline(xPixel, starBaseY, xPixel, yPixel); in Display()
[all …]