OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenTypeFontFace
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/
hb-open-file-private.hh
121
}
OpenTypeFontFace
;
133
inline const
OpenTypeFontFace
& get_face (unsigned int i) const { return this+table[i]; }
166
inline const
OpenTypeFontFace
& get_face (unsigned int i) const
171
default:return Null(
OpenTypeFontFace
);
225
inline const
OpenTypeFontFace
& get_face (unsigned int i) const
236
default: return Null(
OpenTypeFontFace
);
257
OpenTypeFontFace
fontFace;
main.cc
94
const
OpenTypeFontFace
&font = ot.get_face (n_font);
hb-face.cc
142
const OT::
OpenTypeFontFace
&ot_face = ot_file.get_face (data->index);
hb-directwrite.cc
154
const OT::
OpenTypeFontFace
&face = file.get_face (face_index);
hb-uniscribe.cc
407
const OT::
OpenTypeFontFace
&face = file.get_face (face_index);
Completed in 711 milliseconds