Searched refs:hasContentsImage (Results 1 – 1 of 1) sorted by relevance
381 bool hasContentsImage = layer->m_imageCRC != 0; in serializeLayer() local382 stream->writeBool(hasContentsImage); in serializeLayer()383 if (hasContentsImage) { in serializeLayer()498 bool hasContentsImage = stream->readBool(); in deserializeLayer() local499 if (hasContentsImage) { in deserializeLayer()