Searched defs:offset (Results 151 - 175 of 575) sorted by last modified time

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java1029 int contextStart, int contextLength, int flags, int offset, int cursorOpt) {
1038 int contextStart, int contextEnd, int flags, int offset, int cursorOpt) {
1028 native_getTextRunCursor(Paint thisPaint, long native_object, char[] text, int contextStart, int contextLength, int flags, int offset, int cursorOpt) argument
1037 native_getTextRunCursor(Paint thisPaint, long native_object, String text, int contextStart, int contextEnd, int flags, int offset, int cursorOpt) argument
H A DPath_Delegate.java351 // because x/y is the center of the circle, need to offset this by the radius
364 // because x/y is the center of the circle, need to offset this by the radius
433 pathDelegate.offset(dx, dy, dstDelegate);
787 * @param dx The amount in the X direction to offset the entire path
788 * @param dy The amount in the Y direction to offset the entire path
792 public void offset(float dx, float dy, Path_Delegate dst) { method in class:Path_Delegate
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1423 * @param offset an offset for the view bounds.
1430 private ViewInfo visit(View view, int offset, boolean setExtendedInfo, argument
1432 ViewInfo result = createViewInfo(view, offset, setExtendedInfo, isContentFrame);
1436 result.setChildren(visitAllChildren(group, isContentFrame ? 0 : offset,
1448 * @param offset an offset from the top for the content view frame.
1454 private List<ViewInfo> visitAllChildren(ViewGroup viewGroup, int offset, argument
1461 offset += viewGroup.getTop();
1469 ViewInfo[] childViewInfo = visitContentRoot(viewGroup.getChildAt(i), offset,
1497 visitContentRoot(View view, int offset, boolean setExtendedInfo) argument
1519 createViewInfo(View view, int offset, boolean setExtendedInfo, boolean isContentFrame) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/
H A DBridgeBufferIterator.java37 public void seek(int offset) { argument
38 assert offset <= mSize;
39 mByteBuffer.position(offset);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DCharsets.java52 public static byte[] toAsciiBytes(char[] chars, int offset, int length) { argument
54 cb.put(chars, offset, length);
62 public static byte[] toIsoLatin1Bytes(char[] chars, int offset, int length) { argument
64 cb.put(chars, offset, length);
72 public static byte[] toUtf8Bytes(char[] chars, int offset, int length) { argument
74 cb.put(chars, offset, length);
82 public static byte[] toBigEndianUtf16Bytes(char[] chars, int offset, int length) { argument
84 int end = offset + length;
86 for (int i = offset; i < end; ++i) {
102 public static void asciiBytesToChars(byte[] bytes, int offset, in argument
121 isoLatin1BytesToChars(byte[] bytes, int offset, int length, char[] chars) argument
[all...]
H A DUnsafeByteSequence.java50 public void write(byte[] buffer, int offset, int length) { argument
56 System.arraycopy(buffer, offset, bytes, count, length);
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java355 // C function void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLsizei offset )
363 int offset
381 // C function void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei offset )
393 int offset
412 // C function void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei offset )
425 int offset
456 // C function void glCompressedTexImage3D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLsizei offset )
467 int offset
486 // C function void glCompressedTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei offset )
499 int offset
764 glMapBufferRange( int target, int offset, int length, int access ) argument
773 glFlushMappedBufferRange( int target, int offset, int length ) argument
851 glBindBufferRange( int target, int index, int buffer, int offset, int size ) argument
1729 glInvalidateSubFramebuffer( int target, int numAttachments, int[] attachments, int offset, int x, int y, int width, int height ) argument
[all...]
H A DGLES31.java236 int offset
254 int offset
352 int offset
367 int offset
389 int offset
521 int offset
540 int offset
559 int offset
578 int offset
597 int offset
1059 glBindVertexBuffer( int bindingindex, int buffer, long offset, int stride ) argument
[all...]
H A DGLES31Ext.java270 int offset,
530 int offset
547 int offset
564 int offset
581 int offset
598 int offset
615 int offset
632 int offset
649 int offset
668 // C function void glTexBufferRangeEXT ( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeipt
264 glDebugMessageControlKHR( int source, int type, int severity, int count, int[] ids, int offset, boolean enabled ) argument
670 glTexBufferRangeEXT( int target, int internalformat, int buffer, int offset, int size ) argument
[all...]
H A DGLErrorWrapper.java207 public void glDeleteTextures(int n, int[] textures, int offset) { argument
209 mgl.glDeleteTextures(n, textures, offset);
297 public void glFogfv(int pname, float[] params, int offset) { argument
299 mgl.glFogfv(pname, params, offset);
315 public void glFogxv(int pname, int[] params, int offset) { argument
317 mgl.glFogxv(pname, params, offset);
347 public void glGenTextures(int n, int[] textures, int offset) { argument
349 mgl.glGenTextures(n, textures, offset);
365 public void glGetIntegerv(int pname, int[] params, int offset) { argument
367 mgl.glGetIntegerv(pname, params, offset);
396 glLightModelfv(int pname, float[] params, int offset) argument
414 glLightModelxv(int pname, int[] params, int offset) argument
432 glLightfv(int light, int pname, float[] params, int offset) argument
450 glLightxv(int light, int pname, int[] params, int offset) argument
480 glLoadMatrixf(float[] m, int offset) argument
492 glLoadMatrixx(int[] m, int offset) argument
516 glMaterialfv(int face, int pname, float[] params, int offset) argument
534 glMaterialxv(int face, int pname, int[] params, int offset) argument
552 glMultMatrixf(float[] m, int offset) argument
564 glMultMatrixx(int[] m, int offset) argument
749 glTexEnvfv(int target, int pname, float[] params, int offset) argument
767 glTexEnvxv(int target, int pname, int[] params, int offset) argument
800 glTexParameteriv(int target, int pname, int[] params, int offset) argument
846 glClipPlanef(int plane, float[] equation, int offset) argument
858 glClipPlanex(int plane, int[] equation, int offset) argument
879 glDrawTexfvOES(float[] coords, int offset) argument
897 glDrawTexivOES(int[] coords, int offset) argument
916 glDrawTexsvOES(short[] coords, int offset) argument
934 glDrawTexxvOES(int[] coords, int offset) argument
974 glBufferSubData(int target, int offset, int size, Buffer data) argument
985 glColorPointer(int size, int type, int stride, int offset) argument
991 glDeleteBuffers(int n, int[] buffers, int offset) argument
1003 glDrawElements(int mode, int count, int type, int offset) argument
1009 glGenBuffers(int n, int[] buffers, int offset) argument
1021 glGetBooleanv(int pname, boolean[] params, int offset) argument
1033 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
1046 glGetClipPlanef(int pname, float[] eqn, int offset) argument
1058 glGetClipPlanex(int pname, int[] eqn, int offset) argument
1070 glGetFixedv(int pname, int[] params, int offset) argument
1082 glGetFloatv(int pname, float[] params, int offset) argument
1094 glGetLightfv(int light, int pname, float[] params, int offset) argument
1106 glGetLightxv(int light, int pname, int[] params, int offset) argument
1118 glGetMaterialfv(int face, int pname, float[] params, int offset) argument
1130 glGetMaterialxv(int face, int pname, int[] params, int offset) argument
1148 glGetTexEnviv(int env, int pname, int[] params, int offset) argument
1160 glGetTexEnvxv(int env, int pname, int[] params, int offset) argument
1172 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
1185 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
1198 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
1232 glNormalPointer(int type, int stride, int offset) argument
1244 glPointParameterfv(int pname, float[] params, int offset) argument
1262 glPointParameterxv(int pname, int[] params, int offset) argument
1280 glTexCoordPointer(int size, int type, int stride, int offset) argument
1292 glTexEnviv(int target, int pname, int[] params, int offset) argument
1304 glTexParameterfv(int target, int pname, float[] params, int offset) argument
1323 glTexParameterxv(int target, int pname, int[] params, int offset) argument
1335 glVertexPointer(int size, int type, int stride, int offset) argument
1360 glMatrixIndexPointerOES(int size, int type, int stride, int offset) argument
1374 glWeightPointerOES(int size, int type, int stride, int offset) argument
1425 glDeleteFramebuffersOES(int n, int[] framebuffers, int offset) argument
1439 glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset) argument
1476 glGenFramebuffersOES(int n, int[] framebuffers, int offset) argument
1490 glGenRenderbuffersOES(int n, int[] renderbuffers, int offset) argument
1504 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
1520 glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) argument
1536 glGetTexGenfv(int coord, int pname, float[] params, int offset) argument
1550 glGetTexGeniv(int coord, int pname, int[] params, int offset) argument
1564 glGetTexGenxv(int coord, int pname, int[] params, int offset) argument
1609 glTexGenfv(int coord, int pname, float[] params, int offset) argument
1630 glTexGeniv(int coord, int pname, int[] params, int offset) argument
1651 glTexGenxv(int coord, int pname, int[] params, int offset) argument
[all...]
H A DGLLogWrapper.java118 private void arg(String name, int n, int[] arr, int offset) { argument
119 arg(name, toString(n, FORMAT_INT, arr, offset));
122 private void arg(String name, int n, short[] arr, int offset) { argument
123 arg(name, toString(n, arr, offset));
126 private void arg(String name, int n, float[] arr, int offset) { argument
127 arg(name, toString(n, arr, offset));
144 private String toString(int n, int format, int[] arr, int offset) { argument
149 int index = offset + i;
162 private String toString(int n, short[] arr, int offset) { argument
167 int index = offset
180 toString(int n, float[] arr, int offset) argument
1422 glDeleteTextures(int n, int[] textures, int offset) argument
1605 glFogfv(int pname, float[] params, int offset) argument
1636 glFogxv(int pname, int[] params, int offset) argument
1696 glGenTextures(int n, int[] textures, int offset) argument
1731 glGetIntegerv(int pname, int[] params, int offset) argument
1790 glLightModelfv(int pname, float[] params, int offset) argument
1821 glLightModelxv(int pname, int[] params, int offset) argument
1853 glLightfv(int light, int pname, float[] params, int offset) argument
1887 glLightxv(int light, int pname, int[] params, int offset) argument
1936 glLoadMatrixf(float[] m, int offset) argument
1955 glLoadMatrixx(int[] m, int offset) argument
1994 glMaterialfv(int face, int pname, float[] params, int offset) argument
2028 glMaterialxv(int face, int pname, int[] params, int offset) argument
2060 glMultMatrixf(float[] m, int offset) argument
2079 glMultMatrixx(int[] m, int offset) argument
2406 glTexEnvfv(int target, int pname, float[] params, int offset) argument
2440 glTexEnvxv(int target, int pname, int[] params, int offset) argument
2505 glTexParameteriv(int target, int pname, int[] params, int offset) argument
2586 glClipPlanef(int plane, float[] equation, int offset) argument
2605 glClipPlanex(int plane, int[] equation, int offset) argument
2639 glDrawTexfvOES(float[] coords, int offset) argument
2668 glDrawTexivOES(int[] coords, int offset) argument
2698 glDrawTexsvOES(short[] coords, int offset) argument
2727 glDrawTexxvOES(int[] coords, int offset) argument
2790 glBufferSubData(int target, int offset, int size, Buffer data) argument
2812 glDeleteBuffers(int n, int[] buffers, int offset) argument
2831 glGenBuffers(int n, int[] buffers, int offset) argument
2850 glGetBooleanv(int pname, boolean[] params, int offset) argument
2869 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
2891 glGetClipPlanef(int pname, float[] eqn, int offset) argument
2910 glGetClipPlanex(int pname, int[] eqn, int offset) argument
2928 glGetFixedv(int pname, int[] params, int offset) argument
2946 glGetFloatv(int pname, float[] params, int offset) argument
2964 glGetLightfv(int light, int pname, float[] params, int offset) argument
2985 glGetLightxv(int light, int pname, int[] params, int offset) argument
3006 glGetMaterialfv(int face, int pname, float[] params, int offset) argument
3028 glGetMaterialxv(int face, int pname, int[] params, int offset) argument
3049 glGetTexEnviv(int env, int pname, int[] params, int offset) argument
3070 glGetTexEnvxv(int env, int pname, int[] params, int offset) argument
3091 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
3112 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
3133 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
3191 glPointParameterfv(int pname, float[] params, int offset) argument
3219 glPointParameterxv(int pname, int[] params, int offset) argument
3258 glTexEnviv(int target, int pname, int[] params, int offset) argument
3279 glTexParameterfv(int target, int pname, float[] params, int offset) argument
3311 glTexParameterxv(int target, int pname, int[] params, int offset) argument
3334 glColorPointer(int size, int type, int stride, int offset) argument
3345 glDrawElements(int mode, int count, int type, int offset) argument
3365 glNormalPointer(int type, int stride, int offset) argument
3374 glTexCoordPointer(int size, int type, int stride, int offset) argument
3384 glVertexPointer(int size, int type, int stride, int offset) argument
3418 glMatrixIndexPointerOES(int size, int type, int stride, int offset) argument
3439 glWeightPointerOES(int size, int type, int stride, int offset) argument
3513 glDeleteFramebuffersOES(int n, int[] framebuffers, int offset) argument
3534 glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset) argument
3591 glGenFramebuffersOES(int n, int[] framebuffers, int offset) argument
3612 glGenRenderbuffersOES(int n, int[] renderbuffers, int offset) argument
3633 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
3660 glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) argument
3685 glGetTexGenfv(int coord, int pname, float[] params, int offset) argument
3708 glGetTexGeniv(int coord, int pname, int[] params, int offset) argument
3731 glGetTexGenxv(int coord, int pname, int[] params, int offset) argument
3798 glTexGenfv(int coord, int pname, float[] params, int offset) argument
3832 glTexGeniv(int coord, int pname, int[] params, int offset) argument
3866 glTexGenxv(int coord, int pname, int[] params, int offset) argument
[all...]
H A DGLSurfaceView.java1780 @Override public void write(char[] buf, int offset, int count) { argument
1782 char c = buf[offset + i];
H A DMatrix.java26 * m[offset + 0] m[offset + 4] m[offset + 8] m[offset + 12]
27 * m[offset + 1] m[offset + 5] m[offset + 9] m[offset + 13]
28 * m[offset + 2] m[offset
323 frustumM(float[] m, int offset, float left, float right, float bottom, float top, float near, float far) argument
380 perspectiveM(float[] m, int offset, float fovy, float aspect, float zNear, float zFar) argument
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java292 int offset
391 int offset
413 int offset
456 int offset
476 int offset
521 int offset
543 int offset
567 int offset
592 int offset
624 int offset
1184 glBufferSubData( int target, int offset, int size, java.nio.Buffer data ) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java161 int offset,
169 int offset
180 int offset
199 int offset
205 int offset
217 int offset
223 int offset
234 int offset
246 int offset
258 int offset
159 glBufferSubData( int target, int offset, int size, java.nio.Buffer data ) argument
[all...]
H A DGL11Ext.java40 void glTexParameterfv(int target, int pname, float[] param, int offset); argument
56 int offset
73 int offset
90 int offset
107 int offset
136 int offset
150 int offset
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java160 * @param pageRanges The page ranges to offset.
161 * @param offset The offset value.
163 public static void offset(PageRange[] pageRanges, int offset) { argument
164 if (offset == 0) {
169 final int start = pageRanges[i].getStart() + offset;
170 final int end = pageRanges[i].getEnd() + offset;
253 // Hence, we have to offset appropriately the printed pages to
256 final int offset
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelCircleView.java229 float offset = t * mMaxElevation;
230 setElevation(offset);
234 * Sets the offset to the edge of the screen. By default this not not animated.
236 * @param offset The offset to apply.
238 public void setOffset(float offset) { argument
239 setOffset(offset, false, 0, null, null);
243 * Sets the offset to the edge of the screen.
245 * @param offset The offset t
253 setOffset(float offset, boolean animate, int startDelay, Interpolator interpolator, final Runnable endRunnable) argument
329 updateCircleRect(Rect rect, float offset, boolean useStaticSize) argument
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifModifier.java41 TagOffset(ExifTag tag, int offset) { argument
43 mOffset = offset;
147 private void writeTagValue(ExifTag tag, int offset) { argument
150 Log.v(TAG, "at offset: " + offset);
152 mByteBuffer.position(offset + mOffsetBase);
H A DExifOutputStream.java106 , int offset, int length) {
109 mBuffer.put(buffer, offset, byteToRead);
118 public void write(byte[] buffer, int offset, int length) throws IOException { argument
125 offset += byteToProcess;
129 out.write(buffer, offset, byteToProcess);
132 offset += byteToProcess;
139 int byteRead = requestByteToBuffer(2, buffer, offset, length);
140 offset += byteRead;
157 byteRead = requestByteToBuffer(4, buffer, offset, length);
158 offset
105 requestByteToBuffer(int requestByteCount, byte[] buffer , int offset, int length) argument
309 calculateOffsetOfIfd(IfdData ifd, int offset) argument
[all...]
H A DExifParser.java218 long offset = mTiffStream.readUnsignedInt();
219 if (offset > Integer.MAX_VALUE) {
220 throw new ExifInvalidFormatException("Invalid offset " + offset);
222 mIfd0Position = (int) offset;
225 registerIfd(IfdId.TYPE_IFD_0, offset);
226 if (offset != DEFAULT_IFD0_OFFSET) {
227 mDataAboveIfd0 = new byte[(int) offset - DEFAULT_IFD0_OFFSET];
275 int offset = mTiffStream.getReadByteCount();
277 if (offset < endOfTag
496 skipTo(int offset) argument
518 registerIfd(int ifdType, long offset) argument
524 registerCompressedImage(long offset) argument
528 registerUncompressedStrip(int stripIndex, long offset) argument
800 read(byte[] buffer, int offset, int length) argument
[all...]
H A DExifTag.java102 // Value offset in exif header.
219 * contain an offset value that is determined when the tag is written.
411 public boolean setValue(byte[] value, int offset, int length) { argument
419 System.arraycopy(value, offset, mValue, 0, length);
844 * @param offset the initial position in buffer to store the bytes.
850 protected void getBytes(byte[] buf, int offset, int length) { argument
855 System.arraycopy(mValue, 0, buf, offset,
860 * Gets the offset of this tag. This is only valid if this data size > 4 and
861 * contains an offset to the location of the actual value.
868 * Sets the offset o
870 setOffset(int offset) argument
[all...]
H A DIfdData.java109 * Sets the offset of next IFD.
111 protected void setOffsetToNextIfd(int offset) { argument
112 mOffsetToNextIfd = offset;
116 * Gets the offset of next IFD.
124 * IFDs offset or thumbnail offset will be ignored.
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java62 public abstract void multiplyMatrix(float[] mMatrix, int offset); argument
170 * @param xOffset Specifies a texel offset in the x direction within the
172 * @param yOffset Specifies a texel offset in the y direction within the
H A DGLES20Canvas.java429 public void multiplyMatrix(float[] matrix, int offset) { argument
433 Matrix.multiplyMM(temp, 0, currentMatrix, index, matrix, offset);
491 private void draw(int type, int offset, int count, float x, float y, float width, float height, argument
493 draw(type, offset, count, x, y, width, height, paint.getColor(), paint.getLineWidth());
496 private void draw(int type, int offset, int count, float x, float y, float width, float height, argument
498 prepareDraw(offset, color, lineWidth);
502 private void prepareDraw(int offset, int color, float lineWidth) { argument
518 setPosition(mDrawParameters, offset);
544 private void setPosition(ShaderParameter[] params, int offset) { argument
548 GLES20.GL_FLOAT, false, VERTEX_STRIDE, offset * VERTEX_STRID
972 printMatrix(String message, float[] m, int offset) argument
[all...]

Completed in 7657 milliseconds

1234567891011>>