Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dfmmodule.c15 fmfonthandle fh_fh; member
34 fhp->fh_fh = fh; in newfhobject()
46 return newfhobject(fmscalefont(self->fh_fh, size)); in fh_scalefont()
54 fmsetfont(self->fh_fh); in fh_setfont()
64 len = fmgetfontname(self->fh_fh, sizeof fontname, fontname); in fh_getfontname()
77 len = fmgetcomment(self->fh_fh, sizeof comment, comment); in fh_getcomment()
89 if (fmgetfontinfo(self->fh_fh, &info) < 0) { in fh_getfontinfo()
117 return PyInt_FromLong(fmgetstrwidth(self->fh_fh, str)); in fh_getstrwidth()
142 fmfreefont(fhp->fh_fh); in fh_dealloc()