Searched refs:DEBUG_FONT (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/ports/ |
D | SkFontConfigInterface_android.cpp | 33 #define DEBUG_FONT(args) SkDebugf args macro 35 #define DEBUG_FONT(args) macro 252 DEBUG_FONT(("---- SystemFonts[%d][%d] fallback=%d file=%s", in SkFontConfigInterfaceAndroid() 255 DEBUG_FONT(("---- SystemFonts[%d][%d] fallback=%d file=%s (INVALID)", in SkFontConfigInterfaceAndroid() 278 DEBUG_FONT(("Overwriting familyRec for style[%d] old,new:(%d,%d)", in SkFontConfigInterfaceAndroid() 305 DEBUG_FONT(("---- We have %d system fonts", fFonts.count())); in SkFontConfigInterfaceAndroid() 364 DEBUG_FONT(("---- Created fallback list for \"%s\"", languageTag.c_str())); in addFallbackFamily() 605 DEBUG_FONT(("---- Created fallback list alias for \"%s\"", langTag.c_str())); in findFallbackFontList() 677 DEBUG_FONT(("---- nextLogicalFont: currFontID=%d, origFontID=%d, currRecID=%d, " in nextLogicalTypeface()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontMgr_android.cpp | 32 # define DEBUG_FONT(args) SkDebugf args macro 34 # define DEBUG_FONT(args) macro 155 DEBUG_FONT(("---- SystemFonts[%d] file=%s (NOT EXIST)", i, pathName.c_str())); in SkFontStyleSet_Android() 165 DEBUG_FONT(("---- SystemFonts[%d] file=%s (INVALID)", i, pathName.c_str())); in SkFontStyleSet_Android()
|