Lines Matching defs:bitmap
52 SkBitmap* bitmap = reinterpret_cast<SkBitmap*>(info);
53 delete bitmap;
128 SkBitmap* bitmap = prepareForImageRef(bm, &bitsPerComponent, &info);
129 if (nullptr == bitmap) {
133 const int w = bitmap->width();
134 const int h = bitmap->height();
135 const size_t s = bitmap->computeByteSize();
137 // our provider "owns" the bitmap*, and will take care of deleting it
138 CGDataProviderRef dataRef = CGDataProviderCreateWithData(bitmap, bitmap->getPixels(), s,
148 bitmap->bytesPerPixel() * 8,
149 bitmap->rowBytes(), colorSpace, info, dataRef,