HomeSort by relevance Sort by last modified time
    Searched refs:createBitmap (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/chromium_org/third_party/skia/samplecode/
SampleColorFilter.cpp 101 static SkBitmap createBitmap(int n) {
133 fBitmap = createBitmap(N);
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 220 Bitmap dst = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
266 expected = Bitmap.createBitmap(testBitmap, expectedRect.left, expectedRect.top, expectedRect.width(), expectedRect.height());
280 expected = Bitmap.createBitmap(testBitmap, newRect.left, newRect.top,
ColorMatrixColorFilterTest.java 44 Bitmap bitmap = Bitmap.createBitmap(1, 1, Config.ARGB_8888);
CanvasTest.java 84 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
111 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
135 mMutableBitmap = Bitmap.createBitmap(BITMAP_WIDTH, 31, Config.ARGB_8888);
    [all...]
  /cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java 119 Bitmap testBitmap = Bitmap.createBitmap(2, 2, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 97 Bitmap bitmap = Bitmap.createBitmap(TEST_WIDTH, TEST_HEIGHT, Config.ARGB_8888);
  /cts/tests/tests/text/src/android/text/style/cts/
ImageSpanTest.java 37 Bitmap b = Bitmap.createBitmap(color, width, height, Bitmap.Config.RGB_565);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
BitmapFilterTests.java 60 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewCtsActivity.java 174 mCanvas = new MockCanvas(Bitmap.createBitmap( BITMAP_WIDTH,
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 57 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
  /developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 173 Bitmap bitmap = Bitmap.createBitmap(mCurrentPage.getWidth(), mCurrentPage.getHeight(),
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 87 Bitmap bm = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888);
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 57 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
  /developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 173 Bitmap bitmap = Bitmap.createBitmap(mCurrentPage.getWidth(), mCurrentPage.getHeight(),
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 87 Bitmap bm = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888);
  /development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/
NDKHelper.java 71 return Bitmap.createBitmap(bitmapToScale, 0, 0, bitmapToScale.getWidth(),
100 // bitmap = Bitmap.createBitmap(bitmap, 0, 0, bitmap.getWidth(),
  /development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/
NDKHelper.java 71 return Bitmap.createBitmap(bitmapToScale, 0, 0, bitmapToScale.getWidth(),
100 // bitmap = Bitmap.createBitmap(bitmap, 0, 0, bitmap.getWidth(),
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 52 Bitmap bm = Bitmap.createBitmap(pixels, 2, 2,
  /development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
MainActivity.java 57 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
  /development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/
PdfRendererBasicFragment.java 173 Bitmap bitmap = Bitmap.createBitmap(mCurrentPage.getWidth(), mCurrentPage.getHeight(),
  /development/samples/browseable/SkeletonWearableApp/Wearable/src/com.example.android.google.wearable.app/
GridExampleActivity.java 87 Bitmap bm = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 117 Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(),
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 110 Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(),
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 107 public Bitmap CreateBitmap(int width, int height) {
117 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565);
128 bitmap = CreateBitmap(width, height);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java 130 return Bitmap.createBitmap(source, x, y, TEST_WIDTH, TEST_HEIGHT);
204 Bitmap croppedBitmap = Bitmap.createBitmap(bitmap, 0, 0, TEST_WIDTH, TEST_HEIGHT);

Completed in 1872 milliseconds

1 2 34 5 6