Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp80 const int mBitmapSize = 64; variable
337 typeRGBA_888Builder.setX(mBitmapSize); in main()
338 typeRGBA_888Builder.setY(mBitmapSize); in main()
342 const int image_area = mBitmapSize*mBitmapSize; in main()
/aosp12/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp84 const int mBitmapSize = 64; variable
347 typeRGBA_888Builder.setX(mBitmapSize); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
348 typeRGBA_888Builder.setY(mBitmapSize); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
352 const int image_area = mBitmapSize*mBitmapSize; in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java252 int mBitmapSize; field in CropActivity.LoadBitmapTask
258 mBitmapSize = getScreenImageSize(); in LoadBitmapTask()
267 Bitmap bmap = ImageLoader.loadConstrainedBitmap(uri, mContext, mBitmapSize, in doInBackground()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java790 int mBitmapSize; field in FilterShowActivity.LoadBitmapTask
793 mBitmapSize = getScreenImageSize(); in LoadBitmapTask()
798 if (!PrimaryImage.getImage().loadBitmap(params[0], mBitmapSize)) { in doInBackground()