Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
67 // TODO: See if it makes sense for this to return a const& instead and require the callers to
127 * @param numLevels Number of pixmaps in src. To succeed this must be 1 or the total
155 * and color space of info after rescaling. Note: this currently requires that the info have a
167 * rect within that context. The dst rect must be contained by the dst or this will fail.
177 return this->copy(std::move(src), srcRect, dstPoint) != nullptr;
182 return this->copy(std::move(src), rect, {0, 0}) != nullptr;
202 // If null then the transfer could not be performed. Otherwise this buffer will contain
205 // If this is null then the transfer buffer will contain the data in the requested
206 // color type. Otherwise, when the transfer is done this must be called to convert
226 * Copy 'src' into the proxy backing this context. This call will not do any draw fallback.
227 * Currently only writePixels and replaceRenderTarget call this directly. All other copies