Searched refs:bx (Results 1 - 14 of 14) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dfixed_asm.S43 bx lr
62 bx lr
66 bx lr
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java54 RectF bx = null;
64 if (bx == null) {
65 bx = new RectF();
66 bx.top = p.y;
67 bx.left = p.x;
68 bx.right = p.x;
69 bx.bottom = p.y;
74 bx.union(p.x, p.y);
81 boundingBox = bx;
/frameworks/base/libs/hwui/
H A DPathTessellator.h105 float bx, float by,
H A DSpotShadow.h48 static bool ccw(float ax, float ay, float bx, float by, float cx, float cy);
H A DPathTessellator.cpp1021 float bx, float by,
1025 float dx = bx - ax;
1027 float d = (cx - bx) * dy - (cy - by) * dx;
1033 pushToVector(outputVertices, bx, by);
1036 float bcx = (bx + cx) * 0.5f;
1046 recursiveQuadraticBezierVertices(mx, my, bx, by, bcx, bcy,
1019 recursiveQuadraticBezierVertices( float ax, float ay, float bx, float by, float cx, float cy, float sqrInvScaleX, float sqrInvScaleY, float thresholdSquared, Vector<Vertex>& outputVertices, int depth) argument
H A DOpenGLRenderer.cpp2076 int bx = i; local
2077 int by = bx + 1;
2085 ColorTextureVertex::set(vertex++, vertices[bx], vertices[by], u1, v1, colors[bx / 2]);
2088 ColorTextureVertex::set(vertex++, vertices[bx], vertices[by], u1, v1, colors[bx / 2]);
2091 left = fminf(left, fminf(vertices[ax], fminf(vertices[bx], vertices[cx])));
2093 right = fmaxf(right, fmaxf(vertices[ax], fmaxf(vertices[bx], vertices[cx])));
H A DSpotShadow.cpp220 bool SpotShadow::ccw(float ax, float ay, float bx, float by, argument
222 return (bx - ax) * (cy - ay) - (by - ay) * (cx - ax) > EPSILON;
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp271 int bx = 0; local
273 bx = 2;
277 int xx = bx + x;
355 int bx = 0; local
357 bx = 2;
361 int xx = bx + x;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_YuvToRGB.S245 bx lr
271 bx lr
297 bx lr
H A DrsCpuIntrinsics_neon_Convolve.S102 bx lr
285 bx lr
H A DrsCpuIntrinsics_neon_3DLUT.S255 bx lr
H A DrsCpuIntrinsics_neon_Blur.S95 bx \reg
1057 bx lr
1081 bx lr
1083 bx lr
1099 bx lr
1102 bx lr
1395 bx lr
H A DrsCpuIntrinsics_neon_Blend.S574 bx lr
608 bx lr
H A DrsCpuIntrinsics_neon_ColorMatrix.S79 bx lr

Completed in 754 milliseconds