Lines Matching defs:plane
23 * SkYUVAInfo combined with per-plane SkColorTypes and row bytes. Fully specifies the SkPixmaps
83 * that can be stored in a plane of this color type and what the DataType is of those channels.
84 * If the SkColorType is not supported as a YUVA plane the number of channels is reported as 0
93 * Initializes the SkYUVAPixmapInfo from a SkYUVAInfo with per-plane color types and row bytes.
95 * rowBytes entry is not valid for the plane dimensions and color type. Color type and
99 * If rowBytes is nullptr then bpp*width is assumed for each plane.
105 * Like above but uses DefaultColorTypeForDataType to determine each plane's SkColorType. If
106 * rowBytes is nullptr then bpp*width is assumed for each plane.
128 * Row bytes for the ith plane. Returns zero if i >= numPlanes() or this SkYUVAPixmapInfo is
133 /** Image info for the ith plane, or default SkImageInfo if i >= numPlanes() */
137 * Determine size to allocate for all planes. Optionally retrieves the per-plane sizes in
203 * the SkYUVAInfo isn't compatible with the SkPixmap array (number of planes, plane dimensions,
236 * Get the ith SkPixmap plane. SkPixmap will be default initialized if i >= numPlanes or this
239 const SkPixmap& plane(int i) const { return fPlanes[SkToSizeT(i)]; }