Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmap.cpp56 mRowBytes = rowBytes; in reconfigure()
82 setPreLocked(mStorage, mRowBytes, mColorTable); in reconfigure()
90 size_t rowBytes() const { return mRowBytes; } in rowBytes()
104 rec->fRowBytes = mRowBytes; in onNewLockPixels()
114 return info().getSafeSize(mRowBytes); in getAllocatedSizeInBytes()
120 size_t mRowBytes = 0; member in android::WrappedPixelRef