Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dttfoutl.h45 typedef struct ttfMemoryDescriptor_s ttfMemoryDescriptor; typedef
72 void *(*alloc_struct)(ttfMemory *, const ttfMemoryDescriptor *, const char *cname);
H A Dttfmain.c152 …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 Dgxttfb.c286 private void *gx_ttfMemory__alloc_struct(ttfMemory *this, const ttfMemoryDescriptor *d, const char… in gx_ttfMemory__alloc_struct()