OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hb_buf
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/autofit/
afglobal.h
113
hb_buffer_t*
hb_buf
; /* for feature comparison */
member in struct:AF_FaceGlobalsRec_
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 );
Completed in 513 milliseconds