Searched refs:hb_buf (Results 1 – 4 of 4) sorted by relevance
493 hb_buffer_t* hb_buf = metrics->globals->hb_buf; in af_shaper_get_cluster() local506 hb_buffer_clear_contents( hb_buf ); in af_shaper_get_cluster()507 hb_buffer_add_utf8( hb_buf, p, len, 0, len ); in af_shaper_get_cluster()508 hb_buffer_guess_segment_properties( hb_buf ); in af_shaper_get_cluster()509 hb_shape( font, hb_buf, NULL, 0 ); in af_shaper_get_cluster()512 hb_ginfo = hb_buffer_get_glyph_infos( hb_buf, &hb_gcount ); in af_shaper_get_cluster()
113 hb_buffer_t* hb_buf; /* for feature comparison */ member
363 globals->hb_buf = hb_buffer_create(); in af_face_globals_new()409 hb_buffer_destroy( globals->hb_buf ); in af_face_globals_free()
1905 * src/autofit/afglobal.h (AF_FaceGlobalsRec): Add `hb_buf' field to1909 af_face_globals_free): Initialize and destroy `hb_buf'.