Home | History | Annotate | Download | only in base

Lines Matching refs:faces

858   /* destructor for faces list */
3978 /* all child faces. */
4412 * Close all faces in the library. If we don't do this, we can have
4422 * Some faces are dependent on other faces, like Type42 faces that
4423 * depend on TrueType faces synthesized internally.
4440 FT_List faces;
4450 FT_TRACE7(( "FT_Done_Library: close faces for %s\n", module_name ));
4452 faces = &FT_DRIVER( module )->faces_list;
4453 while ( faces->head )
4455 FT_Done_Face( FT_FACE( faces->head->data ) );
4456 if ( faces->head )
4457 FT_TRACE0(( "FT_Done_Library: failed to free some faces\n" ));