Searched refs:XftFtFile (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c36 static XftFtFile *_XftFtFiles;
39 static XftFtFile *
42 XftFtFile *f;
58 f = malloc (sizeof (XftFtFile) + strlen ((const char *) file) + 1);
62 XftMemAlloc (XFT_MEM_FILE, sizeof (XftFtFile) + strlen ((const char *) file) + 1);
83 static XftFtFile *
86 XftFtFile *f;
88 f = malloc (sizeof (XftFtFile));
91 XftMemAlloc (XFT_MEM_FILE, sizeof (XftFtFile));
109 XftFtFile *
[all...]
H A Dxftint.h112 } XftFtFile; typedef in typeref:struct:_XftFtFile
124 XftFtFile *file; /* face source */
381 _XftSetFace (XftFtFile *f, FT_F26Dot6 xsize, FT_F26Dot6 ysize, FT_Matrix *matrix);

Completed in 5 milliseconds