OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenTypeFontFace
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-file-private.hh
119
}
OpenTypeFontFace
;
131
inline const
OpenTypeFontFace
& get_face (unsigned int i) const { return this+table[i]; }
163
inline const
OpenTypeFontFace
& get_face (unsigned int i) const
168
default:return Null(
OpenTypeFontFace
);
219
inline const
OpenTypeFontFace
& get_face (unsigned int i) const
230
default: return Null(
OpenTypeFontFace
);
250
OpenTypeFontFace
fontFace;
main.cc
94
const
OpenTypeFontFace
&font = ot.get_face (n_font);
hb-face.cc
143
const OT::
OpenTypeFontFace
&ot_face = ot_file.get_face (data->index);
hb-uniscribe.cc
403
const OT::
OpenTypeFontFace
&face = file.get_face (face_index);
/external/harfbuzz_ng/src/
hb-open-file-private.hh
119
}
OpenTypeFontFace
;
131
inline const
OpenTypeFontFace
& get_face (unsigned int i) const { return this+table[i]; }
163
inline const
OpenTypeFontFace
& get_face (unsigned int i) const
168
default:return Null(
OpenTypeFontFace
);
219
inline const
OpenTypeFontFace
& get_face (unsigned int i) const
230
default: return Null(
OpenTypeFontFace
);
250
OpenTypeFontFace
fontFace;
main.cc
94
const
OpenTypeFontFace
&font = ot.get_face (n_font);
hb-font.cc
596
const OT::
OpenTypeFontFace
&ot_face = ot_file.get_face (data->index);
Completed in 185 milliseconds