Home
last modified time | relevance | path

Searched refs:get_face (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-file.hh212 const OpenTypeFontFace& get_face (unsigned int i) const { return this+table[i]; } in get_face() function
245 const OpenTypeFontFace& get_face (unsigned int i) const in get_face() function
249 case 1: return u.version1.get_face (i); in get_face()
284 const OpenTypeFontFace & get_face (const void *data_base) const in get_face() function
293 get_face (data_base).sanitize (c)); in sanitize()
357 const OpenTypeFontFace& get_face (unsigned int idx, in get_face() function
367 return type.get_resource_record (idx, &(this+typeList)).get_face (data_base); in get_face()
406 const OpenTypeFontFace& get_face (unsigned int idx, in get_face() function
409 const OpenTypeFontFace &face = (this+map).get_face (idx, &(this+data)); in get_face()
465 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face() function
[all …]
Dhb-face.cc174 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset); in _hb_face_for_data_reference_table()
523 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index); in hb_face_get_table_tags()
Dmain.cc91 const OpenTypeFontFace &font = ot.get_face (n_font); in main()
Dhb-uniscribe.cc425 const OT::OpenTypeFontFace &face = file.get_face (face_index); in _hb_rename_font()
/external/neven/
DFaceDetector_jni.cpp248 get_face(JNIEnv *_env, jobject _this, in get_face() function
276 {"fft_get_face", "(Landroid/media/FaceDetector$Face;I)V",(void*)get_face },