Searched refs:snugRB (Results 1 - 1 of 1) sorted by last modified time

/external/skia/src/core/
H A DSkBitmap.cpp934 const size_t snugRB = info.width() * info.bytesPerPixel(); local
938 buffer->write32(SkToU32(snugRB));
941 const size_t size = snugRB * info.height();
945 memcpy(dst, src, snugRB);
946 dst += snugRB;
963 buffer->writeUInt(0); // instead of snugRB, signaling no pixels
969 buffer->writeUInt(0); // instead of snugRB, signaling no pixels
977 const size_t snugRB = buffer->readUInt(); local
978 if (0 == snugRB) { // no pixels
998 const uint64_t snugSize = sk_64_mul(snugRB, heigh
[all...]

Completed in 683 milliseconds