Lines Matching full:setconfig
269 void SkBitmap::setConfig(Config c, int width, int height, size_t rowBytes) {
966 dst.setConfig(this->config(), subset.width(), subset.height());
987 dst.setConfig(this->config(), r.width(), r.height(), this->rowBytes());
1078 tmpDst.setConfig(dstConfig, src->width(), src->height());
1161 // With the new config, an appropriate fRowBytes will be computed by setConfig.
1164 dst->setConfig(dstConfig, fWidth, fHeight, rowBytes);
1172 // setConfig so dst's fConfig and fRowBytes have been set properly.
1380 dstBM.setConfig(config, width, height, rowBytes);
1418 dst->setConfig((SkBitmap::Config)this->config(),
1534 tmpBitmap.setConfig(SkBitmap::kA8_Config, this->width(), this->height(),
1558 tmpBitmap.setConfig(SkBitmap::kA8_Config, dstM.fBounds.width(),
1612 this->setConfig((Config)config, width, height, rowBytes);