Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapDecode.java93 int[] pixels = new int[w*h]; in SampleView() local
94 mBitmap2.getPixels(pixels, 0, w, 0, 0, w, h); in SampleView()
95 mBitmap3 = Bitmap.createBitmap(pixels, 0, w, w, h, in SampleView()
97 mBitmap4 = Bitmap.createBitmap(pixels, 0, w, w, h, in SampleView()
DShapeDrawable1.java51 int[] pixels = new int[] { 0xFFFF0000, 0xFF00FF00, 0xFF0000FF, 0}; in makeTiling() local
52 Bitmap bm = Bitmap.createBitmap(pixels, 2, 2, in makeTiling()
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
DImagePixelization.java174 int[] pixels = new int[yPixels * xPixels]; in customImagePixelization() local
198 Arrays.fill(pixels, pixel); in customImagePixelization()
203 mPixelatedBitmap.setPixels(pixels, 0 , w, x , y, w, h); in customImagePixelization()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java537 int type, Buffer pixels) { in glReadPixels() argument
538 mgl.glReadPixels(x, y, width, height, format, type, pixels); in glReadPixels()
624 Buffer pixels) { in glTexImage2D() argument
626 format, type, pixels); in glTexImage2D()
647 Buffer pixels) { in glTexSubImage2D() argument
649 format, type, pixels); in glTexSubImage2D()
/development/tools/logblame/
Dsample.txt557 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
635 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
647 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
1022 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
1073 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
1085 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
1307 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
1355 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
1367 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
2301 Warning: attempt to read pixels from hardware bitmap, which is very slow operation
[all …]