Home
last modified time | relevance | path

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

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgswts.c267 wcp->ufast = cos(sangle) / sratiox; in wts_set_mat()
268 wcp->vfast = -sin(sangle) / sratiox; in wts_set_mat()
332 wts_set_mat(&wcph->base, sratiox, sratioy, sangledeg); in wts_pick_cell_size_h()
739 wts_set_mat(&wcpj->base, sratiox, sratioy, sangledeg); in wts_pick_cell_size_j()
751 double sratiox; member
786 double sratiox = 72.0 * fabs(pmat->xx) / ph->frequency; in wts_pick_cell_size() local
804 srxi = (int)floor(sratiox / sqrt(2) + 0.5); in wts_pick_cell_size()
806 if (fabs(srxi * sqrt(2) - sratiox) < 2e-6 && in wts_pick_cell_size()
816 key.sratiox = sratiox; in wts_pick_cell_size()
829 result = wts_pick_cell_size_h(sratiox, sratioy, sangledeg, memw); in wts_pick_cell_size()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgswts.c267 wcp->ufast = cos(sangle) / sratiox; in wts_set_mat()
268 wcp->vfast = -sin(sangle) / sratiox; in wts_set_mat()
332 wts_set_mat(&wcph->base, sratiox, sratioy, sangledeg); in wts_pick_cell_size_h()
739 wts_set_mat(&wcpj->base, sratiox, sratioy, sangledeg); in wts_pick_cell_size_j()
751 double sratiox; member
786 double sratiox = 72.0 * fabs(pmat->xx) / ph->frequency; in wts_pick_cell_size() local
804 srxi = (int)floor(sratiox / sqrt(2) + 0.5); in wts_pick_cell_size()
806 if (fabs(srxi * sqrt(2) - sratiox) < 2e-6 && in wts_pick_cell_size()
816 key.sratiox = sratiox; in wts_pick_cell_size()
829 result = wts_pick_cell_size_h(sratiox, sratioy, sangledeg, memw); in wts_pick_cell_size()
[all …]