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_
37 void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform);
38 void generateGlyphPath(FT_Face face, SkPath* path);
70 FT_Face openFace(SkStreamAsset* stream, int ttcIndex, FT_Stream ftStream) const;
/external/freetype/include/freetype/
H A Dfreetype.h121 /* FT_Face */
337 /* It is used for the `available_sizes' field of @FT_Face. */
472 /* FT_Face */
487 /* An `FT_Face' object can only be safely used from one thread at a */
488 /* time. Similarly, creation and destruction of `FT_Face' with the */
492 /* long as the same `FT_Face' object is not used from multiple */
499 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
512 /* An @FT_Face has one _active_ @FT_Size object that is used by */
522 /* given @FT_Face, but they won't be used by other functions until */
837 FT_Face fac
[all...]
/external/pdfium/third_party/freetype/include/freetype/
H A Dfreetype.h121 /* FT_Face */
333 /* It is used for the `available_sizes' field of @FT_Face. */
468 /* FT_Face */
483 /* An `FT_Face' object can only be safely used from one thread at a */
484 /* time. Similarly, creation and destruction of `FT_Face' with the */
488 /* long as the same `FT_Face' object is not used from multiple */
495 typedef struct FT_FaceRec_* FT_Face; typedef in typeref:struct:FT_FaceRec_
508 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
518 /* given @FT_Face, but they won't be used by other functions until */
833 FT_Face fac
[all...]

Completed in 1354 milliseconds