/external/skia/tests/ |
FontNamesTest.cpp | 164 SkDebugf("[%s]\n", familyName.c_str()); 172 SkDebugf("(%s) <%s>\n", familyNameLocalized.fString.c_str(), 196 SkDebugf("{%s} <%s>\n", record.name.c_str(), record.language.c_str()); 208 SkDebugf("{{%s}} <%s>\n", record.name.c_str(), record.language.c_str()); 213 SkDebugf("\n");
|
ClampRangeTest.cpp | 17 SkDebugf("dsfdssd\n"); 68 SkDebugf("%x %x\n", fx, range.fFx1);
|
ParsePathTest.cpp | 26 SkDebugf("str1=%s\nstr2=%s\n", str.c_str(), str2.c_str());
|
PathOpsDLineTest.cpp | 43 SkDebugf("%s [%d] expected left\n", __FUNCTION__, index);
|
/frameworks/base/core/jni/android/graphics/ |
CreateJavaOutputStreamAdaptor.cpp | 75 SkDebugf("---- read threw an exception\n"); 89 SkDebugf("---- read:GetByteArrayRegion threw an exception\n"); 110 SkDebugf("------- skip threw an exception\n"); 192 SkDebugf("--- write:SetByteArrayElements threw an exception\n"); 201 SkDebugf("------- write threw an exception\n");
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayTypes.cpp | 42 SkDebugf("value=\"%s\" />\n", value ? "true" : "false"); 63 SkDebugf("value=\"%d\" />\n", value); 84 SkDebugf("value=\"%g\" />\n", SkScalarToFloat(value));
|
SkDrawBitmap.cpp | 71 SkDebugf("erase=\"argb(%d,%d,%d,%d)\" ", SkColorGetA(fColor)/255, SkColorGetR(fColor), 74 SkDebugf("rowBytes=\"%d\" ", rowBytes); 83 SkDebugf("format=\"%s\" />\n", formatName);
|
SkDrawRectangle.cpp | 57 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" />\n", 138 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" rx=\"%g\" ry=\"%g\" />\n",
|
/external/chromium_org/third_party/skia/src/effects/ |
SkTableMaskFilter.cpp | 123 SkDebugf("%d %d start [%d]", min, max, j); 125 SkDebugf(" %d", table[j]); 127 SkDebugf("\n\n");
|
/external/skia/src/animator/ |
SkDisplayTypes.cpp | 42 SkDebugf("value=\"%s\" />\n", value ? "true" : "false"); 63 SkDebugf("value=\"%d\" />\n", value); 84 SkDebugf("value=\"%g\" />\n", SkScalarToFloat(value));
|
SkDrawBitmap.cpp | 71 SkDebugf("erase=\"argb(%d,%d,%d,%d)\" ", SkColorGetA(fColor)/255, SkColorGetR(fColor), 74 SkDebugf("rowBytes=\"%d\" ", rowBytes); 83 SkDebugf("format=\"%s\" />\n", formatName);
|
SkDrawRectangle.cpp | 57 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" />\n", 138 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" rx=\"%g\" ry=\"%g\" />\n",
|
/external/skia/src/effects/ |
SkTableMaskFilter.cpp | 123 SkDebugf("%d %d start [%d]", min, max, j); 125 SkDebugf(" %d", table[j]); 127 SkDebugf("\n\n");
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 435 SkDebugf("clamp-nofilter-persp failed piece %d\n", bad); 436 SkDebugf(" maxX %08x maxY %08x\n", maxX, maxY); 443 SkDebugf("%d: got %08x want %08x srcXY[0] %08x srcXY[1] %08x\n", 447 SkDebugf ("---\n"); 451 SkDebugf("xy ended at %08x, should be %08x\n", xy, end_xy); 454 SkDebugf("srcXY ended at %08x, should be %08x\n", srcXY, 566 SkDebugf("clamp-filter-scale fails\n"); 567 SkDebugf("got %08x want %08x\n", xy[i], want); 568 SkDebugf("fx %08x debug_fx %08x dx %08x done %d\n", 570 SkDebugf(" maxX %08x one %08x\n", maxX, one) [all...] |
/external/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 435 SkDebugf("clamp-nofilter-persp failed piece %d\n", bad); 436 SkDebugf(" maxX %08x maxY %08x\n", maxX, maxY); 443 SkDebugf("%d: got %08x want %08x srcXY[0] %08x srcXY[1] %08x\n", 447 SkDebugf ("---\n"); 451 SkDebugf("xy ended at %08x, should be %08x\n", xy, end_xy); 454 SkDebugf("srcXY ended at %08x, should be %08x\n", srcXY, 566 SkDebugf("clamp-filter-scale fails\n"); 567 SkDebugf("got %08x want %08x\n", xy[i], want); 568 SkDebugf("fx %08x debug_fx %08x dx %08x done %d\n", 570 SkDebugf(" maxX %08x one %08x\n", maxX, one) [all...] |
/external/skia/tools/ |
filtermain.cpp | 25 SkDebugf("Usage: filter -i inFile [-o outFile] [--input-dir path] [--output-dir path]\n"); 26 SkDebugf(" [-h|--help]\n\n"); 27 SkDebugf(" -i inFile : file to filter.\n"); 28 SkDebugf(" -o outFile : result of filtering.\n"); 29 SkDebugf(" --input-dir : process all files in dir with .skp extension.\n"); 30 SkDebugf(" --output-dir : results of filtering the input dir.\n"); 31 SkDebugf(" -h|--help : Show this help message.\n"); 673 SkDebugf("Could not read file %s\n", inFile.c_str()); 734 SkDebugf("%d: %d ", opt, localCount[opt]); 740 SkDebugf("No opts fired\n") [all...] |
pinspect.cpp | 40 SkDebugf("Could not create SkPicture: %s\n", path);
|
skdiff_utils.cpp | 30 SkDebugf("WARNING: could not open file <%s> for reading\n", file_path); 41 SkDebugf("WARNING: error reading from <%s>\n", file_path); 56 SkDebugf("ERROR: no codec found for <%s>\n", resource.fFullPath.c_str()); 67 SkDebugf("ERROR: codec failed for basePath <%s>\n", resource.fFullPath.c_str());
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsTypes.h | 317 SkDebugf("%.0f", x); 319 SkDebugf("%1.17g", x); 325 SkDebugf("%.0f", x); 327 SkDebugf("%1.9gf", x);
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.h | 23 SkDebugf("file %s:%d: assert failed '" #pred "'\n", __FILE__, __LINE__); \
|
/external/chromium_org/third_party/skia/src/utils/ |
SkLayer.cpp | 33 SkDebugf("SkLayer new: %d\n", gLayerAllocCount); 50 SkDebugf("SkLayer copy: %d\n", gLayerAllocCount); 59 SkDebugf("SkLayer delete: %d\n", gLayerAllocCount); 173 // SkDebugf("----- no onDraw for %p\n", this); 183 SkDebugf("--- drawlayer %p opacity %g size [%g %g] pos [%g %g] matrix %s children %s\n", 190 // SkDebugf("---- abort drawing %p opacity %g\n", this, opacity);
|
/external/skia/src/pathops/ |
SkPathOpsTypes.h | 317 SkDebugf("%.0f", x); 319 SkDebugf("%1.17g", x); 325 SkDebugf("%.0f", x); 327 SkDebugf("%1.9gf", x);
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 23 SkDebugf("file %s:%d: assert failed '" #pred "'\n", __FILE__, __LINE__); \
|
/external/skia/src/utils/ |
SkLayer.cpp | 33 SkDebugf("SkLayer new: %d\n", gLayerAllocCount); 50 SkDebugf("SkLayer copy: %d\n", gLayerAllocCount); 59 SkDebugf("SkLayer delete: %d\n", gLayerAllocCount); 173 // SkDebugf("----- no onDraw for %p\n", this); 183 SkDebugf("--- drawlayer %p opacity %g size [%g %g] pos [%g %g] matrix %s children %s\n", 190 // SkDebugf("---- abort drawing %p opacity %g\n", this, opacity);
|
/external/skia/tools/lua/ |
lua_app.cpp | 51 SkDebugf("failed to load %s\n", argv[i]);
|