Home
last modified time | relevance | path

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

/dports/astro/xearth/xearth-1.2/
H A Drender.c99 scan_to_pix[i] = PixTypeLand; in render_rows_setup()
159 case PixTypeLand:
202 case PixTypeLand: /* green */
290 case PixTypeLand: /* green, blue */
309 if (scanbuf_val == PixTypeLand)
404 case PixTypeLand: /* green, blue */
420 if (scanbuf_val == PixTypeLand)
521 case PixTypeLand: /* green, blue */
537 if (scanbuf_val == PixTypeLand)
H A Dxearth.h93 #define PixTypeLand (1) macro