/external/skia/include/gpu/ |
GrConfig.h | 93 #define GrPrintf SkDebugf
|
/external/skia/src/core/ |
SkPackBits.cpp | 93 SkDebugf("----- packbits memset stats: "); 96 SkDebugf(" %d:%d", i, gMemSetBuckets[i]); 107 SkDebugf("----- packbits memcpy stats: "); 110 SkDebugf(" %d:%d", i, gMemCpyBuckets[i]);
|
SkPicture.cpp | 49 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break; 87 SkDebugf("DrawType error 0x%08x\n", drawType); 105 SkDebugf("scaleX != 0 && skewX != 0\n");
|
/frameworks/base/media/tests/omxjpegdecoder/ |
jpeg_decoder_bench.cpp | 40 SkDebugf("--- %s\n", msg);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayAdd.cpp | 64 SkDebugf("where=\"%s\" ", where->id); 66 SkDebugf("mode=\"immediate\" "); 67 SkDebugf(">\n");
|
SkDrawPaint.cpp | 127 SkDebugf(">\n"); 133 SkDebugf(">\n"); 140 SkDebugf(">\n"); 166 // SkDebugf("measureText: %s = %g\n", parameters[0].fOperand.fString->c_str(),
|
/external/chromium_org/third_party/skia/src/core/ |
SkPicture.cpp | 49 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break; 87 SkDebugf("DrawType error 0x%08x\n", drawType); 105 SkDebugf("scaleX != 0 && skewX != 0\n");
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsLine.cpp | 195 SkDebugf("{{"); 197 SkDebugf(", "); 199 SkDebugf("}}\n");
|
SkPathOpsCommon.cpp | 61 SkDebugf("%s [%d] mid=%1.9g->%1.9g s=%1.9g (%1.9g,%1.9g) m=%1.9g (%1.9g,%1.9g)" 158 SkDebugf("%s winding=%d spanWinding=%d\n", 187 SkDebugf("%s id=%d maxWinding=%d winding=%d sign=%d\n", __FUNCTION__, 429 SkDebugf("%s\n", __FUNCTION__); 442 SkDebugf("%s contour", __FUNCTION__); 444 SkDebugf("[%d]", runs.count()); 446 SkDebugf(" "); 448 SkDebugf(" start=(%1.9g,%1.9g) end=(%1.9g,%1.9g)\n", 526 SkDebugf("%s %c%d <- s%d - e%d -> %c%d\n", __FUNCTION__, s < 0 ? 's' : 'e', 547 SkDebugf("%s sIndex=%c%d eIndex=%c%d\n", __FUNCTION__, sIndex < 0 ? 's' : 'e' [all...] |
/external/skia/src/animator/ |
SkDisplayAdd.cpp | 64 SkDebugf("where=\"%s\" ", where->id); 66 SkDebugf("mode=\"immediate\" "); 67 SkDebugf(">\n");
|
SkDrawPaint.cpp | 127 SkDebugf(">\n"); 133 SkDebugf(">\n"); 140 SkDebugf(">\n"); 166 // SkDebugf("measureText: %s = %g\n", parameters[0].fOperand.fString->c_str(),
|
/external/skia/src/pathops/ |
SkPathOpsLine.cpp | 195 SkDebugf("{{"); 197 SkDebugf(", "); 199 SkDebugf("}}\n");
|
SkPathOpsCommon.cpp | 61 SkDebugf("%s [%d] mid=%1.9g->%1.9g s=%1.9g (%1.9g,%1.9g) m=%1.9g (%1.9g,%1.9g)" 158 SkDebugf("%s winding=%d spanWinding=%d\n", 187 SkDebugf("%s id=%d maxWinding=%d winding=%d sign=%d\n", __FUNCTION__, 429 SkDebugf("%s\n", __FUNCTION__); 442 SkDebugf("%s contour", __FUNCTION__); 444 SkDebugf("[%d]", runs.count()); 446 SkDebugf(" "); 448 SkDebugf(" start=(%1.9g,%1.9g) end=(%1.9g,%1.9g)\n", 526 SkDebugf("%s %c%d <- s%d - e%d -> %c%d\n", __FUNCTION__, s < 0 ? 's' : 'e', 547 SkDebugf("%s sIndex=%c%d eIndex=%c%d\n", __FUNCTION__, sIndex < 0 ? 's' : 'e' [all...] |
/external/skia/tests/ |
ClipperTest.cpp | 97 SkDebugf("----- [%d] %g %g -> %g %g\n", i/2, dst[0].fX, dst[0].fY, dst[1].fX, dst[1].fY); 121 SkDebugf("++++ [%d] %g %g -> %g %g\n", i/2, dst[0].fX, dst[0].fY, dst[1].fX, dst[1].fY); 140 SkDebugf("++++ [%d] %g %g -> %g %g\n", i/2, dst[0].fX, dst[0].fY, dst[1].fX, dst[1].fY);
|
RegionTest.cpp | 214 SkDebugf("\n"); 216 SkDebugf(" { %d, %d, %d, %d },\n", 220 SkDebugf("\n");
|
/external/skia/tools/ |
skdiff_main.cpp | 301 SkDebugf("WARNING: couldn't read %s file <%s>\n", name, resource.fFullPath.c_str()); 498 SkDebugf("Skia baseline image diff tool\n"); 499 SkDebugf("\n" 502 SkDebugf( 582 SkDebugf("failonresult expects one argument.\n"); 589 SkDebugf("ignoring unrecognized result <%s>\n", argv[i]); 595 SkDebugf("failonstatus missing base status.\n"); 600 SkDebugf("unrecognized base status <%s>\n", argv[i]); 604 SkDebugf("failonstatus missing comparison status.\n"); 609 SkDebugf("unrecognized comarison status <%s>\n", argv[i]) [all...] |
skimage_main.cpp | 641 SkDebugf("Could not determine type for '%s'\n", srcPath); 702 SkDebugf("%s:\n", title); 704 SkDebugf("\t%s\n", strings[i].c_str()); 706 SkDebugf("\n"); 745 SkDebugf("Folder(s) or image(s) to decode are required.\n"); [all...] |
/external/chromium_org/third_party/skia/src/views/ |
SkView.cpp | 790 SkDebugf("%s=\"%g\"", name, value/65536.); 796 SkDebugf(" "); 803 SkDebugf("<view"); 818 SkDebugf(">\n"); 826 SkDebugf("</view>\n"); 834 SkDebugf(" />\n");
|
SkTouchGesture.cpp | 151 SkDebugf("---- already exists, removing\n"); 211 SkDebugf("---- add missing begin\n"); 262 SkDebugf("--- not found\n");
|
/external/chromium_org/third_party/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 60 SkDebugf("Got error %d getting the context!\n", status); 200 SkDebugf("------ %d bounds %g %g %g %g\n", r.right - r.left, 436 // SkDebugf("signal nonempty\n"); 445 // SkDebugf("timer task fired\n"); 462 // SkDebugf("installtimetask of %d returned %d\n", delay, err); 475 SkDebugf("---- agl version %d %d\n", major, minor); 491 SkDebugf("----- agl format %p\n", format); 493 SkDebugf("----- agl context %p\n", ctx); 521 SkDebugf("---- aglSetWindowRef %d %d %s [%d %d]\n", success, err,
|
/external/skia/src/views/ |
SkView.cpp | 790 SkDebugf("%s=\"%g\"", name, value/65536.); 796 SkDebugf(" "); 803 SkDebugf("<view"); 818 SkDebugf(">\n"); 826 SkDebugf("</view>\n"); 834 SkDebugf(" />\n");
|
SkTouchGesture.cpp | 151 SkDebugf("---- already exists, removing\n"); 211 SkDebugf("---- add missing begin\n"); 262 SkDebugf("--- not found\n");
|
/external/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 60 SkDebugf("Got error %d getting the context!\n", status); 200 SkDebugf("------ %d bounds %g %g %g %g\n", r.right - r.left, 436 // SkDebugf("signal nonempty\n"); 445 // SkDebugf("timer task fired\n"); 462 // SkDebugf("installtimetask of %d returned %d\n", delay, err); 475 SkDebugf("---- agl version %d %d\n", major, minor); 491 SkDebugf("----- agl format %p\n", format); 493 SkDebugf("----- agl context %p\n", ctx); 521 SkDebugf("---- aglSetWindowRef %d %d %s [%d %d]\n", success, err,
|
/external/chromium_org/third_party/skia/include/core/ |
SkTypes.h | 93 #ifndef SkDebugf 94 void SkDebugf(const char format[], ...); 103 // #define SkDEBUGF(args ) SkDebugf##args 104 #define SkDEBUGF(args ) SkDebugf args 110 #define SkDEBUGF(args)
|
/external/skia/include/core/ |
SkTypes.h | 93 #ifndef SkDebugf 94 void SkDebugf(const char format[], ...); 103 // #define SkDEBUGF(args ) SkDebugf##args 104 #define SkDEBUGF(args ) SkDebugf args 110 #define SkDEBUGF(args)
|