/sdk/emulator/opengl/host/libs/renderControl_dec/ |
D | renderControl.attrib | 35 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
|
D | renderControl.in | 24 …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/ |
D | triangleCM.cpp | 217 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/ |
D | NinePatchedImage.java | 220 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/ |
D | gl2.attrib | 235 …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 …]
|
D | gl2.in | 93 …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/ |
D | completion5-expected-completion40.txt | 18 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 …]
|
D | completion1-expected-completion39.txt | 18 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 …]
|
D | completion8-expected-completion42.txt | 4 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
|
D | completion12-expected-completion75.txt | 6 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]
|
D | completion1-expected-completion4.txt | 7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion66.txt | 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion67.txt | 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion24.txt | 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion32.txt | 122 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/ |
D | ColorBuffer.h | 35 … void subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels);
|
D | RenderControl.cpp | 323 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()
|
D | ColorBuffer.cpp | 147 …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()
|
D | FrameBuffer.h | 86 GLenum format, GLenum type, void *pixels);
|
/sdk/emulator/opengl/host/include/libOpenglRender/ |
D | render_api.h | 117 int format, int type, unsigned char* pixels);
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 221 …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/ |
D | PsdFile.java | 104 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/ |
D | TextureUtils.cpp | 49 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels); in doCompressedTexImage2D()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.h | 136 …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/ |
D | LayoutTestBase.java | 340 public int screenToLayout(int pixels) { in screenToLayout() argument 342 return pixels; in screenToLayout()
|