Home
last modified time | relevance | path

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

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dtype0.h27 #define is_used_char2(b,c) (((b)[(c)/8]) & (1 << (7-((c)%8)))) macro
H A Dcidtype2.c246 if (!is_used_char2(used_chars, cid)) in add_TTCIDHMetrics()
320 if (!is_used_char2(used_chars, cid)) in add_TTCIDVMetrics()
695 if (!is_used_char2(h_used_chars, cid)) in CIDFont_type2_dofont()
769 if (!is_used_char2(v_used_chars, cid)) in CIDFont_type2_dofont()
776 if (h_used_chars && is_used_char2(h_used_chars, cid)) { in CIDFont_type2_dofont()
H A Dcidtype0.c685 if (is_used_char2(used_chars, cid)) { in CIDFont_type0_dofont()
755 if (!is_used_char2(used_chars, cid)) in CIDFont_type0_dofont()
1138 if (is_used_char2(used_chars, cid)) { in CIDFont_type0_t1cdofont()
1191 if (!is_used_char2(used_chars, cid)) in CIDFont_type0_t1cdofont()
1261 if (is_used_char2(used_chars, cid)) { in CIDFont_type0_t1cdofont()
1450 if (is_used_char2(used_glyphs, cid)) { in create_ToUnicode_stream()
1685 if (is_used_char2(used_chars, cid)) { in add_metrics()
1824 if (is_used_char2(used_chars, cid)) { in CIDFont_type0_t1dofont()
1877 if (!is_used_char2(used_chars, cid)) in CIDFont_type0_t1dofont()
H A Dcmap_write.c439 #ifndef is_used_char2
440 #define is_used_char2(b,c) (((b)[(c)/8]) & (1 << (7-((c)%8))))
443 is_used_char2(used_slot, cid)) {
H A Dtt_cmap.c859 #ifndef is_used_char2
860 #define is_used_char2(b,c) (((b)[(c)/8]) & (1 << (7-((c)%8)))) macro
889 if (!is_used_char2(used_glyphs, gid)) in handle_subst_glyphs()
988 if (is_used_char2(used_chars, cid)) { in add_to_cmap_if_used()
1102 if (!is_used_char2(used_chars, cid)) in create_ToUnicode_cmap()