Home
last modified time | relevance | path

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

/plan9/sys/src/libdraw/
H A Dmkfont.c12 Cachefont *c; in mkfont()
38 font->sub = malloc(sizeof(Cachefont*)); in mkfont()
41 c = malloc(sizeof(Cachefont)); in mkfont()
H A Dbuildfont.c17 Cachefont *c; in buildfont()
85 fnt->sub = realloc(fnt->sub, (fnt->nsub+1)*sizeof(Cachefont*)); in buildfont()
91 c = malloc(sizeof(Cachefont)); in buildfont()
118 Cachefont *c; in freefont()
H A Dfont.c150 cf2subfont(Cachefont *cf, Font *f) in cf2subfont()
178 Cachefont *cf; in loadchar()
/plan9/sys/include/
H A Ddraw.h4 typedef struct Cachefont Cachefont; typedef
274 struct Cachefont struct
295 Cachefont *cf; /* font info that owns us */ argument
313 Cachefont **sub; /* as read from file */
/plan9/sys/src/cmd/unix/drawterm/include/
H A Ddraw.h6 typedef struct Cachefont Cachefont; typedef
275 struct Cachefont struct
296 Cachefont *cf; /* font info that owns us */ argument
314 Cachefont **sub; /* as read from file */
/plan9/sys/include/ape/
H A Ddraw.h14 typedef struct Cachefont Cachefont; typedef
282 struct Cachefont struct
303 Cachefont *cf; /* font info that owns us */ argument
321 Cachefont **sub; /* as read from file */
/plan9/sys/src/cmd/samterm/
H A Dsyms461 aggr Cachefont
471 Cachefont(addr) {
472 complex Cachefont addr;
504 'A' Cachefont 4 cf;
532 'A' Cachefont 44 sub;
/plan9/sys/src/libscribble/
H A Dsyms647 aggr Cachefont
657 Cachefont(addr) {
658 complex Cachefont addr;
690 'A' Cachefont 4 cf;
717 'A' Cachefont 40 sub;