comment out debugging printfs
git-svn-id: http://skia.googlecode.com/svn/trunk@8127 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
5efdd0cb9c
commit
0b8a2fe2cd
@ -128,7 +128,7 @@ SkTypeface* SkFontHost::CreateTypeface(const SkTypeface* familyFace,
|
||||
FindRec rec(familyName, style);
|
||||
SkTypeface* face = SkTypefaceCache::FindByProcAndRef(find_proc, &rec);
|
||||
if (face) {
|
||||
SkDebugf("found cached face <%s> <%s> %p [%d]\n", familyName, ((FontConfigTypeface*)face)->getFamilyName(), face, face->getRefCnt());
|
||||
// SkDebugf("found cached face <%s> <%s> %p [%d]\n", familyName, ((FontConfigTypeface*)face)->getFamilyName(), face, face->getRefCnt());
|
||||
return face;
|
||||
}
|
||||
|
||||
@ -143,7 +143,7 @@ SkTypeface* SkFontHost::CreateTypeface(const SkTypeface* familyFace,
|
||||
|
||||
face = SkNEW_ARGS(FontConfigTypeface, (outStyle, indentity, outFamilyName));
|
||||
SkTypefaceCache::Add(face, style);
|
||||
SkDebugf("add face <%s> <%s> %p [%d]\n", familyName, outFamilyName.c_str(), face, face->getRefCnt());
|
||||
// SkDebugf("add face <%s> <%s> %p [%d]\n", familyName, outFamilyName.c_str(), face, face->getRefCnt());
|
||||
return face;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user