Home | History | Annotate | Download | only in smooth

Lines Matching defs:FT_TRACE5

181 #ifndef FT_TRACE5
182 #define FT_TRACE5( varformat ) FT_Message varformat
199 #define FT_TRACE5( x ) do { } while ( 0 ) /* nothing */
1557 FT_TRACE5(( "FT_Outline_Decompose: Outline %d\n", n ));
1606 FT_TRACE5(( " move to (%.2f, %.2f)\n",
1628 FT_TRACE5(( " line to (%.2f, %.2f)\n",
1656 FT_TRACE5(( " conic to (%.2f, %.2f)"
1672 FT_TRACE5(( " conic to (%.2f, %.2f)"
1684 FT_TRACE5(( " conic to (%.2f, %.2f)"
1717 FT_TRACE5(( " cubic to (%.2f, %.2f)"
1728 FT_TRACE5(( " cubic to (%.2f, %.2f)"
1740 FT_TRACE5(( " line to (%.2f, %.2f)\n",
1751 FT_TRACE5(( "FT_Outline_Decompose: Done\n", n ));
1755 FT_TRACE5(( "FT_Outline_Decompose: Error %d\n", error ));