Searched defs:setConfig (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/views/
H A DSkWindow.cpp60 void SkWindow::setConfig(SkBitmap::Config config) function in class:SkWindow
73 fBitmap.setConfig(config, width, height);
/external/skia/src/core/
H A DSkBitmap.cpp228 void SkBitmap::setConfig(Config c, int width, int height, int rowBytes) { function in class:SkBitmap
663 bm.setConfig(kIndex8_Config, r.width(), r.height());
688 dst.setConfig(this->config(), r.width(), r.height(), this->rowBytes());
751 tmp.setConfig(dstConfig, this->width(), this->height());
988 dstBM.setConfig(config, width, height, rowBytes);
1024 dst->setConfig((SkBitmap::Config)this->config(),
1139 dst->setConfig(SkBitmap::kA8_Config, this->width(), this->height(),
1158 dst->setConfig(SkBitmap::kA8_Config, dstM.fBounds.width(),
1266 this->setConfig((Config)config, width, height, rowBytes);

Completed in 41 milliseconds