HomeSort by: relevance | last modified time | path
    Searched defs:op_byte (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/utils/tfmtodit/
tfmtodit.cpp 81 unsigned char op_byte; member in struct:lig_kern_command
143 i = (256*t->lig_kern[i].op_byte
148 if (skip <= 128 && t->lig_kern[i].op_byte >= 128) {
151 *k = t->kern[256*(t->lig_kern[i].op_byte - 128)
181 i = 256*lig_kern[i].op_byte + lig_kern[i].remainder;
187 // op_byte == 0.
188 if (lig_kern[i].op_byte == 0
365 lig_kern[i].op_byte = *ptr++;

Completed in 138 milliseconds