HomeSort by relevance Sort by last modified time
    Searched defs:FT_Face (Results 1 - 4 of 4) sorted by null

  /external/skia/src/ports/
SkFontHost_FreeType_common.h 22 typedef struct FT_FaceRec_* FT_Face;
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/
SkFontHost_FreeType_common.h 22 typedef struct FT_FaceRec_* FT_Face;
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/
freetype.h 121 /* FT_Face */
341 /* It is used for the `available_sizes' field of @FT_Face. */
476 /* FT_Face */
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 121 /* 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 *
    [all...]

Completed in 105 milliseconds