/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 279 SkDEBUGF(("INFO: font %s claims variations, but none found.\n", face->family_name)); in ft_face_setup_axes() 285 SkDEBUGF(("INFO: font %s has %d variations, but %d were specified.\n", in ft_face_setup_axes() 296 SkDEBUGF(("INFO: font %s has variations, but specified variations could not be set.\n", in ft_face_setup_axes() 340 SkDEBUGF(("ERROR: unable to open font '%x'\n", fontID)); in ref_ft_face() 750 SkDEBUGF(("chooseBitmapStrike aborted due to nullptr face\n")); in chooseBitmapStrike() 783 SkDEBUGF(("FT_Select_Size(%s, %d) returned 0x%x\n", face->family_name, in chooseBitmapStrike() 807 SkDEBUGF(("Could not create FT_Face.\n")); in SkScalerContext_FreeType() 898 SkDEBUGF(("FT_New_Size returned %x for face %s\n", err, ftFace->family_name)); in SkScalerContext_FreeType() 904 SkDEBUGF(("Could not create FT_Size.\n")); in SkScalerContext_FreeType() 910 SkDEBUGF(("FT_Activate_Size(%08x, 0x%x, 0x%x) returned 0x%x\n", in SkScalerContext_FreeType() [all …]
|
D | SkOSFile_stdio.cpp | 77 SkDEBUGF(("sk_fopen: fopen(\"%s\", \"%s\") returned NULL (errno:%d): %s\n", in sk_fopen() 121 … SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof(f), ferror(f))); in sk_fread() 126 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n", in sk_fread()
|
D | SkFontMgr_android_factory.cpp | 27 SkDEBUGF(("Test BasePath: %s Fonts: %s FallbackFonts: %s\n", in SkUseTestFontConfigFile()
|
D | SkFontMgr_android.cpp | 159 SkDEBUGF(("Requested font file %s does not exist or cannot be opened.\n", in SkFontStyleSet_Android() 172 SkDEBUGF(("Requested font file %s exists, but is not a valid font.\n", in SkFontStyleSet_Android() 583 SkDEBUGF(("SystemFontUse: %s BasePath: %s Fonts: %s FallbackFonts: %s\n", in SkFontMgr_New_Android()
|
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/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/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/images/ |
D | SkImageDecoder_FactoryRegistrar.cpp | 33 SkDEBUGF(("Unable to rewind the image stream.")); in image_decoder_from_stream()
|
D | SkImageDecoder_libico.cpp | 199 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount)); in onDecode()
|
D | SkImageDecoder_libwebp.cpp | 158 SkDEBUGF(("libwebp error %s [%d %d]", msg, bm.width(), bm.height())); in print_webp_error()
|
D | SkImageDecoder_libpng.cpp | 132 SkDEBUGF(("------ png error %s\n", msg)); in sk_error_fn()
|
/external/skia/include/core/ |
D | SkTypes.h | 141 #define SkDEBUGF(args ) SkDebugf args macro 147 #define SkDEBUGF(args) macro
|
/external/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 62 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style)); in SkPath1DPathEffect()
|
/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 | 384 SkDEBUGF(("CreateFontPackage Error %lu", result)); in subset_typeface() 1177 SkDEBUGF(("XPS drawVertices not yet implemented.")); in drawVertices() 1709 SkDEBUGF(("Could not simplify inverse winding path.")); in drawPath() 1873 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()
|