/external/skia/src/core/ |
D | SkUtilsArm.cpp | 126 SkDEBUGF(("Device supports ARM NEON instructions!\n")); in sk_cpu_arm_check_neon() 128 SkDEBUGF(("Device does NOT support ARM NEON instructions!\n")); in sk_cpu_arm_check_neon()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 315 SkDEBUGF(("ERROR: unable to open font '%x'\n", fontID)); in ref_ft_face() 753 SkDEBUGF(("chooseBitmapStrike aborted due to NULL face\n")); in chooseBitmapStrike() 786 SkDEBUGF(("FT_Select_Size(%s, %d) returned 0x%x\n", face->family_name, in chooseBitmapStrike() 897 SkDEBUGF(("FT_New_Size returned %x for face %s\n", err, fFace->family_name)); in SkScalerContext_FreeType() 903 SkDEBUGF(("FT_Activate_Size(%08x, 0x%x, 0x%x) returned 0x%x\n", fFace, fScaleX, fScaleY, in SkScalerContext_FreeType() 912 SkDEBUGF(("FT_Set_CharSize(%08x, 0x%x, 0x%x) returned 0x%x\n", in SkScalerContext_FreeType() 921 SkDEBUGF(("no glyphs for font \"%s\" size %f?\n", in SkScalerContext_FreeType() 936 SkDEBUGF(("unknown kind of font \"%s\" size %f?\n", in SkScalerContext_FreeType() 963 SkDEBUGF(("SkScalerContext_FreeType::FT_Activate_Size(%x, 0x%x, 0x%x) returned 0x%x\n", in setupSize() 1120 …SkDEBUGF(("SkScalerContext_FreeType::generateMetrics(%x): FT_Load_Glyph(glyph:%d flags:%x) returne… in generateMetrics() [all …]
|
D | SkOSFile_stdio.cpp | 76 …SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)… in sk_fread() 81 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n", in sk_fread()
|
D | SkFontMgr_android.cpp | 131 SkDEBUGF(("Requested font file %s does not exist or cannot be opened.\n", in SkFontStyleSet_Android() 141 SkDEBUGF(("Requested font file %s exists, but is not a valid font.\n", in SkFontStyleSet_Android() 516 SkDEBUGF(("SystemFontUse: %s BasePath: %s Fonts: %s FallbackFonts: %s\n", in SkFontMgr_New_Android() 551 SkDEBUGF(("Test BasePath: %s Fonts: %s FallbackFonts: %s\n", in SkUseTestFontConfigFile()
|
D | SkFontHost_FreeType_common.cpp | 157 SkDEBUGF(("FT_Pixel_Mode %d", bitmap.pixel_mode)); in copyFT2LCD16() 247 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat)); in copyFTBitmap()
|
/external/skia/src/views/animated/ |
D | SkWidgetViews.cpp | 47 SkDEBUGF(("init_skin_anim: loading skin failed <%s>\n", path)); in init_skin_anim() 52 SkDEBUGF(("init_skin_anim: decoding skin failed <%s>\n", path)); in init_skin_anim() 82 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()
|
/external/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 38 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n")); in SkPath1DPathEffect() 66 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style)); in SkPath1DPathEffect()
|
/external/skia/src/images/ |
D | SkImageDecoder_FactoryRegistrar.cpp | 33 SkDEBUGF(("Unable to rewind the image stream.")); in image_decoder_from_stream()
|
D | SkImageDecoder.cpp | 192 SkDEBUGF(("failed to allocate pixels needed to crop the bitmap")); in cropBitmap() 200 SkDEBUGF(("SkImageDecoder::cropBitmap does not have a large enough bitmap.\n")); in cropBitmap()
|
D | SkImageDecoder_libico.cpp | 194 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount)); in onDecode()
|
D | SkImageDecoder_libwebp.cpp | 160 SkDEBUGF(("libwebp error %s [%d %d]", msg, bm.width(), bm.height())); in print_webp_error()
|
D | SkImageDecoder_libpng.cpp | 158 SkDEBUGF(("------ png error %s\n", msg)); in sk_error_fn()
|
/external/skia/include/core/ |
D | SkTypes.h | 109 #define SkDEBUGF(args ) SkDebugf args macro 115 #define SkDEBUGF(args) macro
|
/external/skia/src/fonts/ |
D | SkTestScalerContext.cpp | 75 SkDEBUGF(("missing '%c' (%d) from %s %d\n", (char) charCode, charCode, in codeToIndex()
|
/external/skia/src/views/ |
D | SkEvent.cpp | 258 SkDEBUGF(("%s\n", s)); in event_log()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 368 SkDEBUGF(("CreateFontPackage Error %lu", result)); in subset_typeface() 1170 SkDEBUGF(("XPS drawVertices not yet implemented.")); in drawVertices() 1711 SkDEBUGF(("Could not simplify inverse winding path.")); in drawPath() 1875 SkDEBUGF(("XPS drawSprite not yet implemented.")); in drawSprite()
|
/external/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 1488 …SkDEBUGF(("script '%s' == value %d != expected answer %d\n", script, value.fOperand.fS32, scriptTe… in UnitTest() 1494 …SkDEBUGF(("script '%s' == value %g != expected answer %g\n", script, value.fOperand.fScalar / (1.0… in UnitTest()
|