Home
last modified time | relevance | path

Searched defs:get_face (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-file.hh224 const OpenTypeFontFace& get_face (unsigned int i) const { return this+table[i]; } in get_face() function
257 const OpenTypeFontFace& get_face (unsigned int i) const in get_face() function
297 const OpenTypeFontFace & get_face (const void *data_base) const in get_face() function
372 const OpenTypeFontFace& get_face (unsigned int idx, in get_face() function
422 const OpenTypeFontFace& get_face (unsigned int idx, in get_face() function
482 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face() function
/aosp_15_r20/external/neven/
H A DFaceDetector_jni.cpp249 get_face(JNIEnv *_env, jobject _this, in get_face() function
/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
H A Dlib.rs84 pub fn get_face(&self) -> Face { in get_face() method