Lines Matching defs:dimensions
107 * Given image dimensions, a planer configuration, subsampling, and origin, determine the
109 * through planeDimensions[<ret>] are written. The input image dimensions are as displayed
111 * dimensions are output as the planes are stored in memory (may be rotated from image
112 * dimensions).
143 * 'dimensions' should specify the size of the full resolution image (after planes have been
146 SkYUVAInfo(SkISize dimensions,
167 SkISize dimensions() const { return fDimensions; }
185 * the expected dimensions for each plane. Dimensions are as stored in memory, before
221 * Makes a SkYUVAInfo that is identical to this one but with the passed dimensions. If the
222 * passed dimensions is empty then the result will be an invalid SkYUVAInfo.