bool SkImage_Generator::getROPixels(SkBitmap* bitmap, CachingHint chint) const { return fCache->lockAsBitmap(bitmap, this, chint); }
bool SkImage_Generator::getROPixels(SkBitmap* bitmap) const { return fCache->lockAsBitmap(bitmap, this); }