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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 54 gr_face *grface; member in struct:hb_graphite2_shaper_face_data_t
113 data->grface = gr_make_face (data, &hb_graphite2_get_table, gr_face_preloadAll);
115 if (unlikely (!data->grface)) {
136 gr_face_destroy (data->grface);
145 return HB_SHAPER_DATA_GET (face)->grface;
166 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface);
222 gr_face *grface = HB_SHAPER_DATA_GET (face)->grface; local
228 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
232 const gr_feature_ref *fref = gr_face_find_fref (grface, features->tag)
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 54 gr_face *grface; member in struct:hb_graphite2_shaper_face_data_t
113 data->grface = gr_make_face (data, &hb_graphite2_get_table, gr_face_preloadAll);
115 if (unlikely (!data->grface)) {
136 gr_face_destroy (data->grface);
145 return HB_SHAPER_DATA_GET (face)->grface;
166 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface);
223 gr_face *grface = HB_SHAPER_DATA_GET (face)->grface; local
229 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
233 const gr_feature_ref *fref = gr_face_find_fref (grface, features->tag)
    [all...]

Completed in 7445 milliseconds