fMaskFormat = format;
#if GR_DEBUG
- GrPrintf(" GrAtlas %p [%d %d] %d\n", this, plotX, plotY, gCounter);
+// GrPrintf(" GrAtlas %p [%d %d] %d\n", this, plotX, plotY, gCounter);
gCounter += 1;
#endif
}
#if GR_DEBUG
--gCounter;
- GrPrintf("~GrAtlas %p [%d %d] %d\n", this, fPlot.fX, fPlot.fY, gCounter);
+// GrPrintf("~GrAtlas %p [%d %d] %d\n", this, fPlot.fX, fPlot.fY, gCounter);
#endif
}
fMaskFormat = format;
#if GR_DEBUG
- GrPrintf(" GrTextStrike %p %d\n", this, gCounter);
+// GrPrintf(" GrTextStrike %p %d\n", this, gCounter);
gCounter += 1;
#endif
}
#if GR_DEBUG
gCounter -= 1;
- GrPrintf("~GrTextStrike %p %d\n", this, gCounter);
+// GrPrintf("~GrTextStrike %p %d\n", this, gCounter);
#endif
}
GrSamplerState::SampleMode sampleMode = sk_bmp_type_to_sample_mode[bmptype];
if (-1 == sampleMode) {
- SkDebugf("shader->asABitmap() == kNone_BitmapType\n");
return false;
}
GrSamplerState* sampler = grPaint->getTextureSampler(kShaderTextureIdx);