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.hh214 const OpenTypeFontFace& get_face (unsigned int i) const { return this+table[i]; } in get_face() function
247 const OpenTypeFontFace& get_face (unsigned int i) const in get_face() function
251 case 1: return u.version1.get_face (i); in get_face()
286 const OpenTypeFontFace & get_face (const void *data_base) const in get_face() function
295 get_face (data_base).sanitize (c)); in sanitize()
359 const OpenTypeFontFace& get_face (unsigned int idx, in get_face() function
369 return type.get_resource_record (idx, &(this+typeList)).get_face (data_base); in get_face()
408 const OpenTypeFontFace& get_face (unsigned int idx, in get_face() function
411 const OpenTypeFontFace &face = (this+map).get_face (idx, &(this+data)); in get_face()
467 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()
526 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index); in hb_face_get_table_tags()
Dmain.cc98 const OpenTypeFontFace &font = ot.get_face (n_font); in main()
Dhb-uniscribe.cc433 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 },