Searched refs:ttfMemoryDescriptor (Results 1 – 3 of 3) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | ttfoutl.h | 45 typedef struct ttfMemoryDescriptor_s ttfMemoryDescriptor; typedef 72 void *(*alloc_struct)(ttfMemory *, const ttfMemoryDescriptor *, const char *cname);
|
| H A D | ttfmain.c | 152 …tti = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_ttfInterpreter, "ttfInterpreter__obt… in ttfInterpreter__obtain() 159 …tti->exec = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_TExecution_Context, "ttfInterp… in ttfInterpreter__obtain() 296 this->face = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_TFace, "ttfFont__Open"); in ttfFont__Open() 309 … this->inst = mem->alloc_struct(mem, (const ttfMemoryDescriptor *)&st_TInstance, "ttfFont__Open"); in ttfFont__Open()
|
| H A D | gxttfb.c | 286 private void *gx_ttfMemory__alloc_struct(ttfMemory *this, const ttfMemoryDescriptor *d, const char… in gx_ttfMemory__alloc_struct()
|