Lines Matching refs:this
116 return *this; in BufferDescription()
123 return *this; in ScreenKind()
131 return *this; in BufferSize()
135 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width()
138 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height()
144 return *this; in Format()
151 return *this; in TransferMode()
158 return *this; in MemoryArea()
165 return *this; in IsTransferFlipX()
173 return *this; in TransferOffset()
181 return *this; in DisplayOffset()
185 Builder& BufferCount(size_t count) { m_Description.bufferCount = count; return *this; } in BufferCount()
246 nw::os::SafeFree(m_DisplayBuffers, &this->GetAllocator()); in ~DisplayBufferSwapper()