Home | History | Annotate | Download | only in core

Lines Matching refs:rowBytes

106     size_t rowBytes() const { return fRowBytes; }
120 /** Return the rowbytes expressed as a number of pixels (like width and
122 return the same as rowBytes(). Is undefined for configs that are less
140 /** Return the byte size of the pixels, based on the height and rowBytes.
152 /** Return the byte size of the pixels, based on the height and rowBytes.
203 /** Given a config and a width, this computes the optimal rowBytes value. This is called automatically
204 if you pass 0 for rowBytes to setConfig().
240 /** Set the bitmap's config and dimensions. If rowBytes is 0, then
244 bool setConfig(Config, int width, int height, size_t rowBytes, SkAlphaType);
246 bool setConfig(Config config, int width, int height, size_t rowBytes = 0) {
247 return this->setConfig(config, width, height, rowBytes,
251 bool setConfig(const SkImageInfo& info, size_t rowBytes = 0);
275 In the case when the dstRowBytes matches the bitmap's rowBytes, the copy
684 size_t rowBytes);
688 size_t rowBytes);