HomeSort by relevance Sort by last modified time
    Searched defs:font1 (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/test/api/
test-font.c 257 hb_font_t *font1; local
267 font1 = hb_font_create (face);
269 hb_font_set_scale (font1, 10, 10);
271 /* setup font1 */
275 hb_font_set_funcs (font1, ffuncs1, NULL, NULL);
279 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y));
282 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y));
285 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y));
288 x = hb_font_get_glyph_h_advance (font1, 1);
290 x = hb_font_get_glyph_h_advance (font1, 2)
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 136 milliseconds