Home | History | Annotate | Download | only in core

Lines Matching full:rowbytes

96          *  Parameters (besides info) are invalid. e.g. NULL pixels, rowBytes
145 * least (info.fHeight - 1) * rowBytes + (info.fWidth *
172 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options*,
179 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes);
182 * If planes or rowBytes is NULL or if any entry in planes is NULL or if any entry in rowBytes
185 * rowBytes are both fully defined and non NULL/non 0 or they are both NULL or have NULL or 0
186 * entries only. Having only partial planes/rowBytes information is not supported.
188 * If all planes and rowBytes entries are non NULL or non 0, then it should copy the
192 bool getYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
209 void* pixels, size_t rowBytes,
213 void* pixels, size_t rowBytes, const Options&,
215 virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]);
216 virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],