HomeSort by relevance Sort by last modified time
    Searched refs:hb_ot_math_is_glyph_extended_shape (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-math.cc 119 * hb_ot_math_is_glyph_extended_shape:
128 hb_ot_math_is_glyph_extended_shape (hb_face_t *face, function
hb-ot-math.h 176 hb_ot_math_is_glyph_extended_shape (hb_face_t *face,
  /external/harfbuzz_ng/test/api/
test-ot-math.c 260 g_assert(!hb_ot_math_is_glyph_extended_shape (hb_face, glyph)); // MathGlyphInfo not available
265 g_assert(!hb_ot_math_is_glyph_extended_shape (hb_face, glyph)); // MathGlyphInfo empty
270 g_assert(!hb_ot_math_is_glyph_extended_shape (hb_face, glyph));
272 g_assert(hb_ot_math_is_glyph_extended_shape (hb_face, glyph));
    [all...]

Completed in 76 milliseconds