Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmap.cpp55 mRowBytes = rowBytes; in reconfigure()
81 setPreLocked(mStorage, mRowBytes, mColorTable); in reconfigure()
89 size_t rowBytes() const { return mRowBytes; } in rowBytes()
103 rec->fRowBytes = mRowBytes; in onNewLockPixels()
113 return info().getSafeSize(mRowBytes); in getAllocatedSizeInBytes()
119 size_t mRowBytes = 0; member in android::WrappedPixelRef