Home
last modified time | relevance | path

Searched refs:kRO_LegacyBitmapMode (Results 1 – 4 of 4) sorted by relevance

/external/skia/docs/examples/
Dimage_to_bitmap_does_not_preserve_genid.cpp8 image->asLegacyBitmap(&bm1, SkImage::kRO_LegacyBitmapMode); in draw()
9 image->asLegacyBitmap(&bm2, SkImage::kRO_LegacyBitmapMode); in draw()
DSkImage_to_PPM_binary.cpp43 (void)img->asLegacyBitmap(&bitmap, SkImage::kRO_LegacyBitmapMode); in ToBitmap()
DSkImage_to_PPM_ascii.cpp45 (void)img->asLegacyBitmap(&bitmap, SkImage::kRO_LegacyBitmapMode); in ToBitmap()
/external/skia/include/core/
DSkImage.h857 kRO_LegacyBitmapMode, //!< returned bitmap is read-only and immutable enumerator
871 LegacyBitmapMode legacyBitmapMode = kRO_LegacyBitmapMode) const;