mBitmap is a string? How about str? (total nit) SkString::appendS32(bitmap.width()) seems more obvious than calling inttoscalar
lgtm, but I agree with mike's nit of using s32 instead of doing the conversion.
Replaced 'appendScalar(SkIntToScalar())' with 'appendS32()' committed as r6042