[go: nahoru, domu]

Searched refs:startSegment (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DProgressReporterTest.java57 final int[] lastRange = r.startSegment(40);
75 final int[] lastRange = r.startSegment(40);
95 final int[] lastRange = r.startSegment(40);
101 final int[] lastRange2 = r.startSegment(25);
/frameworks/base/core/java/com/android/internal/util/
H A DProgressReporter.java32 * segmented into smaller pieces using {@link #startSegment(int)} and
41 * final int restore = prog.startSegment(40);
160 public int[] startSegment(int size) { method in class:ProgressReporter
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h2556 typedef GLfloat (GL_APIENTRYP PFNGLGETPATHLENGTHNVPROC) (GLuint path, GLsizei startSegment, GLsizei numSegments);
2557 typedef GLboolean (GL_APIENTRYP PFNGLPOINTALONGPATHNVPROC) (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat *x, GLfloat *y, GLfloat *tangentX, GLfloat *tangentY);
2614 GL_APICALL GLfloat GL_APIENTRY glGetPathLengthNV (GLuint path, GLsizei startSegment, GLsizei numSegments);
2615 GL_APICALL GLboolean GL_APIENTRY glPointAlongPathNV (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat *x, GLfloat *y, GLfloat *tangentX, GLfloat *tangentY);

Completed in 1075 milliseconds