Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
66 * sampled. Note that Subsampling values other than k444 are only valid with PlaneConfig values
67 * that have U and V in different planes than Y (and A, if present).
154 SkYUVAInfo& operator=(const SkYUVAInfo& that) = default;
213 * Makes a SkYUVAInfo that is identical to this one but with the passed Subsampling. If the
221 * Makes a SkYUVAInfo that is identical to this one but with the passed dimensions. If the
226 bool operator==(const SkYUVAInfo& that) const;
227 bool operator!=(const SkYUVAInfo& that) const { return !(*this == that); }
240 * YUVA data often comes from formats like JPEG that support EXIF orientation.
241 * Code that operates on the raw YUV data often needs to know that orientation.