Home
last modified time | relevance | path

Searched refs:psht (Results 1 – 25 of 39) sorted by relevance

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxhint2.c54 int rep_count = min(psht->replaced_count + psht->count, max_stems); in save_replaced_hints()
56 memmove(&psht->data[max_stems - rep_count], &psht->data[0], in save_replaced_hints()
57 psht->count * sizeof(psht->data[0])); in save_replaced_hints()
58 psht->replaced_count = rep_count; in save_replaced_hints()
59 psht->count = psht->current = 0; in save_replaced_hints()
88 msg, (int)((psh) - &(psht)->data[0]), (psht)->count,\
115 const stem_hint *ph = &psht->data[i]; in store_stem_deltas()
125 const stem_hint *ph = &psht->data[i]; in store_stem_deltas()
334 stem_hint *bot = &psht->data[0]; in type1_stem()
337 if (psht->count >= max_stems) in type1_stem()
[all …]
H A Dgdevpsfx.c110 stem_hint *bot = &psht->data[0]; in type1_stem1()
111 stem_hint *orig_top = bot + psht->count; in type1_stem1()
114 if (psht->count >= max_stems) in type1_stem1()
134 psht->count++; in type1_stem1()
141 type1_stem1(pcis, psht, pv3, active_hints); in type1_stem3()
142 type1_stem1(pcis, psht, pv3 + 2, active_hints); in type1_stem3()
143 type1_stem1(pcis, psht, pv3 + 4, active_hints); in type1_stem3()
354 type2_put_stems(stream *s, const stem_hint_table *psht, int op) in type2_put_stems() argument
360 for (i = 0; i < psht->count; ++i, pushed += 2) { in type2_put_stems()
361 fixed v0 = psht->data[i].v0; in type2_put_stems()
[all …]
H A Dgxhint3.c541 search_hints(stem_hint_table * psht, fixed v) in search_hints() argument
543 const stem_hint *table = &psht->data[0]; in search_hints()
544 const stem_hint *ph = table + psht->current; in search_hints()
550 for (ph = &table[psht->count]; --ph >= table;) in search_hints()
552 psht->current = ph - table; in search_hints()
H A Dgdevpdfg.c480 pdf_write_spot_halftone(gx_device_pdf *pdev, const gs_spot_halftone *psht, in pdf_write_spot_halftone() argument
510 gs_screen_enum_init_memory(&senum, &order, NULL, &psht->screen, in pdf_write_spot_halftone()
538 psht->screen.frequency, psht->screen.angle); in pdf_write_spot_halftone()
544 if (psht->accurate_screens) in pdf_write_spot_halftone()
550 pdf_write_screen_halftone(gx_device_pdf *pdev, const gs_screen_halftone *psht, in pdf_write_screen_halftone() argument
555 spot.screen = *psht; in pdf_write_screen_halftone()
H A Dgstype2.c97 enable_hints(stem_hint_table * psht, const byte * mask) in enable_hints() argument
99 stem_hint *table = &psht->data[0]; in enable_hints()
100 stem_hint *ph = table + psht->current; in enable_hints()
102 for (ph = &table[psht->count]; --ph >= table;) { in enable_hints()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxhint2.c54 int rep_count = min(psht->replaced_count + psht->count, max_stems); in save_replaced_hints()
56 memmove(&psht->data[max_stems - rep_count], &psht->data[0], in save_replaced_hints()
57 psht->count * sizeof(psht->data[0])); in save_replaced_hints()
58 psht->replaced_count = rep_count; in save_replaced_hints()
59 psht->count = psht->current = 0; in save_replaced_hints()
88 msg, (int)((psh) - &(psht)->data[0]), (psht)->count,\
115 const stem_hint *ph = &psht->data[i]; in store_stem_deltas()
125 const stem_hint *ph = &psht->data[i]; in store_stem_deltas()
334 stem_hint *bot = &psht->data[0]; in type1_stem()
337 if (psht->count >= max_stems) in type1_stem()
[all …]
H A Dgdevpsfx.c110 stem_hint *bot = &psht->data[0]; in type1_stem1()
111 stem_hint *orig_top = bot + psht->count; in type1_stem1()
114 if (psht->count >= max_stems) in type1_stem1()
134 psht->count++; in type1_stem1()
141 type1_stem1(pcis, psht, pv3, active_hints); in type1_stem3()
142 type1_stem1(pcis, psht, pv3 + 2, active_hints); in type1_stem3()
143 type1_stem1(pcis, psht, pv3 + 4, active_hints); in type1_stem3()
354 type2_put_stems(stream *s, const stem_hint_table *psht, int op) in type2_put_stems() argument
360 for (i = 0; i < psht->count; ++i, pushed += 2) { in type2_put_stems()
361 fixed v0 = psht->data[i].v0; in type2_put_stems()
[all …]
H A Dgxhint3.c541 search_hints(stem_hint_table * psht, fixed v) in search_hints() argument
543 const stem_hint *table = &psht->data[0]; in search_hints()
544 const stem_hint *ph = table + psht->current; in search_hints()
550 for (ph = &table[psht->count]; --ph >= table;) in search_hints()
552 psht->current = ph - table; in search_hints()
H A Dgdevpdfg.c480 pdf_write_spot_halftone(gx_device_pdf *pdev, const gs_spot_halftone *psht, in pdf_write_spot_halftone() argument
510 gs_screen_enum_init_memory(&senum, &order, NULL, &psht->screen, in pdf_write_spot_halftone()
538 psht->screen.frequency, psht->screen.angle); in pdf_write_spot_halftone()
544 if (psht->accurate_screens) in pdf_write_spot_halftone()
550 pdf_write_screen_halftone(gx_device_pdf *pdev, const gs_screen_halftone *psht, in pdf_write_screen_halftone() argument
555 spot.screen = *psht; in pdf_write_screen_halftone()
H A Dgstype2.c97 enable_hints(stem_hint_table * psht, const byte * mask) in enable_hints() argument
99 stem_hint *table = &psht->data[0]; in enable_hints()
100 stem_hint *ph = table + psht->current; in enable_hints()
102 for (ph = &table[psht->count]; --ph >= table;) { in enable_hints()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/pcmcia/
H A Dmpc8xx_pcmcia.c210 u_int reg, clocks, psst, psl, psht;
245 psht = clocks / 7; /* hold time */
248 psst += clocks - (psst + psht + psl);
252 reg |= psht << 16;
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsfx.c114 type1_stem1(gs_type1_state *pcis, cv_stem_hint_table *psht, const fixed *pv, in type1_stem1() argument
118 cv_stem_hint *bot = &psht->data[0]; in type1_stem1()
119 cv_stem_hint *orig_top = bot + psht->count; in type1_stem1()
122 if (psht->count >= max_total_stem_hints) in type1_stem1()
142 psht->count++; in type1_stem1()
149 type1_stem1(pcis, psht, pv3, lsb, active_hints); in type1_stem3()
150 type1_stem1(pcis, psht, pv3 + 2, lsb, active_hints); in type1_stem3()
151 type1_stem1(pcis, psht, pv3 + 4, lsb, active_hints); in type1_stem3()
387 for (i = 0; i < psht->count; ++i, pushed += 2) { in type2_put_stems()
388 fixed v0 = psht->data[i].v0; in type2_put_stems()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsfx.c114 type1_stem1(gs_type1_state *pcis, cv_stem_hint_table *psht, const fixed *pv, in type1_stem1() argument
118 cv_stem_hint *bot = &psht->data[0]; in type1_stem1()
119 cv_stem_hint *orig_top = bot + psht->count; in type1_stem1()
122 if (psht->count >= max_total_stem_hints) in type1_stem1()
142 psht->count++; in type1_stem1()
149 type1_stem1(pcis, psht, pv3, lsb, active_hints); in type1_stem3()
150 type1_stem1(pcis, psht, pv3 + 2, lsb, active_hints); in type1_stem3()
151 type1_stem1(pcis, psht, pv3 + 4, lsb, active_hints); in type1_stem3()
387 for (i = 0; i < psht->count; ++i, pushed += 2) { in type2_put_stems()
388 fixed v0 = psht->data[i].v0; in type2_put_stems()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsfx.c115 type1_stem1(gs_type1_state *pcis, cv_stem_hint_table *psht, const fixed *pv, in type1_stem1() argument
119 cv_stem_hint *bot = &psht->data[0]; in type1_stem1()
120 cv_stem_hint *orig_top = bot + psht->count; in type1_stem1()
123 if (psht->count >= max_total_stem_hints) in type1_stem1()
143 psht->count++; in type1_stem1()
150 type1_stem1(pcis, psht, pv3, lsb, active_hints); in type1_stem3()
151 type1_stem1(pcis, psht, pv3 + 2, lsb, active_hints); in type1_stem3()
152 type1_stem1(pcis, psht, pv3 + 4, lsb, active_hints); in type1_stem3()
391 for (i = 0; i < psht->count; ++i, pushed += 2) { in type2_put_stems()
392 fixed v0 = psht->data[i].v0; in type2_put_stems()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsfx.c115 type1_stem1(gs_type1_state *pcis, cv_stem_hint_table *psht, const fixed *pv, in type1_stem1() argument
119 cv_stem_hint *bot = &psht->data[0]; in type1_stem1()
120 cv_stem_hint *orig_top = bot + psht->count; in type1_stem1()
123 if (psht->count >= max_total_stem_hints) in type1_stem1()
143 psht->count++; in type1_stem1()
150 type1_stem1(pcis, psht, pv3, lsb, active_hints); in type1_stem3()
151 type1_stem1(pcis, psht, pv3 + 2, lsb, active_hints); in type1_stem3()
152 type1_stem1(pcis, psht, pv3 + 4, lsb, active_hints); in type1_stem3()
391 for (i = 0; i < psht->count; ++i, pushed += 2) { in type2_put_stems()
392 fixed v0 = psht->data[i].v0; in type2_put_stems()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsfx.c112 type1_stem1(gs_type1_state *pcis, cv_stem_hint_table *psht, const fixed *pv, in type1_stem1() argument
116 cv_stem_hint *bot = &psht->data[0]; in type1_stem1()
117 cv_stem_hint *orig_top = bot + psht->count; in type1_stem1()
120 if (psht->count >= max_total_stem_hints) in type1_stem1()
140 psht->count++; in type1_stem1()
147 type1_stem1(pcis, psht, pv3, lsb, active_hints); in type1_stem3()
148 type1_stem1(pcis, psht, pv3 + 2, lsb, active_hints); in type1_stem3()
149 type1_stem1(pcis, psht, pv3 + 4, lsb, active_hints); in type1_stem3()
380 for (i = 0; i < psht->count; ++i, pushed += 2) { in type2_put_stems()
381 fixed v0 = psht->data[i].v0; in type2_put_stems()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsfx.c112 type1_stem1(gs_type1_state *pcis, cv_stem_hint_table *psht, const fixed *pv, in type1_stem1() argument
116 cv_stem_hint *bot = &psht->data[0]; in type1_stem1()
117 cv_stem_hint *orig_top = bot + psht->count; in type1_stem1()
120 if (psht->count >= max_total_stem_hints) in type1_stem1()
140 psht->count++; in type1_stem1()
147 type1_stem1(pcis, psht, pv3, lsb, active_hints); in type1_stem3()
148 type1_stem1(pcis, psht, pv3 + 2, lsb, active_hints); in type1_stem3()
149 type1_stem1(pcis, psht, pv3 + 4, lsb, active_hints); in type1_stem3()
380 for (i = 0; i < psht->count; ++i, pushed += 2) { in type2_put_stems()
381 fixed v0 = psht->data[i].v0; in type2_put_stems()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/pcmcia/
H A Dmpc8xx_pcmcia.c254 u_int reg, clocks, psst, psl, psht;
289 psht = clocks / 7; /* hold time */
292 psst += clocks - (psst + psht + psl);
296 reg |= psht << 16;
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/pcmcia/
H A Dmpc8xx_pcmcia.c254 u_int reg, clocks, psst, psl, psht;
289 psht = clocks / 7; /* hold time */
292 psst += clocks - (psst + psht + psl);
296 reg |= psht << 16;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/pcmcia/
H A Dmpc8xx_pcmcia.c254 u_int reg, clocks, psst, psl, psht;
289 psht = clocks / 7; /* hold time */
292 psst += clocks - (psst + psht + psl);
296 reg |= psht << 16;
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/pcmcia/
H A Dmpc8xx_pcmcia.c254 u_int reg, clocks, psst, psl, psht;
289 psht = clocks / 7; /* hold time */
292 psst += clocks - (psst + psht + psl);
296 reg |= psht << 16;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/pcmcia/
H A Dmpc8xx_pcmcia.c254 u_int reg, clocks, psst, psl, psht;
289 psht = clocks / 7; /* hold time */
292 psst += clocks - (psst + psht + psl);
296 reg |= psht << 16;
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/pcmcia/
H A Dmpc8xx_pcmcia.c254 u_int reg, clocks, psst, psl, psht;
289 psht = clocks / 7; /* hold time */
292 psst += clocks - (psst + psht + psl);
296 reg |= psht << 16;
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/pcmcia/
H A Dmpc8xx_pcmcia.c254 u_int reg, clocks, psst, psl, psht;
289 psht = clocks / 7; /* hold time */
292 psst += clocks - (psst + psht + psl);
296 reg |= psht << 16;
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DNotebook.c1295 pswid = 0, psht = 0; /* page scroller */ in PreferredSize() local
1383 psht = XtHeight(child); in PreferredSize()
1391 if (saht < psht) in PreferredSize()
1392 saht = psht; in PreferredSize()
1443 if (XtHeight(NB_Scroller(nb)) > psht) in PreferredSize()
1444 psht = XtHeight(NB_Scroller(nb)); in PreferredSize()
1456 if (saht > psht) in PreferredSize()
1458 else if (psht) in PreferredSize()
1459 ht += psht + 2 * NB_MarginHeight(nb); in PreferredSize()

12