Lines Matching refs:ComputeRowBytes
190 int SkBitmap::ComputeRowBytes(Config c, int width) { in ComputeRowBytes() function in SkBitmap
229 size.setMul(SkBitmap::ComputeRowBytes(c, width), height); in ComputeSize64()
245 safeSize.set(ComputeRowBytes(config, width)); in ComputeSafeSize64()
270 rowBytes = SkBitmap::ComputeRowBytes(c, width); in setConfig()
451 ComputeRowBytes(getConfig(), fWidth): 0); in getSafeSize()
466 dstRowBytes < ComputeRowBytes(getConfig(), fWidth) || in copyPixelsTo()
490 uint32_t rowBytes = ComputeRowBytes(getConfig(), fWidth); in copyPixelsTo()
512 uint32_t rowBytes = ComputeRowBytes(getConfig(), fWidth); in copyPixelsFrom()
1111 size += ComputeRowBytes(config, width) * height; in buildMipMap()
1142 rowBytes = ComputeRowBytes(config, width); in buildMipMap()
1512 SkASSERT(fRowBytes >= (unsigned)ComputeRowBytes((Config)fConfig, fWidth)); in validate()