Searched refs:hb_buf (Results 1 – 4 of 4) sorted by relevance
507 hb_buffer_t* hb_buf = metrics->globals->hb_buf; in af_shaper_get_cluster() local520 hb_buffer_clear_contents( hb_buf ); in af_shaper_get_cluster()521 hb_buffer_add_utf8( hb_buf, p, len, 0, len ); in af_shaper_get_cluster()522 hb_buffer_guess_segment_properties( hb_buf ); in af_shaper_get_cluster()523 hb_shape( font, hb_buf, NULL, 0 ); in af_shaper_get_cluster()526 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
359 globals->hb_buf = hb_buffer_create(); in af_face_globals_new()405 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'.