Lines Matching refs:table_writers
323 int (*(table_writers[15]))(FILE*, FontPtr);
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++;
378 table_writers[i] = writeglyf; i++;
380 tables[i] = makeName("head"); table_writers[i] = writehead; i++;
381 tables[i] = makeName("hhea"); table_writers[i] = writehhea; i++;
384 table_writers[i] = writehmtx; i++;
388 table_writers[i] = writeloca; i++;
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++;
406 rc = table_writers[j](out, font);