Home | History | Annotate | Download | only in tests

Lines Matching defs:bitmap

929     SkBitmap bitmap;
930 image->asLegacyBitmap(&bitmap, SkImage::kRO_LegacyBitmapMode);
933 REPORTER_ASSERT(r, 1 == SkGetPackedA32(*bitmap.getAddr32(x, y)));