Home
last modified time | relevance | path

Searched refs:ImmutableBitmap (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/private/
DSkRecords.h146 class ImmutableBitmap : SkNoncopyable {
148 ImmutableBitmap() {} in ImmutableBitmap() function
149 ImmutableBitmap(const SkBitmap& bitmap);
150 ImmutableBitmap(ImmutableBitmap&& o) { in ImmutableBitmap() function
237 ImmutableBitmap bitmap;
242 ImmutableBitmap bitmap;
247 ImmutableBitmap bitmap;
252 ImmutableBitmap bitmap;
257 ImmutableBitmap bitmap;
/external/skia/src/core/
DSkRecords.cpp12 ImmutableBitmap::ImmutableBitmap(const SkBitmap& bitmap) { in ImmutableBitmap() function in SkRecords::ImmutableBitmap