Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftsystem.c225 const char* filepathname ) in FT_Stream_Open() argument
234 stream->pathname.pointer = (char*)filepathname; in FT_Stream_Open()
240 file = ft_fopen( filepathname, "rb" ); in FT_Stream_Open()
244 " could not open `%s'\n", filepathname )); in FT_Stream_Open()
254 FT_ERROR(( " opened `%s' but zero-sized\n", filepathname )); in FT_Stream_Open()
266 filepathname, stream->size )); in FT_Stream_Open()
A Dftobjs.c2296 const char* filepathname ) in FT_Attach_File() argument
2303 if ( !filepathname ) in FT_Attach_File()
2308 open.pathname = (char*)filepathname; in FT_Attach_File()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h1942 const char* filepathname,
2064 const char* filepathname );
/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h326 const char* filepathname );

Completed in 25 milliseconds