Searched refs:canSharePixelRef (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/image/
H A DSkImagePriv.h21 * be shared if either the bitmap is marked as immutable, or canSharePixelRef
28 extern SkImage* SkNewImageFromBitmap(const SkBitmap&, bool canSharePixelRef);
H A DSkImagePriv.cpp51 SkImage* SkNewImageFromBitmap(const SkBitmap& bm, bool canSharePixelRef) { argument
58 if (canSharePixelRef || bm.isImmutable()) {
/external/skia/src/image/
H A DSkImagePriv.h21 * be shared if either the bitmap is marked as immutable, or canSharePixelRef
28 extern SkImage* SkNewImageFromBitmap(const SkBitmap&, bool canSharePixelRef);
H A DSkImagePriv.cpp51 SkImage* SkNewImageFromBitmap(const SkBitmap& bm, bool canSharePixelRef) { argument
58 if (canSharePixelRef || bm.isImmutable()) {

Completed in 100 milliseconds