Home
last modified time | relevance | path

Searched defs:FT_GlyphSlotRec_ (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1745 typedef struct FT_GlyphSlotRec_ struct
1747 FT_Library library;
1748 FT_Face face;
1749 FT_GlyphSlot next;
1750 FT_UInt reserved; /* retained for binary compatibility */
1751 FT_Generic generic;
1753 FT_Glyph_Metrics metrics;
1754 FT_Fixed linearHoriAdvance;
1755 FT_Fixed linearVertAdvance;
1756 FT_Vector advance;
[all …]
/external/freetype/include/freetype/
Dfreetype.h1779 typedef struct FT_GlyphSlotRec_ struct
1781 FT_Library library;
1782 FT_Face face;
1783 FT_GlyphSlot next;
1784 FT_UInt reserved; /* retained for binary compatibility */
1785 FT_Generic generic;
1787 FT_Glyph_Metrics metrics;
1788 FT_Fixed linearHoriAdvance;
1789 FT_Fixed linearVertAdvance;
1790 FT_Vector advance;
[all …]