Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchoice.c69 #define ZOOM_ROW 0 macro
130 #define CHOICE_ZOOM ((ZOOM_COL<<CHOICE_SHIFT)|ZOOM_ROW)
553 int image_x=ZOOM_COL*choiceImageW, image_y=ZOOM_ROW*choiceImageH; in ShowZoom()
557 image_y = 1+windowPadding+ZOOM_ROW*(choiceImageH+windowPadding); in ShowZoom()
586 y = ZOOM_ROW*choiceImageH + (choiceImageH>>1) + windowPadding + 1; in ShowZoom()