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

/external/skia/src/core/
H A DSkConcaveToTriangles.cpp56 static void DebugPrintf(const char *format, ...) { function
75 inline void DebugPrintf(const char *format, ...) {} function
189 DebugPrintf("Unexpected non-null second trapezoid.\n");
292 DebugPrintf("Entering getTrapezoidWithEdge(): looking through %d\n",
294 DebugPrintf("trying to find %p: ", edge);
299 DebugPrintf("%p and %p, ", (**tp).left(), (**tp).right());
301 DebugPrintf("\ngetTrapezoidWithEdge found the trapezoid\n");
305 DebugPrintf("getTrapezoidWithEdge found no trapezoid\n");
313 DebugPrintf("Inserting a trapezoid...");
319 DebugPrintf("
[all...]

Completed in 58 milliseconds