Lines Matching refs:this
114 return *this; in BufferDescription()
121 return *this; in ScreenKind()
129 return *this; in BufferSize()
133 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width()
136 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height()
142 return *this; in Format()
149 return *this; in TransferMode()
156 return *this; in MemoryArea()
163 return *this; in IsTransferFlipX()
171 return *this; in TransferOffset()
179 return *this; in DisplayOffset()
183 Builder& BufferCount(size_t count) { m_Description.bufferCount = count; return *this; } in BufferCount()
244 nw::os::SafeFree(m_DisplayBuffers, &this->GetAllocator()); in ~DisplayBufferSwapper()