OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_Face
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz/src/
harfbuzz-shaper.h
228
HB_Face
HB_NewFace(void *font, HB_GetFontTableFunc tableFunc);
229
void HB_FreeFace(
HB_Face
face);
272
HB_Face
face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
harfbuzz-global.h
114
typedef struct HB_FaceRec_ *
HB_Face
;
harfbuzz-shaper.cpp
[
all
...]
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.h
206
KeyedVector<SkFontID,
HB_Face
> mCachedHBFaces;
242
HB_Face
getCachedHBFace(SkTypeface* typeface);
TextLayoutCache.cpp
[
all
...]
/external/harfbuzz/tests/shaping/
main.cpp
214
HB_Face
hbFace = HB_NewFace(face, hb_getSFntTable);
Completed in 33 milliseconds