Home | History | Annotate | Download | only in base

Lines Matching refs:container

61     BasePIC*           container;
64 /* allocate pointer, clear and set global container pointer */
65 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
67 FT_MEM_SET( container, 0, sizeof ( *container ) );
68 pic_container->base = container;
77 &container->ft_outline_glyph_class );
79 &container->ft_bitmap_glyph_class );
81 (ft_raccess_guess_rec*)&container->ft_raccess_guess_table);