Lines Matching defs:bytes
43 int bytes = UniformTypeSize(type) * size();44 data = new unsigned char[bytes];45 memset(data, 0, bytes);