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

1 2 3 4 5 6

  /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 47 SkDebugf("min=\"%g\" ", SkScalarToFloat(min));
48 SkDebugf("max=\"%g\" ", SkScalarToFloat(max));
49 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
51 SkDebugf("min=\"%x\" ", min);
52 SkDebugf("max=\"%x\" ", max);
53 SkDebugf("blend=\"%x\" ", blend);
55 SkDebugf("/>\n");
SkAnimateField.cpp 49 SkDebugf("mirror=\"true\" ");
51 SkDebugf("reset=\"true\" ");
53 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000)));
55 SkDebugf("repeat=\"%g\" ", SkScalarToFloat(repeat));
57 SkDebugf("dur=\"%x\" ", SkScalarDiv(dur,1000));
59 SkDebugf("repeat=\"%x\" ", repeat);
62 // SkDebugf("values=\"%s\" ", values);
64 SkDebugf("blend=\"[");
68 SkDebugf(",");
71 SkDebugf("%g", SkScalarToFloat(blend[i]))
    [all...]
SkDisplayable.cpp 156 //SkDebugf("/>\n");
172 //SkDebugf("\n");
205 SkDebugf("%s=\"[", info->fName);
207 if (!firstElem) SkDebugf(",");
210 SkDebugf("%s", op->fDisplayable->id);
213 SkDebugf("%d", op->fS32);
217 SkDebugf("%g", SkScalarToFloat(op->fScalar));
219 SkDebugf("%x", op->fScalar);
224 SkDebugf("%s", op->fString->c_str());
231 SkDebugf("]\" ");
    [all...]
SkDisplayPost.cpp 80 SkDebugf("target=\"%s\" ", target);
83 SkDebugf("type=\"%s\" ", eventType->c_str());
88 SkDebugf("delay=\"%g\" ", SkScalarToFloat(SkScalarDiv(delay, 1000)));
90 SkDebugf("delay=\"%x\" ", SkScalarDiv(delay, 1000));
94 // SkDebugf("(uninitialized) ");
98 SkDebugf("mode=\"%s\" ", string.c_str());
101 SkDebugf("sink=\"%s\" sinkID=\"%d\" ", sink.c_str(), fSinkID);
103 SkDebugf("sinkID=\"%d\" ", fSinkID);
124 SkDebugf(">\n");
132 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name)
    [all...]
SkDrawTextBox.cpp 59 SkDebugf("mode=\"oneLine\" ");
61 SkDebugf("spacingAlign=\"center\" ");
63 SkDebugf("spacingAlign=\"end\" ");
64 SkDebugf("/>\n");
SkScriptDecompile.cpp 138 SkDebugf("%d: %s", opCode - start - 1, gOpNames[op].fName);
144 SkDebugf(" index: %d", index);
152 SkDebugf(" ref: %d", ref);
159 SkDebugf(" integer: %d", integer);
167 SkDebugf(" scalar: %g", SkScalarToFloat(scalar));
169 SkDebugf(" scalar: %x", scalar);
180 SkDebugf(" string: %s", strPtr->c_str());
189 SkDebugf(" type: %s", gOperandNames[index].fName);
195 SkDebugf(" type: %s", gOperandNames[index + 1].fName);
208 SkDebugf(" offset (address): %d (%d)", size, opCode - start + size)
    [all...]
SkDump.cpp 71 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str());
73 SkDebugf("INVALID\" />\n");
78 SkDebugf("%g\" />\n", SkScalarToFloat(value.fOperand.fScalar));
81 SkDebugf("%d\" />\n", value.fOperand.fS32);
84 SkDebugf("%s\" />\n", value.fOperand.fString->c_str());
SkAnimateBase.cpp 85 SkDebugf("target=\"%s\" ", target.c_str());
87 SkDebugf("target=\"%s\" ", fTarget->id);
89 SkDebugf("lval=\"%s\" ", lval.c_str());
91 SkDebugf("field=\"%s\" ", field.c_str());
93 SkDebugf("field=\"%s\" ", fFieldInfo->fName);
95 SkDebugf("formula=\"%s\" ", formula.c_str());
98 SkDebugf("from=\"%s\" ", from.c_str());
99 SkDebugf("to=\"%s\" ", to.c_str());
103 SkDebugf("begin=\"%g\" ", SkScalarToFloat(SkScalarDiv(begin,1000)));
105 SkDebugf("begin=\"%x\" ", SkScalarDiv(begin,1000))
    [all...]
SkDrawMatrix.cpp 108 SkDebugf("matrix=\"identity\"/>\n");
114 SkDebugf("sx=\"%g\" ", SkScalarToFloat(result));
117 SkDebugf("sy=\"%g\" ", SkScalarToFloat(result));
120 SkDebugf("skew-x=\"%g\" ", SkScalarToFloat(result));
123 SkDebugf("skew-y=\"%g\" ", SkScalarToFloat(result));
126 SkDebugf("tx=\"%g\" ", SkScalarToFloat(result));
129 SkDebugf("ty=\"%g\" ", SkScalarToFloat(result));
132 SkDebugf("perspect-x=\"%g\" ", SkScalarToFloat(result));
135 SkDebugf("perspect-y=\"%g\" ", SkScalarToFloat(result));
136 SkDebugf("/>\n")
    [all...]
SkMatrixParts.cpp 197 SkDebugf("/>\n");
200 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
204 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
207 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
211 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
265 SkDebugf("/>\n");
268 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
272 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
275 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
279 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
    [all...]
SkAnimateSet.cpp 51 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000)));
53 SkDebugf("dur=\"%x\" ", SkScalarDiv(dur,1000));
57 SkDebugf("/>\n");
SkDrawSaveLayer.cpp 71 SkDebugf("paint=\"%s\" ", paint->id);
73 SkDebugf("bounds=\"%s\" ", bounds->id);
SkPaintParts.cpp 104 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
107 SkDebugf("style=\"%s\" />\n", string.c_str());
  /external/skia/src/images/
SkFDStream.cpp 21 SkDebugf("xxxxxxxxxxxxxx rewind failed %d\n", value);
35 SkDebugf("xxxxxxxxxxxxx lseek failed 0 CURR\n");
42 SkDebugf("xxxxxxxxxxxxx lseek failed 0 END\n");
49 SkDebugf("xxxxxxxxxxxxx lseek failed %d SET\n", curr);
58 SkDebugf("xxxxxxxxxxxxx lseek1 failed %d CUR\n", oldCurr);
65 SkDebugf("xxxxxxxxxxxxx lseek2 failed %d CUR\n", newCurr);
76 SkDebugf("xxxxxxxxxxxxx read failed %d actual %d\n", size, actual);
SkImageDecoder_fpdfemb.cpp 49 SkDebugf("---- SkImageDecoder_FPDFEMB_Factory len=%d\n", len);
66 // SkDebugf("---- pdf_alloc %d %p\n", size, addr);
72 // SkDebugf("---- pdf_alloc_nl %d %p\n", size, addr);
78 // SkDebugf("---- pdf_realloc %p %d %p\n", addr, size, newaddr);
83 // SkDebugf("---- pdf_free %p\n", pointer);
88 SkDebugf("---- LOG_FUNC %s\n", format);
99 // SkDebugf("---- readblock %p %p %d %d\n", stream, dst, offset, size);
101 SkDebugf("---- rewind failed\n");
105 SkDebugf("---- skip failed\n");
109 SkDebugf("---- read failed\n")
    [all...]
  /external/skia/tests/
skia_test.cpp 64 SkDebugf("\t%s: %s\n", result2string(result), desc);
80 SkDebugf("INSTRUMENTATION_STATUS: test=%s\n", test->getName());
81 SkDebugf("INSTRUMENTATION_STATUS: class=com.skia\n");
82 SkDebugf("INSTRUMENTATION_STATUS: current=%d\n", fIndex+1);
83 SkDebugf("INSTRUMENTATION_STATUS: numtests=%d\n", fTotal);
84 SkDebugf("INSTRUMENTATION_STATUS_CODE: %d\n", state);
87 SkDebugf("[%d/%d] %s...\n", fIndex+1, fTotal, test->getName());
89 SkDebugf("---- FAILED\n");
123 SkDebugf("Finished %d tests, %d failures.\n", count,
SrcOverTest.cpp 38 SkDebugf("---- opaque test: [%d %d %d]\n",
63 SkDebugf("--- dst=%d i=%d r1=%d r2=%d exact=%g\n",
  /external/skia/src/ports/
SkDebug_stdio.cpp 25 void SkDebugf(const char format[], ...) {
SkFontHost_gamma.cpp 31 // SkDebugf("------ build_power_table %g\n", ee);
64 SkDebugf("\n");
65 SkDebugf("\/\/ Gamma table for %g\n", gamma);
66 SkDebugf("static const uint8_t %s[] = {\n", name);
73 SkDebugf(" %s\n", line.c_str());
75 SkDebugf("};\n");
SkImageRef_ashmem.cpp 21 // SkDebugf("---- oldsize %d newsize %d\n", size, newsize);
46 SkDebugf("=== ashmem close %d\n", fRec.fFD);
76 SkDebugf("=== ashmem_create_region %s size=%d fd=%d\n", fName, size, fd);
79 SkDebugf("------- imageref_ashmem create failed <%s> %d\n",
86 SkDebugf("------ ashmem_set_prot_region(%d) failed %d %d\n",
93 SkDebugf("---------- mmap failed for imageref_ashmem size=%d err=%d\n",
170 SkDebugf("===== ashmem purged %d\n", fBitmap.getSize());
173 SkDebugf("===== ashmem pin_region(%d) returned %d, treating as error %d\n",
  /external/webkit/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeLinux.cpp 46 SkDebugf("%s last char is high-surrogate", __FUNCTION__);
59 SkDebugf("%s count != length\n", __FUNCTION__);
  /external/skia/include/core/
SkUserConfig.h 128 /* To write debug messages to a console, skia will call SkDebugf(...) following
132 #define SkDebugf(...) Android_SkDebugf(__FILE__, __LINE__, \
  /external/skia/src/views/
SkEvent.cpp 163 SkDEBUGCODE(SkDebugf("SkEvent::inflate unrecognized subelement <%s>\n", dom.getName(node));)
170 SkDEBUGCODE(SkDebugf("SkEvent::inflate missing required \"name\" attribute in <data> subelement\n");)
191 SkDebugf("SkEvent::inflate <data name=\"%s\"> subelement missing required type attribute [S32 | scalar | string]\n", name);
206 SkDebugf("%s ", title);
210 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32());
222 SkDebugf(" <%s>=", name);
228 SkDebugf("%d ", value);
234 SkDebugf("%f", SkScalarToFloat(values[0]));
236 SkDebugf(", %f", SkScalarToFloat(values[i]));
237 SkDebugf(" ");
    [all...]
  /external/skia/src/core/
SkShape.cpp 8 SkDebugf("inc %d\n", gShapeCounter);
13 SkDebugf("dec %d\n", gShapeCounter);

Completed in 5562 milliseconds

1 2 3 4 5 6