Searched defs:pixels (Results 1 – 10 of 10) sorted by relevance
/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() 238 private boolean ensureHorizontalPixel(int x, int y, int[] pixels) { in ensureHorizontalPixel() 242 private boolean ensureVerticalPixel(int x, int y, int[] pixels) { in ensureVerticalPixel() 374 private static boolean findPatches(int[] pixels, List<Tick> out) { in findPatches() 492 private static void findContentArea(int[] pixels, List<Tick> out) { in findContentArea()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | RenderControl.cpp | 323 GLenum format, GLenum type, void* pixels) in rcReadColorBuffer() 331 GLenum format, GLenum type, void* 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()
|
D | FrameBuffer.cpp | 621 GLenum format, GLenum type, void *pixels) in updateColorBuffer()
|
/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()
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 217 unsigned char *pixels = NULL; in WinMain() local
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
D | PsdFile.java | 104 int[] pixels = new int[length]; in writeImage() local
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1617 …ixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels){ in glReadPixels() 1739 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels){ in glTexImage2D() 1814 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels){ in glTexSubImage2D()
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | DummyGLfuncs.cpp | 67 …xels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels){} in dummy_glReadPixels() 73 …t, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels){} in dummy_glTexImage2D() 76 …, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels){} in dummy_glTexSubImage2D()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 1332 …els( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) { in glReadPixels() 1449 …t, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) { in glTexImage2D() 1606 …, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) { in glTexSubImage2D()
|