Home
last modified time | relevance | path

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

12

/sdk/emulator/opengl/host/libs/renderControl_dec/
DrenderControl.attrib35 dir pixels out
36 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
39 dir pixels in
40 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
41 var_flag pixels isLarge
DrenderControl.in24 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void *pixels)
25 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void *pixels)
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp217 unsigned char *pixels = NULL; in WinMain() local
219 pixels = genPalette4_rgb8(TEX_WIDTH,TEX_HEIGHT,3); in WinMain()
220 …2D(GL_TEXTURE_2D,0,GL_PALETTE4_RGB8_OES,TEX_WIDTH,TEX_HEIGHT,0,3*16+TEX_WIDTH*TEX_HEIGHT/2,pixels); in WinMain()
223 pixels = genTexture(TEX_WIDTH, TEX_HEIGHT, 4); in WinMain()
224 …TexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, TEX_WIDTH, TEX_HEIGHT, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels); in WinMain()
227 delete pixels; in WinMain()
246 pixels = genPalette4_rgb8(TEX_WIDTH,TEX_HEIGHT,1); in WinMain()
247 …TEX_HEIGHT/4,TEX_WIDTH/8,TEX_HEIGHT/8,GL_PALETTE4_RGB8_OES,3*16+(TEX_WIDTH*TEX_HEIGHT/128),pixels); in WinMain()
249 pixels = genRedTexture(TEX_WIDTH/8, TEX_HEIGHT/8, 4); in WinMain()
250 …GL_TEXTURE_2D,0,TEX_WIDTH/4,TEX_HEIGHT/4,TEX_WIDTH/8,TEX_HEIGHT/8,GL_RGBA,GL_UNSIGNED_BYTE,pixels); in WinMain()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java220 private boolean ensurePixel(int x, int y, int[] pixels, int index) { in ensurePixel() argument
224 if (index == 0 || index == pixels.length - 1) { in ensurePixel()
228 pixels[index] = pixel; in ensurePixel()
238 private boolean ensureHorizontalPixel(int x, int y, int[] pixels) { in ensureHorizontalPixel() argument
239 return ensurePixel(x, y, pixels, x); in ensureHorizontalPixel()
242 private boolean ensureVerticalPixel(int x, int y, int[] pixels) { in ensureVerticalPixel() argument
243 return ensurePixel(x, y, pixels, y); in ensureVerticalPixel()
374 private static boolean findPatches(int[] pixels, List<Tick> out) { in findPatches() argument
381 len = pixels.length - 1; in findPatches()
383 int pixel = pixels[i]; in findPatches()
[all …]
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib235 …Pixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
237 dir pixels out
238 len pixels pixelDataSize(self, width, height, format, type, 1)
244 …nalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLvoid *pixels)
246 dir pixels in
247 len pixels pixelDataSize(self, width, height, format, type, 0)
248 var_flag pixels nullAllowed isLarge
257 … xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
259 len pixels pixelDataSize(self, width, height, format, type, 0)
260 var_flag pixels isLarge
[all …]
Dgl2.in93 …ixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels)
106 …mat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels)
111 …et, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels)
150 …dth, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels)
151 …et, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels)
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion5-expected-completion40.txt18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension]
20 android:height : Makes the TextView be exactly this many pixels tall. [dimension]
22 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension]
24 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension]
26 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
81 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
82 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
84 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
85 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
[all …]
Dcompletion1-expected-completion39.txt18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension]
20 android:height : Makes the TextView be exactly this many pixels tall. [dimension]
22 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension]
24 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension]
26 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
81 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
82 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
84 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
85 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
[all …]
Dcompletion8-expected-completion42.txt4 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
Dcompletion12-expected-completion75.txt6 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
7 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
9 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
10 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
11 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
12 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
13 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
14 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension]
15 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
Dcompletion1-expected-completion4.txt7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion66.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion67.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion24.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion32.txt122 android:height : Makes the TextView be exactly this many pixels tall. [dimension]
190 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
191 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
192 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
193 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
194 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
195 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension]
196 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
221 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
222 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
[all …]
/sdk/emulator/opengl/host/libs/libOpenglRender/
DColorBuffer.h35 … void subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels);
DRenderControl.cpp323 GLenum format, GLenum type, void* pixels) in rcReadColorBuffer() argument
331 GLenum format, GLenum type, void* pixels) in rcUpdateColorBuffer() argument
338 fb->updateColorBuffer(colorBuffer, x, y, width, height, format, type, pixels); in rcUpdateColorBuffer()
DColorBuffer.cpp147 …uffer::subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels) in subUpdate() argument
154 width, height, p_format, p_type, pixels); in subUpdate()
DFrameBuffer.h86 GLenum format, GLenum type, void *pixels);
/sdk/emulator/opengl/host/include/libOpenglRender/
Drender_api.h117 int format, int type, unsigned char* pixels);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib221 …Pixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
223 dir pixels out
224 len pixels pixelDataSize(self, width, height, format, type, 1)
239 …nalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLvoid *pixels)
241 dir pixels in
242 len pixels pixelDataSize(self, width, height, format, type, 0)
243 var_flag pixels nullAllowed isLarge
253 … xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
255 len pixels pixelDataSize(self, width, height, format, type, 0)
256 var_flag pixels isLarge
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java104 int[] pixels = new int[length]; in writeImage() local
106 image.getData().getDataElements(0, 0, width, height, pixels); in writeImage()
114 final int pixel = pixels[i]; in writeImage()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DTextureUtils.cpp49 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels); in doCompressedTexImage2D()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.h136 …els) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
146 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
149 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java340 public int screenToLayout(int pixels) { in screenToLayout() argument
342 return pixels; in screenToLayout()

12