Searched defs:FT_Face (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h22 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
48 void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform);
49 void generateGlyphPath(FT_Face face, SkPath* path);
81 FT_Face openFace(SkStreamAsset* stream, int ttcIndex, FT_Stream ftStream) const;
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.h22 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
48 void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform);
49 void generateGlyphPath(FT_Face face, SkPath* path);
81 FT_Face openFace(SkStreamAsset* stream, int ttcIndex, FT_Stream ftStream) const;
/external/freetype/include/freetype/
H A Dfreetype.h121 /* FT_Face */
341 /* It is used for the `available_sizes' field of @FT_Face. */
476 /* FT_Face */
491 /* An `FT_Face' object can only be safely used from one thread at a */
492 /* time. Similarly, creation and destruction of `FT_Face' with the */
496 /* long as the same `FT_Face' object is not used from multiple */
503 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
516 /* An @FT_Face has one _active_ @FT_Size object that is used by */
526 /* given @FT_Face, but they won't be used by other functions until */
842 FT_Face fac
[all...]

Completed in 154 milliseconds