Lines Matching defs:bytes
71 size_t bytes = UniformTypeSize(type) * size();72 data = new unsigned char[bytes];73 memset(data, 0, bytes);