Lines Matching defs:bitmap
925 SkBitmap bitmap;
928 Result result = sink->draw(justOneRect, &bitmap, &stream, &log);
1106 // report any errors, and perhaps write out the output: a .png of the bitmap, or a raw stream.
1118 SkBitmap bitmap;
1122 Result result = task.sink->draw(*task.src, &bitmap, &stream, &log);
1146 RunGMVerifiers(task, bitmap);
1151 gDefinitelyThreadSafeWork->add([task,name,bitmap,data]{
1163 hashAndEncode = std::make_unique<HashAndEncode>(bitmap);
1228 SkASSERT(bitmap.drawsNothing());
1229 } else if (!bitmap.drawsNothing()) {
1230 WriteToDisk(task, md5, ext, nullptr, 0, &bitmap, hashAndEncode.get());
1235 if (FLAGS_checkF16 && bitmap.colorType() == kRGBA_F16Norm_SkColorType &&
1236 bitmap.peekPixels(&pm)) {
1327 const SkBitmap* bitmap,
1337 if (bitmap) {
1338 result.gamut = identify_gamut (bitmap->colorSpace());
1339 result.transferFn = identify_transfer_fn (bitmap->colorSpace());
1340 result.colorType = ToolUtils::colortype_name (bitmap->colorType());
1341 result.alphaType = ToolUtils::alphatype_name (bitmap->alphaType());
1342 result.colorDepth = ToolUtils::colortype_depth(bitmap->colorType());
1386 if (bitmap) {