/external/skia/src/core/ |
D | SkMMapStream.cpp | 22 SkDEBUGF(("---- failed to open(%s) for mmap stream error=%d\n", filename, errno)); in SkMMAPStream() 29 SkDEBUGF(("---- failed to lseek(%s) for mmap stream error=%d\n", filename, errno)); in SkMMAPStream() 48 SkDEBUGF(("---- failed to mmap(%s) for mmap stream error=%d\n", filename, errno)); in SkMMAPStream()
|
D | SkScalerContext.cpp | 222 SkDEBUGF(("--- no context for char %x\n", uni)); in getBaseGlyphCount()
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 61 …SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)… in sk_fread() 67 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n", in sk_fread()
|
D | SkFontHost_android.cpp | 558 SkDEBUGF(("new fallback cache entry: \"%s\"", langTag.c_str())); in getFallbackFontListLocked() 575 SkDEBUGF(("new fallback cache entry: \"%s\" -> \"%s\"", langTag.c_str(), in getFallbackFontListLocked() 588 SkDEBUGF(("new fallback list: \"%s\"", lang.getTag().c_str())); in createFallbackFontListLocked() 599 SkDEBUGF(("new fallback font: %d, in \"%s\"", fallbackRec.fFontID, in addFallbackFontLocked() 727 SkDEBUGF(("---- We have %d system fonts", gSystemFonts.count())); in loadFontInfoLocked() 729 SkDEBUGF(("---- gSystemFonts[%d] fileName=%s", i, gSystemFonts[i].fFileName)); in loadFontInfoLocked() 779 SkDEBUGF(("---- SkTypeface[%d] %s fontID %d\n", in initSystemFontsLocked() 1050 SkDEBUGF(("---- nextLogicalFont: currFontID=%d, origFontID=%d, plainFontID=%d, " in nextLogicalFontLocked()
|
D | SkFontHost_FreeType.cpp | 262 SkDEBUGF(("SkFontHost::OpenStream failed opening %x\n", fontID)); in ref_ft_face() 855 …SkDEBUGF(("SkScalerContext_FreeType::FT_New_Size(%x): FT_Set_Char_Size(0x%x, 0x%x) returned 0x%x\n… in SkScalerContext_FreeType() 863 SkDEBUGF(("SkScalerContext_FreeType::FT_Activate_Size(%x, 0x%x, 0x%x) returned 0x%x\n", in SkScalerContext_FreeType() 872 SkDEBUGF(("SkScalerContext_FreeType::FT_Set_Char_Size(%x, 0x%x, 0x%x) returned 0x%x\n", in SkScalerContext_FreeType() 906 SkDEBUGF(("SkScalerContext_FreeType::FT_Activate_Size(%x, 0x%x, 0x%x) returned 0x%x\n", in setupSize() 1050 …SkDEBUGF(("SkScalerContext_FreeType::generateMetrics(%x): FT_Load_Glyph(glyph:%d flags:%d) returne… in generateMetrics() 1156 …SkDEBUGF(("SkScalerContext_FreeType::generateMetrics(%x): FT_Load_Glyph(glyph:%d flags:%d) returne… in generateMetrics() 1196 SkDEBUGF(("FT_Set_Char_Size(this:%p sx:%x sy:%x ", this, fScaleX, fScaleY)); in generateMetrics() 1197 …SkDEBUGF(("Metrics(glyph:%d flags:0x%x) w:%d\n", glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFla… in generateMetrics() 1358 …SkDEBUGF(("SkScalerContext_FreeType::generateImage: FT_Load_Glyph(glyph:%d width:%d height:%d rb:%… in generateImage() [all …]
|
D | SkOSFile_brew.cpp | 64 SkDEBUGF(("sk_fread: IFILE_Seek(%d) failed returned:%d\n", byteCount, err)); in sk_fread()
|
D | SkThread_pthread.cpp | 112 SkDEBUGF(("pthread mutex size = %d\n", sizeof(pthread_mutex_t))); in SkMutex()
|
/external/skia/src/views/ |
D | SkWidgetViews.cpp | 60 SkDEBUGF(("init_skin_anim: loading skin failed <%s>\n", path)); in init_skin_anim() 66 SkDEBUGF(("init_skin_anim: decoding skin failed <%s>\n", path)); in init_skin_anim() 96 SkDEBUGF(("inflate_paint: decoding dom failed\n")); in inflate_paint()
|
D | SkImageView.cpp | 174 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff)); in onDraw()
|
D | SkEvent.cpp | 258 SkDEBUGF(("%s\n", s)); in event_log()
|
D | SkListWidget.cpp | 482 SkDEBUGF(("SkListView::onInflate: no valid <bind> elements in <listsource>\n")); in onInflate()
|
/external/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 35 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n")); in SkPath1DPathEffect() 61 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style)); in SkPath1DPathEffect()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaUtils.cpp | 81 SkDEBUGF(("GraphicsContext::setCompositeOperation uknown CompositeOperator %d\n", op)); in WebCoreCompositeToSkiaCOmposite() 116 SkDEBUGF(("GraphicsContext::setPlatformCompositeOperation unknown CompositeOperator %d\n", op)); in WebCoreCompositeToSkiaComposite()
|
/external/skia/include/core/ |
D | SkTypes.h | 101 #define SkDEBUGF(args ) SkDebugf args macro 107 #define SkDEBUGF(args) macro
|
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 132 SkDEBUGF(("Image with %ibpp not supported\n", bitCount)); in onDecode() 189 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount)); in onDecode()
|
D | SkImageDecoder.cpp | 204 SkDEBUGF(("failed to allocate pixels needed to crop the bitmap")); in cropBitmap()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 116 SkDEBUGF(("WebCoreReply::replyInt(%d) not handled\n", value)); in replyInt() 120 SkDEBUGF(("WebCoreReply::replyIntArray() not handled\n")); in replyIntArray()
|
/external/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 1505 …SkDEBUGF(("script '%s' == value %d != expected answer %d\n", script, value.fOperand.fS32, scriptTe… in UnitTest() 1512 …SkDEBUGF(("script '%s' == value %g != expected answer %g\n", script, value.fOperand.fScalar / (1.0… in UnitTest()
|