Home
last modified time | relevance | path

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

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.c853 gs_glyph_data_t gdata0, gdata1; in compare_glyphs() local
861 gdata0.memory = font0->memory; in compare_glyphs()
874 gdata0.memory = font0->memory; in compare_glyphs()
885 gdata0.memory = font0->memory; in compare_glyphs()
904 if (gdata0.bits.size != gdata1.bits.size) in compare_glyphs()
906 if (memcmp(gdata0.bits.data, gdata0.bits.data, gdata0.bits.size)) in compare_glyphs()
908 gs_glyph_data_free(&gdata0, "compare_glyphs"); in compare_glyphs()
1115 gs_glyph_data_t gdata0; in hash_subrs() local
1120 gdata0.memory = pfont->memory; in hash_subrs()
1137 gs_md5_append(&md5, gdata0.bits.data, gdata0.bits.size); in hash_subrs()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.c850 gs_glyph_data_t gdata0, gdata1; in compare_glyphs() local
858 gdata0.memory = font0->memory; in compare_glyphs()
871 gdata0.memory = font0->memory; in compare_glyphs()
882 gdata0.memory = font0->memory; in compare_glyphs()
901 if (gdata0.bits.size != gdata1.bits.size) in compare_glyphs()
903 if (memcmp(gdata0.bits.data, gdata0.bits.data, gdata0.bits.size)) in compare_glyphs()
905 gs_glyph_data_free(&gdata0, "compare_glyphs"); in compare_glyphs()
1110 gs_glyph_data_t gdata0; in hash_subrs() local
1115 gdata0.memory = pfont->memory; in hash_subrs()
1132 gs_md5_append(&md5, gdata0.bits.data, gdata0.bits.size); in hash_subrs()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.c853 gs_glyph_data_t gdata0, gdata1; in compare_glyphs() local
861 gdata0.memory = font0->memory; in compare_glyphs()
874 gdata0.memory = font0->memory; in compare_glyphs()
885 gdata0.memory = font0->memory; in compare_glyphs()
904 if (gdata0.bits.size != gdata1.bits.size) in compare_glyphs()
906 if (memcmp(gdata0.bits.data, gdata0.bits.data, gdata0.bits.size)) in compare_glyphs()
908 gs_glyph_data_free(&gdata0, "compare_glyphs"); in compare_glyphs()
1115 gs_glyph_data_t gdata0; in hash_subrs() local
1120 gdata0.memory = pfont->memory; in hash_subrs()
1137 gs_md5_append(&md5, gdata0.bits.data, gdata0.bits.size); in hash_subrs()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.c850 gs_glyph_data_t gdata0, gdata1; in compare_glyphs() local
858 gdata0.memory = font0->memory; in compare_glyphs()
871 gdata0.memory = font0->memory; in compare_glyphs()
882 gdata0.memory = font0->memory; in compare_glyphs()
901 if (gdata0.bits.size != gdata1.bits.size) in compare_glyphs()
903 if (memcmp(gdata0.bits.data, gdata0.bits.data, gdata0.bits.size)) in compare_glyphs()
905 gs_glyph_data_free(&gdata0, "compare_glyphs"); in compare_glyphs()
1110 gs_glyph_data_t gdata0; in hash_subrs() local
1115 gdata0.memory = pfont->memory; in hash_subrs()
1132 gs_md5_append(&md5, gdata0.bits.data, gdata0.bits.size); in hash_subrs()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.c847 gs_glyph_data_t gdata0, gdata1; in compare_glyphs() local
855 gdata0.memory = font0->memory; in compare_glyphs()
868 gdata0.memory = font0->memory; in compare_glyphs()
879 gdata0.memory = font0->memory; in compare_glyphs()
898 if (gdata0.bits.size != gdata1.bits.size) in compare_glyphs()
900 if (memcmp(gdata0.bits.data, gdata0.bits.data, gdata0.bits.size)) in compare_glyphs()
1108 gs_glyph_data_t gdata0, gdata1; in same_type1_subrs() local
1112 gdata0.memory = cfont->memory; in same_type1_subrs()
1117 i, global, &gdata0); in same_type1_subrs()
1139 else if (gdata0.bits.size != gdata1.bits.size) in same_type1_subrs()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.c847 gs_glyph_data_t gdata0, gdata1; in compare_glyphs() local
855 gdata0.memory = font0->memory; in compare_glyphs()
868 gdata0.memory = font0->memory; in compare_glyphs()
879 gdata0.memory = font0->memory; in compare_glyphs()
898 if (gdata0.bits.size != gdata1.bits.size) in compare_glyphs()
900 if (memcmp(gdata0.bits.data, gdata0.bits.data, gdata0.bits.size)) in compare_glyphs()
1108 gs_glyph_data_t gdata0, gdata1; in same_type1_subrs() local
1112 gdata0.memory = cfont->memory; in same_type1_subrs()
1117 i, global, &gdata0); in same_type1_subrs()
1139 else if (gdata0.bits.size != gdata1.bits.size) in same_type1_subrs()
[all …]