Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdimage.c1170 …double img_wesn[4], img_inc[2] = {1.0, 1.0}; /* Image increments & min/max for writing images o… in GMT_grdimage() local
1747 img_wesn[XLO] = GMT->common.R.wesn[XLO]; img_wesn[XHI] = GMT->common.R.wesn[XHI]; in GMT_grdimage()
1748 img_wesn[YHI] = GMT->common.R.wesn[YHI]; img_wesn[YLO] = GMT->common.R.wesn[YLO]; in GMT_grdimage()
1751 img_wesn[XLO] = GMT->current.proj.rect_m[XLO]; img_wesn[XHI] = GMT->current.proj.rect_m[XHI]; in GMT_grdimage()
1752 img_wesn[YHI] = GMT->current.proj.rect_m[YHI]; img_wesn[YLO] = GMT->current.proj.rect_m[YLO]; in GMT_grdimage()
1755 img_inc[0] = (img_wesn[XHI] - img_wesn[XLO]) / (Conf->n_columns - !grid_registration); in GMT_grdimage()
1756 img_inc[1] = (img_wesn[YHI] - img_wesn[YLO]) / (Conf->n_rows - !grid_registration); in GMT_grdimage()
1759 img_wesn[XLO] -= 0.5 * img_inc[0]; img_wesn[XHI] += 0.5 * img_inc[0]; in GMT_grdimage()
1760 img_wesn[YLO] -= 0.5 * img_inc[1]; img_wesn[YHI] += 0.5 * img_inc[1]; in GMT_grdimage()
1771 …e_Data (API, GMT_IS_IMAGE, GMT_IS_SURFACE, GMT_CONTAINER_AND_DATA, dim, img_wesn, img_inc, 1, 0, N… in GMT_grdimage()