Searched refs:slot_internal (Results 1 – 6 of 6) sorted by relevance
221 FT_Slot_Internal slot_internal = slot->internal; in af_loader_load_glyph() local222 FT_GlyphLoader gloader = slot_internal->loader; in af_loader_load_glyph()377 loader->transformed = slot_internal->glyph_transformed; in af_loader_load_glyph()383 loader->trans_matrix = slot_internal->glyph_matrix; in af_loader_load_glyph()384 loader->trans_delta = slot_internal->glyph_delta; in af_loader_load_glyph()
224 FT_Slot_Internal slot_internal = slot->internal; in af_loader_load_glyph() local225 FT_GlyphLoader gloader = slot_internal->loader; in af_loader_load_glyph()386 loader->transformed = slot_internal->glyph_transformed; in af_loader_load_glyph()392 loader->trans_matrix = slot_internal->glyph_matrix; in af_loader_load_glyph()393 loader->trans_delta = slot_internal->glyph_delta; in af_loader_load_glyph()
1479 (af_loader_load_glyph): s/internal/slot_internal/.