Home | History | Annotate | Download | only in core

Lines Matching refs:ComputeBytesPerPixel

158 int SkBitmap::ComputeBytesPerPixel(SkBitmap::Config config) {
318 fBytesPerPixel = (uint8_t)ComputeBytesPerPixel(config);
1667 SkASSERT((uint8_t)ComputeBytesPerPixel((Config)fConfig) == fBytesPerPixel);