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 22 SkDEBUGF(("---- failed to open(%s) for mmap stream error=%d\n", filename, errno));
29 SkDEBUGF(("---- failed to lseek(%s) for mmap stream error=%d\n", filename, errno));
48 SkDEBUGF(("---- failed to mmap(%s) for mmap stream error=%d\n", filename, errno));
  /external/skia/src/ports/
SkOSFile_stdio.cpp 30 SkDebugf("sk_fopen failed for %s (%s), errno=%s\n", path, perm, strerror(errno));
61 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
67 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
SkOSFile_brew.cpp 64 SkDEBUGF(("sk_fread: IFILE_Seek(%d) failed returned:%d\n", byteCount, err));
SkThread_pthread.cpp 75 SkDebugf("pthread error [%d] EINVAL\n", status);
78 SkDebugf("pthread error [%d] EBUSY\n", status);
81 SkDebugf("pthread error [%d] unknown\n", status);
112 SkDEBUGF(("pthread mutex size = %d\n", sizeof(pthread_mutex_t)));
SkFontHost_FreeType.cpp 80 SkDebugf("file %s:%d: assert failed '" #pred "'\n", __FILE__, __LINE__); \
238 // SkDEBUGF(("SkFaceRec: opening %s (%p)\n", key.c_str(), strm));
261 SkDEBUGF(("SkFontHost::OpenStream failed opening %x\n", fontID));
815 SkDebugf("---------- UNKNOWN hinting %d\n", fRec.getHinting());
840 SkDEBUGF(("SkScalerContext_FreeType::FT_New_Size(%x): FT_Set_Char_Size(0x%x, 0x%x) returned 0x%x\n",
848 SkDEBUGF(("SkScalerContext_FreeType::FT_Activate_Size(%x, 0x%x, 0x%x) returned 0x%x\n",
857 SkDEBUGF(("SkScalerContext_FreeType::FT_Set_Char_Size(%x, 0x%x, 0x%x) returned 0x%x\n",
878 // SkDEBUGF(("FT_Done_FreeType\n"));
891 SkDEBUGF(("SkScalerContext_FreeType::FT_Activate_Size(%x, 0x%x, 0x%x) returned 0x%x\n",
    [all...]
SkFontHost_android.cpp 31 //#define SkDEBUGF(args ) SkDebugf args
65 SkDebugf("---- failed to open <%s> as a font\n", fullpath.c_str());
195 // SkDebugf("removeFromFamilyLocked(%p) face not found", face);
418 SkDebugf("gDefaultNormal=%p id=%u refCnt=%d", gDefaultNormal,
423 SkDebugf("gDefaultFamily=%p fFaces={%u,%u,%u,%u} refCnt={%d,%d,%d,%d}",
434 SkDebugf("gDefaultFamily=%p", gDefaultFamily);
437 SkDebugf("gSystemFonts.count()=%d gFallbackFonts.count()=%d",
441 SkDebugf("gSystemFonts[%d] fileName=%s", i, gSystemFonts[i].fFileName);
447 SkDebugf(" name[%u]=%s", namesIndex, fontName)
    [all...]
  /external/skia/src/effects/
Sk1DPathEffect.cpp 35 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n"));
61 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
  /external/skia/src/views/
SkWidgetViews.cpp 20 SkDebugf("unknown attribute %s=\"%s\"\n", attr, value);
60 SkDEBUGF(("init_skin_anim: loading skin failed <%s>\n", path));
66 SkDEBUGF(("init_skin_anim: decoding skin failed <%s>\n", path));
96 SkDEBUGF(("inflate_paint: decoding dom failed\n"));
SkImageView.cpp 174 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff));
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...]
SkListWidget.cpp 274 //SkDEBUGF(("getRecord(%d,%d,%s) slot(%s)\n", i, fBindings[j].fFieldIndex, str.c_str(), fBindings[j].fSlotName.c_str()));
285 //SkDEBUGF(("service fAnimFocusDirty\n"));
317 // SkDebugf("count %g, n %d\n", count/65536., n);
357 //SkDebugf("visibleCount %d scrollIndex %d currIndex %d\n", visibleCount, fScrollIndex, fCurrIndex);
482 SkDEBUGF(("SkListView::onInflate: no valid <bind> elements in <listsource>\n"));
625 //SkDebugf("doc size %d\n", sizeof(gDoc)-1);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 81 SkDEBUGF(("GraphicsContext::setCompositeOperation uknown CompositeOperator %d\n", op));
116 SkDEBUGF(("GraphicsContext::setPlatformCompositeOperation unknown CompositeOperator %d\n", op));
  /external/skia/include/core/
SkTypes.h 90 #ifndef SkDebugf
91 void SkDebugf(const char format[], ...);
100 // #define SkDEBUGF(args ) SkDebugf##args
101 #define SkDEBUGF(args ) SkDebugf args
107 #define SkDEBUGF(args)
  /external/skia/src/images/
SkImageDecoder_libico.cpp 132 SkDEBUGF(("Image with %ibpp not supported\n", bitCount));
189 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount));
SkImageDecoder.cpp 204 SkDEBUGF(("failed to allocate pixels needed to crop the bitmap"));
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 115 SkDEBUGF(("WebCoreReply::replyInt(%d) not handled\n", value));
119 SkDEBUGF(("WebCoreReply::replyIntArray() not handled\n"));
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp     [all...]

Completed in 609 milliseconds