Searched defs:ppdEmitString (Results 1 - 1 of 1) sorted by relevance

/external/libcups/cups/
H A Dppd-emit.c271 buffer = ppdEmitString(ppd, section, limit ? min_order : 0.0f);
317 buffer = ppdEmitString(ppd, section, 0.0);
588 * 'ppdEmitString()' - Get a string containing the code for marked options.
602 ppdEmitString(ppd_file_t *ppd, /* I - PPD file record */ function
619 DEBUG_printf(("ppdEmitString(ppd=%p, section=%d, min_order=%f)",
691 DEBUG_puts("2ppdEmitString: Custom size set!");
748 DEBUG_printf(("2ppdEmitString: Allocating %d bytes for string...",
863 DEBUG_printf(("2ppdEmitString: Adding code for %s=%s...",
1069 DEBUG_printf(("2ppdEmitString: Offset in string is %d...",

Completed in 180 milliseconds