Home | History | Annotate | Download | only in core

Lines Matching refs:setConfig

255 void SkBitmap::setConfig(Config c, int width, int height, int rowBytes) {
798 bm.setConfig(kIndex8_Config, r.width(), r.height());
823 dst.setConfig(this->config(), r.width(), r.height(), this->rowBytes());
905 tmpDst.setConfig(dstConfig, src->width(), src->height());
966 dst->setConfig(dstConfig, fWidth, fHeight);
1165 dstBM.setConfig(config, width, height, rowBytes);
1201 dst->setConfig((SkBitmap::Config)this->config(),
1317 tmpBitmap.setConfig(SkBitmap::kA8_Config, this->width(), this->height(),
1341 tmpBitmap.setConfig(SkBitmap::kA8_Config, dstM.fBounds.width(),
1464 this->setConfig((Config)config, width, height, rowBytes);