HomeSort by relevance Sort by last modified time
    Searched refs:SkDebugf (Results 176 - 200 of 405) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/skia/src/xml/
SkDOM.cpp 299 SkDEBUGCODE(SkDebugf("xml parse error, line %d\n", parser.fParserError.getLineNumber());)
433 SkDebugf("\t");
443 SkDebugf("<%s", this->getName(node));
448 SkDebugf(" %s=\"%s\"", attr->fName, attr->fValue);
453 SkDebugf(">\n");
460 SkDebugf("</%s>\n", node->fName);
463 SkDebugf("/>\n");
  /external/skia/src/xml/
SkDOM.cpp 299 SkDEBUGCODE(SkDebugf("xml parse error, line %d\n", parser.fParserError.getLineNumber());)
433 SkDebugf("\t");
443 SkDebugf("<%s", this->getName(node));
448 SkDebugf(" %s=\"%s\"", attr->fName, attr->fValue);
453 SkDebugf(">\n");
460 SkDebugf("</%s>\n", node->fName);
463 SkDebugf("/>\n");
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 27 SkDebugf("%s\n", bugOut->c_str());
153 SkDebugf("%s coincidence!\n", __FUNCTION__);
219 SkDebugf("lh=%d rh=%d use-lh=%d ray={{%1.9g,%1.9g}, {%1.9g,%1.9g}} %c\n",
228 SkDebugf("best=%1.9g dist=%1.9g loc={%1.9g,%1.9g} dxy={%1.9g,%1.9g}\n",
243 SkDebugf("best=%1.9g dist=%1.9g %c=(fSide < 0) rLoc={%1.9g,%1.9g} dxy={%1.9g,%1.9g}\n",
403 SkDebugf("%s all tiny unsortable [%d] (%1.9g,%1.9g) [%d] (%1.9g,%1.9g)\n", __FUNCTION__,
415 SkDebugf("%s unsortable [%d] (%1.9g,%1.9g) [%d] (%1.9g,%1.9g)\n", __FUNCTION__,
427 SkDebugf("id=%d (%1.9g,%1.9g) start=%d (%1.9g) end=%d (%1.9g) sumWind=",
431 SkDebugf(" oppWind=");
433 SkDebugf(" done=%d\n", spanMin.fDone)
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 27 SkDebugf("%s\n", bugOut->c_str());
153 SkDebugf("%s coincidence!\n", __FUNCTION__);
219 SkDebugf("lh=%d rh=%d use-lh=%d ray={{%1.9g,%1.9g}, {%1.9g,%1.9g}} %c\n",
228 SkDebugf("best=%1.9g dist=%1.9g loc={%1.9g,%1.9g} dxy={%1.9g,%1.9g}\n",
243 SkDebugf("best=%1.9g dist=%1.9g %c=(fSide < 0) rLoc={%1.9g,%1.9g} dxy={%1.9g,%1.9g}\n",
403 SkDebugf("%s all tiny unsortable [%d] (%1.9g,%1.9g) [%d] (%1.9g,%1.9g)\n", __FUNCTION__,
415 SkDebugf("%s unsortable [%d] (%1.9g,%1.9g) [%d] (%1.9g,%1.9g)\n", __FUNCTION__,
427 SkDebugf("id=%d (%1.9g,%1.9g) start=%d (%1.9g) end=%d (%1.9g) sumWind=",
431 SkDebugf(" oppWind=");
433 SkDebugf(" done=%d\n", spanMin.fDone)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp 482 SkDebugf("Budget: %d items %d bytes\n", fMaxCount, fMaxBytes);
483 SkDebugf("\t\tEntry Count: current %d (%d locked) high %d\n",
485 SkDebugf("\t\tEntry Bytes: current %d high %d\n",
487 SkDebugf("\t\tDetached Entry Count: current %d high %d\n",
489 SkDebugf("\t\tDetached Bytes: current %d high %d\n",
SkGrPixelRef.cpp 31 // SkDebugf("---------- calling readpixels in support of lockpixels\n");
33 SkDebugf("SkROLockPixelsPixelRef::onLockPixels failed!\n");
179 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");
  /external/skia/src/gpu/
GrResourceCache.cpp 482 SkDebugf("Budget: %d items %d bytes\n", fMaxCount, fMaxBytes);
483 SkDebugf("\t\tEntry Count: current %d (%d locked) high %d\n",
485 SkDebugf("\t\tEntry Bytes: current %d high %d\n",
487 SkDebugf("\t\tDetached Entry Count: current %d high %d\n",
489 SkDebugf("\t\tDetached Bytes: current %d high %d\n",
SkGrPixelRef.cpp 31 // SkDebugf("---------- calling readpixels in support of lockpixels\n");
33 SkDebugf("SkROLockPixelsPixelRef::onLockPixels failed!\n");
179 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.cpp 214 SkDebugf("dynamicScope=\"%s\" ", dynamicScope.c_str());
216 SkDebugf("dontDraw=\"true\" ");
218 SkDebugf("begin=\"%g\" ", (float) begin/1000.0f); //is this correct?
220 SkDebugf("interval=\"%g\" ", (float) interval/1000.0f);
222 SkDebugf("steps=\"%d\" ", steps);
224 SkDebugf("restore=\"true\" ");
226 SkDebugf("transition=\"reverse\" ");
228 SkDebugf("mode=\"immediate\" ");
231 SkDebugf("mode=\"create\" ");
238 SkDebugf(">\n")
    [all...]
SkDrawPath.cpp 88 SkDebugf(">\n");
97 SkDebugf("/>\n");
  /external/skia/src/animator/
SkDisplayApply.cpp 214 SkDebugf("dynamicScope=\"%s\" ", dynamicScope.c_str());
216 SkDebugf("dontDraw=\"true\" ");
218 SkDebugf("begin=\"%g\" ", (float) begin/1000.0f); //is this correct?
220 SkDebugf("interval=\"%g\" ", (float) interval/1000.0f);
222 SkDebugf("steps=\"%d\" ", steps);
224 SkDebugf("restore=\"true\" ");
226 SkDebugf("transition=\"reverse\" ");
228 SkDebugf("mode=\"immediate\" ");
231 SkDebugf("mode=\"create\" ");
238 SkDebugf(">\n")
    [all...]
SkDrawPath.cpp 88 SkDebugf(">\n");
97 SkDebugf("/>\n");
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 64 SkDebugf("--- Program Cache ---\n");
65 SkDebugf("Total requests: %d\n", fTotalRequests);
66 SkDebugf("Cache misses: %d\n", fCacheMisses);
67 SkDebugf("Cache miss %%: %f\n", (fTotalRequests > 0) ?
71 SkDebugf("Hash miss %%: %f\n", (cacheHits > 0) ? 100.f * fHashMisses / cacheHits : 0.f);
72 SkDebugf("---------------------\n");
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 64 SkDebugf("--- Program Cache ---\n");
65 SkDebugf("Total requests: %d\n", fTotalRequests);
66 SkDebugf("Cache misses: %d\n", fCacheMisses);
67 SkDebugf("Cache miss %%: %f\n", (fTotalRequests > 0) ?
71 SkDebugf("Hash miss %%: %f\n", (cacheHits > 0) ? 100.f * fHashMisses / cacheHits : 0.f);
72 SkDebugf("---------------------\n");
  /external/chromium_org/third_party/skia/src/core/
SkRegion_rects.cpp 105 TRACE_ROW(SkDebugf("Y %d\n", currY);)
109 TRACE_ROW(SkDebugf("Y %d [%d", currY, edge->fX);)
124 TRACE_ROW(SkDebugf(" %d] [%d", currR, edge->fX);)
132 TRACE_ROW(SkDebugf(" %d]\n", currR);)
SkUnPreMultiply.cpp 66 SkDebugf(" 0x%08X,", scale);
68 SkDebugf("\n");
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]);
  /external/chromium_org/third_party/skia/src/images/
SkJpegUtility.cpp 20 SkDebugf("xxxxxxxxxxxxxx failure to rewind\n");
34 SkDebugf("xxxxxxxxxxxxxx failure to rewind\n");
76 // SkDebugf("xxxxxxxxxxxxxx failure to skip request %d returned %d\n", bytesToSkip, bytes);
110 // SkDebugf("**************** use memorybase %p %d\n", fMemoryBase, fMemoryBaseSize);
  /external/chromium_org/third_party/skia/src/views/
SkViewInflate.cpp 138 SkDebugf("inflate: listenTo(\"%s\")\n", iter->fStr);
143 SkDebugf("inflate: broadcastFrom(\"%s\")\n", iter->fStr);
  /external/skia/src/core/
SkRegion_rects.cpp 105 TRACE_ROW(SkDebugf("Y %d\n", currY);)
109 TRACE_ROW(SkDebugf("Y %d [%d", currY, edge->fX);)
124 TRACE_ROW(SkDebugf(" %d] [%d", currR, edge->fX);)
132 TRACE_ROW(SkDebugf(" %d]\n", currR);)
SkUnPreMultiply.cpp 66 SkDebugf(" 0x%08X,", scale);
68 SkDebugf("\n");
  /external/skia/src/images/
SkJpegUtility.cpp 20 SkDebugf("xxxxxxxxxxxxxx failure to rewind\n");
34 SkDebugf("xxxxxxxxxxxxxx failure to rewind\n");
76 // SkDebugf("xxxxxxxxxxxxxx failure to skip request %d returned %d\n", bytesToSkip, bytes);
110 // SkDebugf("**************** use memorybase %p %d\n", fMemoryBase, fMemoryBaseSize);
  /external/skia/src/views/
SkViewInflate.cpp 138 SkDebugf("inflate: listenTo(\"%s\")\n", iter->fStr);
143 SkDebugf("inflate: broadcastFrom(\"%s\")\n", iter->fStr);
  /external/skia/tests/
MemsetTest.cpp 61 SkDebugf("[%d] expected %x found %x\n", i, value, base[i]);
71 SkDebugf("[%d] expected %x found %x\n", i, value, base[i]);
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 93 #define GrPrintf SkDebugf

Completed in 1125 milliseconds

1 2 3 4 5 6 78 91011>>