Searched refs:SkDEBUGF (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 298 SkDEBUGF(("INFO: font %s claims variations, but none found.\n", in ft_face_setup_axes() 305 SkDEBUGF(("INFO: font %s has %d variations, but %d were specified.\n", in ft_face_setup_axes() 316 SkDEBUGF(("INFO: font %s has variations, but specified variations could not be set.\n", in ft_face_setup_axes() 367 SkDEBUGF(("ERROR: unable to open font '%x'\n", fontID)); in ref_ft_face() 779 SkDEBUGF(("chooseBitmapStrike aborted due to nullptr face.\n")); in chooseBitmapStrike() 826 SkDEBUGF(("Could not create FT_Face.\n")); in SkScalerContext_FreeType() 915 SkDEBUGF(("FT_New_Size(%s) returned 0x%x.\n", fFaceRec->fFace->family_name, err)); in SkScalerContext_FreeType() 921 SkDEBUGF(("Could not create FT_Size.\n")); in SkScalerContext_FreeType() 927 SkDEBUGF(("FT_Activate_Size(%s) returned 0x%x.\n", fFaceRec->fFace->family_name, err)); in SkScalerContext_FreeType() 934 SkDEBUGF(("FT_Set_CharSize(%s, %f, %f) returned 0x%x.\n", in SkScalerContext_FreeType() [all …]
|
D | SkFontMgr_android.cpp | 162 SkDEBUGF(("Requested font file %s does not exist or cannot be opened.\n", in SkFontStyleSet_Android() 175 SkDEBUGF(("Requested font file %s exists, but is not a valid font.\n", in SkFontStyleSet_Android() 545 SkDEBUGF(("SystemFontUse: %s BasePath: %s Fonts: %s FallbackFonts: %s\n", in SkFontMgr_New_Android()
|
D | SkOSFile_stdio.cpp | 84 SkDEBUGF(("sk_fopen: fopen(\"%s\", \"%s\") returned NULL (errno:%d): %s\n", in sk_fopen()
|
D | SkFontHost_FreeType_common.cpp | 159 SkDEBUGF(("FT_Pixel_Mode %d", bitmap.pixel_mode)); in copyFT2LCD16() 259 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat)); in copyFTBitmap()
|
/external/skia/src/utils/ |
D | SkCurveMeasure.cpp | 14 #define UNIMPLEMENTED SkDEBUGF(("%s:%d unimplemented\n", __FILE__, __LINE__)) 289 SkDEBUGF(("%.7f %.7f didn't get close enough after bisection.\n", in getTime()
|
D | SkMultiPictureDocumentReader.cpp | 88 SkDEBUGF(("Malformed SkMultiPictureDocument\n")); in readPage()
|
/external/skia/include/core/ |
D | SkTypes.h | 100 #define SkDEBUGF(args ) SkDebugf args macro 108 #define SkDEBUGF(args) macro
|
/external/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 61 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style)); in SkPath1DPathEffect()
|
/external/skia/src/fonts/ |
D | SkTestScalerContext.cpp | 77 SkDEBUGF(("missing '%c' (%d) from %s (weight %d, width %d, slant %d)\n", in codeToIndex()
|
/external/skia/src/images/ |
D | SkPNGImageEncoder.cpp | 30 SkDEBUGF(("------ png error %s\n", msg)); in sk_error_fn()
|
/external/skia/src/views/ |
D | SkEvent.cpp | 258 SkDEBUGF(("%s\n", s)); in event_log()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 363 SkDEBUGF(("CreateFontPackage Error %lu", result)); in subset_typeface() 1696 SkDEBUGF(("Could not simplify inverse winding path.")); in drawPath() 1858 SkDEBUGF(("XPS drawSprite not yet implemented.")); in drawSprite()
|