HomeSort by relevance Sort by last modified time
    Searched refs:SkDebugf (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/src/utils/
SkDebugTrace.h 18 SkDebugf("Trace: %s\n", event)
20 SkDebugf("Trace: %s (%s=%s)\n", event, name1, value1)
22 SkDebugf("Trace: %s (%s=%s, %s=%s)\n", event, name1, value1, name2, value2)
SkJSON.cpp 28 LEAK_CODE(SkDebugf(" string[%d]\n", gStringCount++);)
47 LEAK_CODE(SkASSERT(gStringCount > 0); SkDebugf("~string[%d]\n", --gStringCount);)
55 LEAK_CODE(SkDebugf(" slot[%d]\n", gSlotCount++);)
102 LEAK_CODE(SkASSERT(gSlotCount > 0); SkDebugf("~slot[%d]\n", --gSlotCount);)
167 LEAK_CODE(SkDebugf(" object[%d]\n", gObjectCount++);)
171 LEAK_CODE(SkDebugf(" object[%d]\n", gObjectCount++);)
206 LEAK_CODE(SkASSERT(gObjectCount > 0); SkDebugf("~object[%d]\n", --gObjectCount);)
369 SkDebugf(" ");
374 SkDebugf("{\n");
376 SkDebugf("}\n")
    [all...]
  /frameworks/base/core/jni/android/graphics/
Utils.cpp 25 SkDebugf("----- fAsset->seek(rewind) failed\n");
43 SkDebugf("---- fAsset->seek(oldOffset) failed\n");
48 SkDebugf("---- fAsset->seek(%d) failed\n", size);
55 SkDebugf("---- fAsset->read(%d) returned %d\n", size, amount);
67 SkDebugf("--- %s\n", msg);
  /external/skia/src/animator/
SkDisplayRandom.cpp 39 SkDebugf("min=\"%g\" ", SkScalarToFloat(min));
40 SkDebugf("max=\"%g\" ", SkScalarToFloat(max));
41 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
43 SkDebugf("min=\"%x\" ", min);
44 SkDebugf("max=\"%x\" ", max);
45 SkDebugf("blend=\"%x\" ", blend);
47 SkDebugf("/>\n");
SkAnimateField.cpp 41 SkDebugf("mirror=\"true\" ");
43 SkDebugf("reset=\"true\" ");
45 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000)));
47 SkDebugf("repeat=\"%g\" ", SkScalarToFloat(repeat));
49 SkDebugf("dur=\"%x\" ", SkScalarDiv(dur,1000));
51 SkDebugf("repeat=\"%x\" ", repeat);
54 // SkDebugf("values=\"%s\" ", values);
56 SkDebugf("blend=\"[");
60 SkDebugf(",");
63 SkDebugf("%g", SkScalarToFloat(blend[i]))
    [all...]
SkDisplayable.cpp 148 //SkDebugf("/>\n");
164 //SkDebugf("\n");
197 SkDebugf("%s=\"[", info->fName);
199 if (!firstElem) SkDebugf(",");
202 SkDebugf("%s", op->fDisplayable->id);
205 SkDebugf("%d", op->fS32);
209 SkDebugf("%g", SkScalarToFloat(op->fScalar));
211 SkDebugf("%x", op->fScalar);
216 SkDebugf("%s", op->fString->c_str());
223 SkDebugf("]\" ");
    [all...]
SkDisplayPost.cpp 72 SkDebugf("target=\"%s\" ", target);
75 SkDebugf("type=\"%s\" ", eventType->c_str());
80 SkDebugf("delay=\"%g\" ", SkScalarToFloat(SkScalarDiv(delay, 1000)));
82 SkDebugf("delay=\"%x\" ", SkScalarDiv(delay, 1000));
86 // SkDebugf("(uninitialized) ");
90 SkDebugf("mode=\"%s\" ", string.c_str());
93 SkDebugf("sink=\"%s\" sinkID=\"%d\" ", sink.c_str(), fSinkID);
95 SkDebugf("sinkID=\"%d\" ", fSinkID);
116 SkDebugf(">\n");
124 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name)
    [all...]
SkDrawTextBox.cpp 51 SkDebugf("mode=\"oneLine\" ");
53 SkDebugf("spacingAlign=\"center\" ");
55 SkDebugf("spacingAlign=\"end\" ");
56 SkDebugf("/>\n");
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);
159 SkDebugf(" scalar: %g", SkScalarToFloat(scalar));
161 SkDebugf(" scalar: %x", scalar);
172 SkDebugf(" string: %s", strPtr->c_str());
181 SkDebugf(" type: %s", gOperandNames[index].fName);
187 SkDebugf(" type: %s", gOperandNames[index + 1].fName);
200 SkDebugf(" offset (address): %d (%d)", size, opCode - start + size)
    [all...]
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());
SkAnimateBase.cpp 77 SkDebugf("target=\"%s\" ", target.c_str());
79 SkDebugf("target=\"%s\" ", fTarget->id);
81 SkDebugf("lval=\"%s\" ", lval.c_str());
83 SkDebugf("field=\"%s\" ", field.c_str());
85 SkDebugf("field=\"%s\" ", fFieldInfo->fName);
87 SkDebugf("formula=\"%s\" ", formula.c_str());
90 SkDebugf("from=\"%s\" ", from.c_str());
91 SkDebugf("to=\"%s\" ", to.c_str());
95 SkDebugf("begin=\"%g\" ", SkScalarToFloat(SkScalarDiv(begin,1000)));
97 SkDebugf("begin=\"%x\" ", SkScalarDiv(begin,1000))
    [all...]
  /external/skia/src/images/
SkFDStream.cpp 28 SkDebugf("xxxxxxxxxxxxxx rewind failed %d\n", value);
42 SkDebugf("xxxxxxxxxxxxx lseek failed 0 CURR\n");
49 SkDebugf("xxxxxxxxxxxxx lseek failed 0 END\n");
56 SkDebugf("xxxxxxxxxxxxx lseek failed %d SET\n", curr);
65 SkDebugf("xxxxxxxxxxxxx lseek1 failed %d CUR\n", oldCurr);
72 SkDebugf("xxxxxxxxxxxxx lseek2 failed %d CUR\n", newCurr);
83 SkDebugf("xxxxxxxxxxxxx read failed %d actual %d\n", size, actual);
  /external/skia/src/ports/
SkDebug_android.cpp 17 void SkDebugf(const char format[], ...) {
SkFontHost_gamma.cpp 38 // SkDebugf("------ build_power_table %g\n", ee);
71 SkDebugf("\n");
72 SkDebugf("\/\/ Gamma table for %g\n", gamma);
73 SkDebugf("static const uint8_t %s[] = {\n", name);
80 SkDebugf(" %s\n", line.c_str());
82 SkDebugf("};\n");
SkDebug_brew.cpp 19 void SkDebugf(const char format[], ...) {
SkDebug_stdio.cpp 17 void SkDebugf(const char format[], ...) {
SkDebug_win.cpp 19 void SkDebugf(const char format[], ...) {
  /external/skia/tests/
skia_test.cpp 71 SkDebugf("\t%s: %s\n", result2string(result), desc);
87 SkDebugf("INSTRUMENTATION_STATUS: test=%s\n", test->getName());
88 SkDebugf("INSTRUMENTATION_STATUS: class=com.skia\n");
89 SkDebugf("INSTRUMENTATION_STATUS: current=%d\n", fIndex+1);
90 SkDebugf("INSTRUMENTATION_STATUS: numtests=%d\n", fTotal);
91 SkDebugf("INSTRUMENTATION_STATUS_CODE: %d\n", state);
94 SkDebugf("[%d/%d] %s...\n", fIndex+1, fTotal, test->getName());
96 SkDebugf("---- FAILED\n");
140 SkDebugf("%s\n", header.c_str());
166 SkDebugf("Finished %d tests, %d failures, %d skipped.\n"
    [all...]
RegionTest.cpp 29 SkDebugf("\n");
31 SkDebugf(" { %d, %d, %d, %d },\n",
35 SkDebugf("\n");
  /external/skia/src/gpu/win/
SkNativeGLContext_win.cpp 67 SkDebugf("Could not register window class.\n");
78 SkDebugf("Could not create window.\n");
83 SkDebugf("Could not get device context.\n");
101 SkDebugf("No matching pixel format descriptor.\n");
107 SkDebugf("Could not set the pixel format %d.\n", pixelFormat);
113 SkDebugf("Could not create rendering context.\n");
119 SkDebugf("Could not set the context.\n");
125 SkDebugf("Could not create GL interface.\n");
135 SkDebugf("Could not create rendering context.\n");
  /external/skia/src/gpu/mesa/
SkMesaGLContext.cpp 62 SkDebugf("OSMesaCreateContext failed!\n");
70 SkDebugf("Alloc image buffer failed!\n");
81 SkDebugf("OSMesaMakeCurrent failed!\n");
88 SkDebugf("Could not create GL interface!\n");
100 SkDebugf("Could not make MESA context current.");
  /external/skia/src/gpu/mac/
SkNativeGLContext_mac.cpp 39 //SkDebugf("---- agl version %d %d\n", major, minor);
48 SkDebugf("Format could not be found.\n");
54 SkDebugf("Context could not be created.\n");
64 SkDebugf("Context could not create GL interface.\n");
  /external/skia/src/gpu/
GrPrintf_skia.cpp 29 SkDebugf("%s", buffer);
  /external/skia/src/core/
SkGraphics.cpp 101 SkDebugf("SkGraphics: big-endian\n");
103 SkDebugf("SkGraphics: little-endian\n");
110 SkDebugf("SkGraphics: char is signed\n");
112 SkDebugf("SkGraphics: char is unsigned\n");
115 SkDebugf("SkGraphics: sizeof(%s) = %d\n",
118 SkDebugf("SkGraphics: font cache limit %dK\n",
  /external/skia/src/gpu/unix/
SkNativeGLContext_unix.cpp 71 SkDebugf("Failed to open X display.\n");
89 SkDebugf("Invalid GLX version.");
94 //SkDebugf("Getting matching framebuffer configs.\n");
99 SkDebugf("Failed to retrieve a framebuffer config.\n");
103 //SkDebugf("Found %d matching FB configs.\n", fbcount);
106 //SkDebugf("Getting XVisualInfos.\n");
117 //SkDebugf(" Matching fbconfig %d, visual ID 0x%2x: SAMPLE_BUFFERS = %d,"
136 //SkDebugf("Chosen visual ID = 0x%x\n", (unsigned int)vi->visualid);
141 SkDebugf("Failed to create pixmap.\n");
174 //SkDebugf("GLX_ARB_create_context not found.
    [all...]

Completed in 845 milliseconds

1 2 3 4 5 6 7 8