HomeSort by relevance Sort by last modified time
    Searched refs:mBitmapSize (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 80 const int mBitmapSize = 64;
337 typeRGBA_888Builder.setX(mBitmapSize);
338 typeRGBA_888Builder.setY(mBitmapSize);
342 const int image_area = mBitmapSize*mBitmapSize;
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 84 const int mBitmapSize = 64;
347 typeRGBA_888Builder.setX(mBitmapSize);
348 typeRGBA_888Builder.setY(mBitmapSize);
352 const int image_area = mBitmapSize*mBitmapSize;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 252 int mBitmapSize;
258 mBitmapSize = getScreenImageSize();
267 Bitmap bmap = ImageLoader.loadConstrainedBitmap(uri, mContext, mBitmapSize,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 792 int mBitmapSize;
795 mBitmapSize = getScreenImageSize();
800 if (!MasterImage.getImage().loadBitmap(params[0], mBitmapSize)) {
    [all...]

Completed in 544 milliseconds