Home | History | Annotate | Download | only in dist

Lines Matching defs:tables

320     unsigned tables[15];
371 tables[i] = makeName("EBDT"); table_writers[i] = writeEBDT; i++;
372 tables[i] = makeName("EBLC"); table_writers[i] = writeEBLC; i++;
373 tables[i] = makeName("OS/2"); table_writers[i] = writeOS2; i++;
374 tables[i] = makeName("PCLT"); table_writers[i] = writePCLT; i++;
375 tables[i] = makeName("cmap"); table_writers[i] = writecmap; i++;
377 tables[i] = makeName("glyf");
380 tables[i] = makeName("head"); table_writers[i] = writehead; i++;
381 tables[i] = makeName("hhea"); table_writers[i] = writehhea; i++;
383 tables[i] = makeName("hmtx");
387 tables[i] = makeName("loca");
390 tables[i] = makeName("maxp"); table_writers[i] = writemaxp; i++;
391 tables[i] = makeName("name"); table_writers[i] = writename; i++;
392 tables[i] = makeName("post"); table_writers[i] = writepost; i++;
394 rc = writeDir(out, font, i, tables);
404 if(tables[j] == makeName("head"))
456 writeDir(FILE *out, FontPtr font, int numTables, unsigned *tables)
473 writeULONG(out, tables[i]);
498 /* This relies on the fact that we always pad tables with zeroes. */
865 writeUSHORT(out, 1); /* number of encoding tables */