Searched defs:b_glyph (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-normalize.cc134 hb_codepoint_t a, b, a_glyph, b_glyph; local
139 (b && !font->get_glyph (b, 0, &b_glyph)))
147 output_char (buffer, b, b_glyph);
156 output_char (buffer, b, b_glyph);
165 output_char (buffer, b, b_glyph);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc134 hb_codepoint_t a, b, a_glyph, b_glyph; local
139 (b && !font->get_glyph (b, 0, &b_glyph)))
147 output_char (buffer, b, b_glyph);
156 output_char (buffer, b, b_glyph);
165 output_char (buffer, b, b_glyph);

Completed in 225 milliseconds