/external/skia/bench/ |
SkBenchLogger.h | 66 void nativeLogError(const char msg[]) { SkDebugf("%s", msg); } 70 void nativeLogProgress(const char msg[]) { SkDebugf("%s", msg); }
|
ImageDecodeBench.cpp | 58 SkDebugf("stream was invalid: %s\n", fName.c_str()); 68 SkDebugf("failed to decode %s\n", fName.c_str()); 75 SkDebugf("failed to rewind %s\n", fName.c_str());
|
/external/skia/src/gpu/gl/unix/ |
SkNativeGLContext_unix.cpp | 73 SkDebugf("Failed to open X display.\n"); 86 //SkDebugf("Getting matching framebuffer configs.\n"); 91 SkDebugf("Failed to retrieve a framebuffer config.\n"); 95 //SkDebugf("Found %d matching FB configs.\n", fbcount); 98 //SkDebugf("Getting XVisualInfos.\n"); 109 //SkDebugf(" Matching fbconfig %d, visual ID 0x%2x: SAMPLE_BUFFERS = %d," 126 //SkDebugf("Chosen visual ID = 0x%x\n", (unsigned int)vi->visualid); 134 SkDebugf("Failed to get visual information.\n"); 161 SkDebugf("Failed to create pixmap.\n"); 196 //SkDebugf("GLX_ARB_create_context not found. [all...] |
/external/skia/tests/ |
PathOpsDQuadTest.cpp | 45 SkDebugf("%s [%d] expected in hull\n", __FUNCTION__, index); 50 SkDebugf("%s [%d] expected outside hull\n", __FUNCTION__, index);
|
PathOpsDCubicTest.cpp | 25 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
|
PathOpsDTriangleTest.cpp | 37 SkDebugf("%s [%d] expected point in triangle\n", __FUNCTION__, index); 42 SkDebugf("%s [%d] expected point outside triangle\n", __FUNCTION__, index); 65 SkDebugf("%s [%d][%d] point on triangle is not in\n", __FUNCTION__, index, inner);
|
PathOpsExtendedTest.cpp | 60 SkDebugf("%d", (int) num); 70 SkDebugf("%sf", str.c_str()); 77 SkDebugf(", "); 80 SkDebugf(", "); 83 SkDebugf(");\n"); 92 SkDebugf(" %s.moveTo(", pathName); 96 SkDebugf(" %s.lineTo(", pathName); 100 SkDebugf(" %s.quadTo(", pathName); 104 SkDebugf(" %s.cubicTo(", pathName); 108 SkDebugf(" %s.close();\n", pathName) [all...] |
PathOpsCubicReduceOrderTest.cpp | 112 SkDebugf("[%d] pointDegenerates order=%d\n", static_cast<int>(index), order); 121 SkDebugf("[%d] notPointDegenerates order=%d\n", static_cast<int>(index), order); 131 SkDebugf("[%d] lines order=%d\n", static_cast<int>(index), order); 140 SkDebugf("[%d] notLines order=%d\n", static_cast<int>(index), order); 149 SkDebugf("[%d] line mod by epsilon order=%d\n", static_cast<int>(index), order); 158 SkDebugf("[%d] line less by epsilon/2 order=%d\n", static_cast<int>(index), order); 168 SkDebugf("[%d] line neg by epsilon/2 order=%d\n", static_cast<int>(index), order); 178 SkDebugf("[%d] point quad order=%d\n", static_cast<int>(index), order); 188 SkDebugf("[%d] line quad order=%d\n", static_cast<int>(index), order); 198 SkDebugf("[%d] line mod quad order=%d\n", static_cast<int>(index), order) [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkDebug_nacl.cpp | 24 static const char* kLogPrefix = "SkDebugf:"; 27 void SkDebugf(const char format[], ...) {
|
SkDebug_win.cpp | 19 void SkDebugf(const char format[], ...) { 27 // about SkDebugf performance we flush after every print.
|
SkPurgeableMemoryBlock_android.cpp | 64 SkDebugf("ashmem_create_region failed\n"); 70 SkDebugf("ashmem_set_prot_region failed\n"); 77 SkDebugf("mmap failed\n");
|
/external/skia/src/ports/ |
SkDebug_nacl.cpp | 24 static const char* kLogPrefix = "SkDebugf:"; 27 void SkDebugf(const char format[], ...) {
|
SkDebug_win.cpp | 19 void SkDebugf(const char format[], ...) { 27 // about SkDebugf performance we flush after every print.
|
SkPurgeableMemoryBlock_android.cpp | 64 SkDebugf("ashmem_create_region failed\n"); 70 SkDebugf("ashmem_set_prot_region failed\n"); 77 SkDebugf("mmap failed\n");
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDump.cpp | 63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str()); 65 SkDebugf("INVALID\" />\n"); 70 SkDebugf("%g\" />\n", SkScalarToFloat(value.fOperand.fScalar)); 73 SkDebugf("%d\" />\n", value.fOperand.fS32); 76 SkDebugf("%s\" />\n", value.fOperand.fString->c_str());
|
SkScriptDecompile.cpp | 130 SkDebugf("%d: %s", opCode - start - 1, gOpNames[op].fName); 136 SkDebugf(" index: %d", index); 144 SkDebugf(" ref: %d", ref); 151 SkDebugf(" integer: %d", integer); 158 SkDebugf(" scalar: %g", SkScalarToFloat(scalar)); 168 SkDebugf(" string: %s", strPtr->c_str()); 177 SkDebugf(" type: %s", gOperandNames[index].fName); 183 SkDebugf(" type: %s", gOperandNames[index + 1].fName); 196 SkDebugf(" offset (address): %d (%d)", size, opCode - start + size); 205 SkDebugf("\n") [all...] |
SkDrawMatrix.cpp | 100 SkDebugf("matrix=\"identity\"/>\n"); 106 SkDebugf("sx=\"%g\" ", SkScalarToFloat(result)); 109 SkDebugf("sy=\"%g\" ", SkScalarToFloat(result)); 112 SkDebugf("skew-x=\"%g\" ", SkScalarToFloat(result)); 115 SkDebugf("skew-y=\"%g\" ", SkScalarToFloat(result)); 118 SkDebugf("tx=\"%g\" ", SkScalarToFloat(result)); 121 SkDebugf("ty=\"%g\" ", SkScalarToFloat(result)); 124 SkDebugf("perspect-x=\"%g\" ", SkScalarToFloat(result)); 127 SkDebugf("perspect-y=\"%g\" ", SkScalarToFloat(result)); 128 SkDebugf("/>\n") [all...] |
SkMatrixParts.cpp | 189 SkDebugf("/>\n"); 192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, ""); 196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, ""); 199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, ""); 203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, ""); 257 SkDebugf("/>\n"); 260 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, ""); 264 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, ""); 267 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, ""); 271 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "") [all...] |
/external/skia/src/animator/ |
SkDump.cpp | 63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str()); 65 SkDebugf("INVALID\" />\n"); 70 SkDebugf("%g\" />\n", SkScalarToFloat(value.fOperand.fScalar)); 73 SkDebugf("%d\" />\n", value.fOperand.fS32); 76 SkDebugf("%s\" />\n", value.fOperand.fString->c_str());
|
SkScriptDecompile.cpp | 130 SkDebugf("%d: %s", opCode - start - 1, gOpNames[op].fName); 136 SkDebugf(" index: %d", index); 144 SkDebugf(" ref: %d", ref); 151 SkDebugf(" integer: %d", integer); 158 SkDebugf(" scalar: %g", SkScalarToFloat(scalar)); 168 SkDebugf(" string: %s", strPtr->c_str()); 177 SkDebugf(" type: %s", gOperandNames[index].fName); 183 SkDebugf(" type: %s", gOperandNames[index + 1].fName); 196 SkDebugf(" offset (address): %d (%d)", size, opCode - start + size); 205 SkDebugf("\n") [all...] |
SkDrawMatrix.cpp | 100 SkDebugf("matrix=\"identity\"/>\n"); 106 SkDebugf("sx=\"%g\" ", SkScalarToFloat(result)); 109 SkDebugf("sy=\"%g\" ", SkScalarToFloat(result)); 112 SkDebugf("skew-x=\"%g\" ", SkScalarToFloat(result)); 115 SkDebugf("skew-y=\"%g\" ", SkScalarToFloat(result)); 118 SkDebugf("tx=\"%g\" ", SkScalarToFloat(result)); 121 SkDebugf("ty=\"%g\" ", SkScalarToFloat(result)); 124 SkDebugf("perspect-x=\"%g\" ", SkScalarToFloat(result)); 127 SkDebugf("perspect-y=\"%g\" ", SkScalarToFloat(result)); 128 SkDebugf("/>\n") [all...] |
SkMatrixParts.cpp | 189 SkDebugf("/>\n"); 192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, ""); 196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, ""); 199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, ""); 203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, ""); 257 SkDebugf("/>\n"); 260 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, ""); 264 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, ""); 267 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, ""); 271 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "") [all...] |
/external/skia/tools/ |
skdiff_image.cpp | 83 SkDebugf("Skia image diff tool\n"); 84 SkDebugf("\n" 87 SkDebugf( 150 SkDebugf("failonresult expects one argument.\n"); 157 SkDebugf("ignoring unrecognized result <%s>\n", argv[i]); 163 SkDebugf("failonstatus missing base status.\n"); 168 SkDebugf("unrecognized base status <%s>\n", argv[i]); 172 SkDebugf("failonstatus missing comparison status.\n"); 177 SkDebugf("unrecognized comarison status <%s>\n", argv[i]); 198 SkDebugf("outputdir expects one argument.\n") [all...] |
/external/chromium_org/third_party/skia/src/views/ |
SkEvent.cpp | 142 SkDEBUGCODE(SkDebugf("SkEvent::inflate unrecognized subelement <%s>\n", dom.getName(node));) 149 SkDEBUGCODE(SkDebugf("SkEvent::inflate missing required \"name\" attribute in <data> subelement\n");) 170 SkDebugf("SkEvent::inflate <data name=\"%s\"> subelement missing required type attribute [S32 | scalar | string]\n", name); 185 SkDebugf("%s ", title); 189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32()); 201 SkDebugf(" <%s>=", name); 207 SkDebugf("%d ", value); 213 SkDebugf("%f", SkScalarToFloat(values[0])); 215 SkDebugf(", %f", SkScalarToFloat(values[i])); 216 SkDebugf(" "); [all...] |
/external/skia/src/views/ |
SkEvent.cpp | 142 SkDEBUGCODE(SkDebugf("SkEvent::inflate unrecognized subelement <%s>\n", dom.getName(node));) 149 SkDEBUGCODE(SkDebugf("SkEvent::inflate missing required \"name\" attribute in <data> subelement\n");) 170 SkDebugf("SkEvent::inflate <data name=\"%s\"> subelement missing required type attribute [S32 | scalar | string]\n", name); 185 SkDebugf("%s ", title); 189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32()); 201 SkDebugf(" <%s>=", name); 207 SkDebugf("%d ", value); 213 SkDebugf("%f", SkScalarToFloat(values[0])); 215 SkDebugf(", %f", SkScalarToFloat(values[i])); 216 SkDebugf(" "); [all...] |