Searched refs:ImmutableBitmap (Results 1 – 2 of 2) sorted by relevance
146 class ImmutableBitmap : SkNoncopyable {148 ImmutableBitmap() {} in ImmutableBitmap() function149 ImmutableBitmap(const SkBitmap& bitmap);150 ImmutableBitmap(ImmutableBitmap&& o) { in ImmutableBitmap() function237 ImmutableBitmap bitmap;242 ImmutableBitmap bitmap;247 ImmutableBitmap bitmap;252 ImmutableBitmap bitmap;257 ImmutableBitmap bitmap;
12 ImmutableBitmap::ImmutableBitmap(const SkBitmap& bitmap) { in ImmutableBitmap() function in SkRecords::ImmutableBitmap