aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-11 19:12:03 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-11 19:12:03 +0000
commit027038a534dc218262e5693dba9fa5aa2f9ca119 (patch)
tree0233bf576ed8ac82bbead649cf5696a6e06263b6 /src
parentb8e404aebe0f0d6f2508899c3405876a85704aae (diff)
Turn off some debugging statements.
Review URL: https://codereview.appspot.com/6646044 git-svn-id: http://skia.googlecode.com/svn/trunk@5903 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r--src/core/SkScalerContext.cpp2
-rw-r--r--src/ports/SkFontHost_linux.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp
index 86bb7c900f..0a46d20fe3 100644
--- a/src/core/SkScalerContext.cpp
+++ b/src/core/SkScalerContext.cpp
@@ -163,7 +163,7 @@ SkScalerContext* SkScalerContext::getGlyphContext(const SkGlyph& glyph) {
glyphID -= count;
ctx = ctx->getNextContext();
if (NULL == ctx) {
- SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
+// SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
// just return the original context (this)
return this;
}
diff --git a/src/ports/SkFontHost_linux.cpp b/src/ports/SkFontHost_linux.cpp
index cd21fc2c21..adcee49439 100644
--- a/src/ports/SkFontHost_linux.cpp
+++ b/src/ports/SkFontHost_linux.cpp
@@ -565,7 +565,7 @@ SkStream* SkFontHost::OpenStream(uint32_t fontID) {
size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length,
int32_t* index) {
- SkDebugf("SkFontHost::GetFileName unimplemented\n");
+// SkDebugf("SkFontHost::GetFileName unimplemented\n");
return 0;
}