Home
last modified time | relevance | path

Searched refs:DebugTrace1 (Results 1 – 7 of 7) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dttload.c46 # define DebugTrace1( font, fmt, x) (void)(!font->DebugPrint ? 0 : font->DebugPrint(font, fmt, x)) macro
49 # define DebugTrace1( font, fmt, x) macro
203 DebugTrace1(font, "loaded, %12d bytes\n", face->fontPgmSize); in Load_TrueType_Programs()
222 DebugTrace1(font, "loaded, %12d bytes\n", face->cvtPgmSize ); in Load_TrueType_Programs()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dttload.c46 # define DebugTrace1( font, fmt, x) (void)(!font->DebugPrint ? 0 : font->DebugPrint(font, fmt, x)) macro
49 # define DebugTrace1( font, fmt, x) macro
203 DebugTrace1(font, "loaded, %12d bytes\n", face->fontPgmSize); in Load_TrueType_Programs()
222 DebugTrace1(font, "loaded, %12d bytes\n", face->cvtPgmSize ); in Load_TrueType_Programs()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dttload.c48 # define DebugTrace1( font, fmt, x) (void)(!font->DebugPrint ? 0 : font->DebugPrint(font, fmt, x)) macro
51 # define DebugTrace1( font, fmt, x) macro
201 DebugTrace1(font, "loaded, %12d bytes\n", face->fontPgmSize); in Load_TrueType_Programs()
220 DebugTrace1(font, "loaded, %12d bytes\n", face->cvtPgmSize ); in Load_TrueType_Programs()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dttload.c48 # define DebugTrace1( font, fmt, x) (void)(!font->DebugPrint ? 0 : font->DebugPrint(font, fmt, x)) macro
51 # define DebugTrace1( font, fmt, x) macro
201 DebugTrace1(font, "loaded, %12d bytes\n", face->fontPgmSize); in Load_TrueType_Programs()
220 DebugTrace1(font, "loaded, %12d bytes\n", face->cvtPgmSize ); in Load_TrueType_Programs()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dttload.c48 # define DebugTrace1( font, fmt, x) (void)(!font->DebugPrint ? 0 : font->DebugPrint(font, fmt, x)) macro
51 # define DebugTrace1( font, fmt, x) macro
201 DebugTrace1(font, "loaded, %12d bytes\n", face->fontPgmSize); in Load_TrueType_Programs()
220 DebugTrace1(font, "loaded, %12d bytes\n", face->cvtPgmSize ); in Load_TrueType_Programs()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dttload.c48 # define DebugTrace1( font, fmt, x) (void)(!font->DebugPrint ? 0 : font->DebugPrint(font, fmt, x)) macro
51 # define DebugTrace1( font, fmt, x) macro
201 DebugTrace1(font, "loaded, %12d bytes\n", face->fontPgmSize); in Load_TrueType_Programs()
220 DebugTrace1(font, "loaded, %12d bytes\n", face->cvtPgmSize ); in Load_TrueType_Programs()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-embrodery-stitch-ordering.cpp25 #define DebugTrace1(list) // g_warning list macro
33 #define DebugTrace1TSP(list) DebugTraceTSP( DebugTrace1(list) )