HomeSort by relevance Sort by last modified time
    Searched refs:SkDEBUGF (Results 1 - 17 of 17) sorted by null

  /external/skia/src/core/
SkMMapStream.cpp 15 SkDEBUGF(("---- failed to open(%s) for mmap stream error=%d\n", filename, errno));
22 SkDEBUGF(("---- failed to lseek(%s) for mmap stream error=%d\n", filename, errno));
34 SkDEBUGF(("---- failed to mmap(%s) for mmap stream error=%d\n", filename, errno));
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 48 SkDebugf("--- pvjpeg left %d allocations\n", fCount);
56 SkDebugf("--- pvjpeg alloc [%d] %d addr=%p\n", fCount, buffersize, buffer);
60 SkDebugf("--- pvjpeg free [%d] addr=%p\n", fCount, buffer);
71 SkDEBUGF(("--- pvjpeg status %d\n", status));
103 SkDebugf("--- PV SetOutput failed %d\n", status);
117 SkDebugf("--- PV GetFrame failed %d\n", status);
163 SkDEBUGF(("SkPVJPEGImageDecoder: stream read returned %d\n", bytesRead));
183 // SkDebugf("-- memmov srcOffset=%d, numBytes=%d\n", consumed, bytesInStorage);
189 SkDEBUGF(("SkPVJPEGImageDecoder::Decode returned success?\n");)
198 SkDEBUGF(("SkPVJPEGImageDecoder: failed to decode err=%d\n", status);
    [all...]
SkImageDecoder_libico.cpp 135 SkDEBUGF(("Image with %ibpp not supported\n", bitCount));
192 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount));
  /external/skia/src/ports/
SkOSFile_stdio.cpp 38 SkDebugf("sk_fopen failed for %s (%s), errno=%s\n", path, perm, strerror(errno));
69 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
75 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
SkOSFile_brew.cpp 72 SkDEBUGF(("sk_fread: IFILE_Seek(%d) failed returned:%d\n", byteCount, err));
SkThread_pthread.cpp 49 SkDEBUGF(("pthread mutex size = %d\n", sizeof(pthread_mutex_t)));
SkFontHost_FreeType.cpp 67 SkDebugf("file %s:%d: assert failed '" #pred "'\n", __FILE__, __LINE__); \
203 // SkDEBUGF(("SkFaceRec: opening %s (%p)\n", key.c_str(), strm));
226 SkDEBUGF(("SkFontHost::OpenStream failed opening %x\n", fontID));
722 SkDebugf("---------- UNKNOWN hinting %d\n", fRec.getHinting());
745 SkDEBUGF(("SkScalerContext_FreeType::FT_New_Size(%x): FT_Set_Char_Size(0x%x, 0x%x) returned 0x%x\n",
753 SkDEBUGF(("SkScalerContext_FreeType::FT_Activate_Size(%x, 0x%x, 0x%x) returned 0x%x\n",
762 SkDEBUGF(("SkScalerContext_FreeType::FT_Set_Char_Size(%x, 0x%x, 0x%x) returned 0x%x\n",
783 // SkDEBUGF(("FT_Done_FreeType\n"));
807 SkDEBUGF(("SkScalerContext_FreeType::FT_Activate_Size(%x, 0x%x, 0x%x) returned 0x%x\n",
909 SkDEBUGF(("SkScalerContext_FreeType::generateMetrics(%x): FT_Load_Glyph(glyph:%d flags:%d) returned 0x%x\n"
    [all...]
  /external/skia/src/effects/
Sk1DPathEffect.cpp 45 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n"));
73 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
  /external/skia/src/views/
SkWidgetViews.cpp 13 SkDebugf("unknown attribute %s=\"%s\"\n", attr, value);
53 SkDEBUGF(("init_skin_anim: loading skin failed <%s>\n", path));
59 SkDEBUGF(("init_skin_anim: decoding skin failed <%s>\n", path));
89 SkDEBUGF(("inflate_paint: decoding dom failed\n"));
SkImageView.cpp 167 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff));
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...]
SkListWidget.cpp 267 //SkDEBUGF(("getRecord(%d,%d,%s) slot(%s)\n", i, fBindings[j].fFieldIndex, str.c_str(), fBindings[j].fSlotName.c_str()));
278 //SkDEBUGF(("service fAnimFocusDirty\n"));
310 // SkDebugf("count %g, n %d\n", count/65536., n);
350 //SkDebugf("visibleCount %d scrollIndex %d currIndex %d\n", visibleCount, fScrollIndex, fCurrIndex);
475 SkDEBUGF(("SkListView::onInflate: no valid <bind> elements in <listsource>\n"));
618 //SkDebugf("doc size %d\n", sizeof(gDoc)-1);
  /external/skia/include/core/
SkTypes.h 83 #ifndef SkDebugf
84 void SkDebugf(const char format[], ...);
92 // #define SkDEBUGF(args ) SkDebugf##args
93 #define SkDEBUGF(args ) SkDebugf args
98 #define SkDEBUGF(args)
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 76 SkDEBUGF(("GraphicsContext::setCompositeOperation uknown CompositeOperator %d\n", op));
111 SkDEBUGF(("GraphicsContext::setPlatformCompositeOperation unknown CompositeOperator %d\n", op));
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 108 SkDEBUGF(("WebCoreReply::replyInt(%d) not handled\n", value));
112 SkDEBUGF(("WebCoreReply::replyIntArray() not handled\n"));
  /external/skia/src/animator/
SkScriptTokenizer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp     [all...]

Completed in 172 milliseconds