Searched refs:m_attachmentSet (Results 1 – 2 of 2) sorted by relevance
58 bool isAttachmentSet() const { return m_attachmentSet; } in isAttachmentSet()68 …void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true… in setAttachment()78 void clearAttachment() { m_attachmentSet = false; } in clearAttachment()145 bool m_attachmentSet : 1; member
38 , m_attachmentSet(false) in FillLayer()62 , m_attachmentSet(o.m_attachmentSet) in FillLayer()98 m_attachmentSet = o.m_attachmentSet; in operator =()