Home
last modified time | relevance | path

Searched refs:focalX (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/transition/
H A DExplode.java129 int focalX; in calculateOut() local
134 focalX = sceneRootX + (sceneRoot.getWidth() / 2) in calculateOut()
139 focalX = epicenter.centerX(); in calculateOut()
145 double xVector = centerX - focalX; in calculateOut()
158 calculateMaxDistance(sceneRoot, focalX - sceneRootX, focalY - sceneRootY); in calculateOut()
164 private static double calculateMaxDistance(View sceneRoot, int focalX, int focalY) { in calculateMaxDistance() argument
165 int maxX = Math.max(focalX, sceneRoot.getWidth() - focalX); in calculateMaxDistance()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2ext_api.in1453 …metersQCOM)(GLuint framebuffer, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, G…
1454 …CALL_GL_API(glFramebufferFoveationParametersQCOM, framebuffer, layer, focalPoint, focalX, focalY, …
1459 …ParametersQCOM)(GLuint texture, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, G…
1460 …CALL_GL_API(glTextureFoveationParametersQCOM, texture, layer, focalPoint, focalX, focalY, gainX, g…
/aosp12/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h3529 …SQCOMPROC) (GLuint framebuffer, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, G…
3532 …metersQCOM (GLuint framebuffer, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, G…
3557 …ETERSQCOMPROC) (GLuint texture, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, G…
3559 …ParametersQCOM (GLuint texture, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, G…
/aosp12/frameworks/native/opengl/libs/
H A Dentries.in279 …metersQCOM, GLuint framebuffer, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, G…
899 …ParametersQCOM, GLuint texture, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, G…