Lines Matching refs:isOpaque
27 SkBitmapDevice::SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque) {
28 fBitmap.setConfig(config, width, height, 0, isOpaque ?
31 fBitmap.setConfig(config, 0, 0, 0, isOpaque ?
34 if (!isOpaque) {
39 SkBitmapDevice::SkBitmapDevice(SkBitmap::Config config, int width, int height, bool isOpaque,
43 fBitmap.setConfig(config, width, height, 0, isOpaque ?
46 fBitmap.setConfig(config, 0, 0, 0, isOpaque ?
49 if (!isOpaque) {
66 bool isOpaque,
69 isOpaque, this->getDeviceProperties()));