Lines Matching refs:planes
35 * planes.
59 * Checks whether there is a supported combination of color types for planes structured
96 * row byte values beyond the number of planes in SkYUVAInfo are ignored. All SkColorTypes
121 /** The number of SkPixmap planes, 0 if this SkYUVAPixmapInfo is invalid. */
137 * Determine size to allocate for all planes. Optionally retrieves the per-plane sizes in
168 * Helper to store SkPixmap planes as described by a SkYUVAPixmapInfo. Can be responsible for
188 * Makes a deep copy of the src SkYUVAPixmaps. The returned SkYUVAPixmaps owns its planes'
203 * the SkYUVAInfo isn't compatible with the SkPixmap array (number of planes, plane dimensions,
204 * sufficient color channels in planes, ...).
226 /** Number of pixmap planes or 0 if this SkYUVAPixmaps is invalid. */
230 * Access the SkPixmap planes. They are default initialized if this is not a valid
233 const std::array<SkPixmap, kMaxPlanes>& planes() const { return fPlanes; }
247 /** Does this SkPixmaps own the backing store of the planes? */
313 // planes where we're forcing opaqueness by ignoring the alpha values.