Searched refs:b_glyph (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-normalize.cc | 134 hb_codepoint_t a, b, a_glyph, b_glyph; in decompose() local 139 (b && !font->get_glyph (b, 0, &b_glyph))) in decompose() 147 output_char (buffer, b, b_glyph); in decompose() 156 output_char (buffer, b, b_glyph); in decompose() 165 output_char (buffer, b, b_glyph); in decompose()
|