Home
last modified time | relevance | path

Searched refs:SkDEBUGF (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/ports/
DSkFontHost_FreeType.cpp279 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 …]
DSkOSFile_stdio.cpp77 SkDEBUGF(("sk_fopen: fopen(\"%s\", \"%s\") returned NULL (errno:%d): %s\n", in sk_fopen()
121SkDEBUGF(("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()
DSkFontMgr_android_factory.cpp27 SkDEBUGF(("Test BasePath: %s Fonts: %s FallbackFonts: %s\n", in SkUseTestFontConfigFile()
DSkFontMgr_android.cpp159 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()
DSkFontHost_FreeType_common.cpp157 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/
DSkUtilsArm.cpp126 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/
DSkWidgetViews.cpp47 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()
DSkImageView.cpp174 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff)); in onDraw()
/external/skia/src/images/
DSkImageDecoder_FactoryRegistrar.cpp33 SkDEBUGF(("Unable to rewind the image stream.")); in image_decoder_from_stream()
DSkImageDecoder_libico.cpp199 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount)); in onDecode()
DSkImageDecoder_libwebp.cpp158 SkDEBUGF(("libwebp error %s [%d %d]", msg, bm.width(), bm.height())); in print_webp_error()
DSkImageDecoder_libpng.cpp132 SkDEBUGF(("------ png error %s\n", msg)); in sk_error_fn()
/external/skia/include/core/
DSkTypes.h141 #define SkDEBUGF(args ) SkDebugf args macro
147 #define SkDEBUGF(args) macro
/external/skia/src/effects/
DSk1DPathEffect.cpp62 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style)); in SkPath1DPathEffect()
/external/skia/src/fonts/
DSkTestScalerContext.cpp75 SkDEBUGF(("missing '%c' (%d) from %s %d\n", (char) charCode, charCode, in codeToIndex()
/external/skia/src/views/
DSkEvent.cpp258 SkDEBUGF(("%s\n", s)); in event_log()
/external/skia/src/device/xps/
DSkXPSDevice.cpp384 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/
DSkScriptTokenizer.cpp1488SkDEBUGF(("script '%s' == value %d != expected answer %d\n", script, value.fOperand.fS32, scriptTe… in UnitTest()
1494SkDEBUGF(("script '%s' == value %g != expected answer %g\n", script, value.fOperand.fScalar / (1.0… in UnitTest()