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 57 gr_face *grface; member in struct:hb_graphite2_shaper_face_data_t
116 data->grface = gr_make_face (data, &hb_graphite2_get_table, gr_face_preloadAll);
118 if (unlikely (!data->grface)) {
139 gr_face_destroy (data->grface);
148 return HB_SHAPER_DATA_GET (face)->grface;
169 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface);
225 gr_face *grface = HB_SHAPER_DATA_GET (face)->grface; local
231 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
235 const gr_feature_ref *fref = gr_face_find_fref (grface, features->tag)
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 57 gr_face *grface; member in struct:hb_graphite2_shaper_face_data_t
116 data->grface = gr_make_face (data, &hb_graphite2_get_table, gr_face_preloadAll);
118 if (unlikely (!data->grface)) {
139 gr_face_destroy (data->grface);
148 return HB_SHAPER_DATA_GET (face)->grface;
169 return gr_make_font_with_advance_fn (font->x_scale, font, &hb_graphite2_get_advance, face_data->grface);
225 gr_face *grface = HB_SHAPER_DATA_GET (face)->grface; local
231 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
235 const gr_feature_ref *fref = gr_face_find_fref (grface, features->tag)
    [all...]

Completed in 147 milliseconds