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

  /external/freetype/src/autofit/
afshaper.c 493 hb_buffer_t* hb_buf = metrics->globals->hb_buf; local
506 hb_buffer_clear_contents( hb_buf );
507 hb_buffer_add_utf8( hb_buf, p, len, 0, len );
508 hb_buffer_guess_segment_properties( hb_buf );
509 hb_shape( font, hb_buf, NULL, 0 );
512 hb_ginfo = hb_buffer_get_glyph_infos( hb_buf, &hb_gcount );
afglobal.h 113 hb_buffer_t* hb_buf; /* for feature comparison */ member in struct:AF_FaceGlobalsRec_
afglobal.c 368 globals->hb_buf = hb_buffer_create();
414 hb_buffer_destroy( globals->hb_buf );

Completed in 360 milliseconds