Home | History | Annotate | Download | only in core

Lines Matching refs:setConfig

269 void SkBitmap::setConfig(Config c, int width, int height, int rowBytes) {
927 dst.setConfig(this->config(), subset.width(), subset.height());
946 bm.setConfig(kIndex8_Config, r.width(), r.height());
976 dst.setConfig(this->config(), r.width(), r.height(), this->rowBytes());
1066 tmpDst.setConfig(dstConfig, src->width(), src->height());
1136 // With the new config, an appropriate fRowBytes will be computed by setConfig.
1139 dst->setConfig(dstConfig, fWidth, fHeight, rowBytes);
1147 // setConfig so dst's fConfig and fRowBytes have been set properly.
1355 dstBM.setConfig(config, width, height, rowBytes);
1393 dst->setConfig((SkBitmap::Config)this->config(),
1509 tmpBitmap.setConfig(SkBitmap::kA8_Config, this->width(), this->height(),
1533 tmpBitmap.setConfig(SkBitmap::kA8_Config, dstM.fBounds.width(),
1587 this->setConfig((Config)config, width, height, rowBytes);