Home
last modified time | relevance | path

Searched refs:t1glyph (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/type1/
Dt1gload.c348 T1_Load_Glyph( FT_GlyphSlot t1glyph, /* T1_GlyphSlot */ in T1_Load_Glyph() argument
353 T1_GlyphSlot glyph = (T1_GlyphSlot)t1glyph; in T1_Load_Glyph()
356 T1_Face face = (T1_Face)t1glyph->face; in T1_Load_Glyph()
402 t1glyph->outline.n_points = 0; in T1_Load_Glyph()
403 t1glyph->outline.n_contours = 0; in T1_Load_Glyph()
411 t1glyph->format = FT_GLYPH_FORMAT_OUTLINE; in T1_Load_Glyph()
414 t1glyph->face, in T1_Load_Glyph()
416 t1glyph, in T1_Load_Glyph()
462 t1glyph->outline.flags &= FT_OUTLINE_OWNER; in T1_Load_Glyph()
463 t1glyph->outline.flags |= FT_OUTLINE_REVERSE_FILL; in T1_Load_Glyph()
[all …]