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

  /external/harfbuzz_ng/src/
hb-open-file-private.hh 133 } OpenTypeFontFace;
145 inline const OpenTypeFontFace& get_face (unsigned int i) const { return this+table[i]; }
178 inline const OpenTypeFontFace& get_face (unsigned int i) const
183 default:return Null(OpenTypeFontFace);
237 inline const OpenTypeFontFace& get_face (unsigned int i) const
248 default: return Null(OpenTypeFontFace);
269 OpenTypeFontFace fontFace;
hb-face.cc 138 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index);
503 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index);
main.cc 95 const OpenTypeFontFace &font = ot.get_face (n_font);
hb-uniscribe.cc 408 const OT::OpenTypeFontFace &face = file.get_face (face_index);

Completed in 74 milliseconds