Home
last modified time | relevance | path

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

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgswts.c328 if (wcph == NULL) in wts_pick_cell_size_h()
338 wts_cell_calc_h(xinc, &wcph->x1, &wcph->base.width, &wcph->px, memw); in wts_pick_cell_size_h()
343 wts_cell_calc_h(yinc, &wcph->y1, &wcph->base.height, &wcph->py, memw); in wts_pick_cell_size_h()
345 return &wcph->base; in wts_pick_cell_size_h()
923 int x1 = wcph->x1; in gs_wts_screen_enum_h_new()
925 int y1 = wcph->y1; in gs_wts_screen_enum_h_new()
930 wseh->wcph = wcph; in gs_wts_screen_enum_h_new()
958 const gx_wts_cell_params_h_t *wcph = z->wcph; in gs_wts_screen_enum_h_currentpoint() local
968 if (x < wcph->x1) { in gs_wts_screen_enum_h_currentpoint()
975 if (y < wcph->y1) { in gs_wts_screen_enum_h_currentpoint()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgswts.c328 if (wcph == NULL) in wts_pick_cell_size_h()
338 wts_cell_calc_h(xinc, &wcph->x1, &wcph->base.width, &wcph->px, memw); in wts_pick_cell_size_h()
343 wts_cell_calc_h(yinc, &wcph->y1, &wcph->base.height, &wcph->py, memw); in wts_pick_cell_size_h()
345 return &wcph->base; in wts_pick_cell_size_h()
923 int x1 = wcph->x1; in gs_wts_screen_enum_h_new()
925 int y1 = wcph->y1; in gs_wts_screen_enum_h_new()
930 wseh->wcph = wcph; in gs_wts_screen_enum_h_new()
958 const gx_wts_cell_params_h_t *wcph = z->wcph; in gs_wts_screen_enum_h_currentpoint() local
968 if (x < wcph->x1) { in gs_wts_screen_enum_h_currentpoint()
975 if (y < wcph->y1) { in gs_wts_screen_enum_h_currentpoint()
[all …]