HomeSort by relevance Sort by last modified time
    Searched refs:y3 (Results 76 - 100 of 204) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 346 const void *y2, const void *y3, const void *y4,
363 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); local
369 const uchar4 *py3 = (const uchar4 *)(pin + stride * y3);
423 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); local
429 const uchar2 *py3 = (const uchar2 *)(pin + stride * y3);
472 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); local
478 const uchar *py3 = (const uchar *)(pin + stride * y3);
521 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); local
527 const float4 *py3 = (const float4 *)(pin + stride * y3);
570 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)) local
619 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); local
    [all...]
rsCpuIntrinsics_x86.cpp 455 __m128i y1, y2, y3, y4; local
459 y3 = _mm_packus_epi16(y1, y2);
464 y4 = _mm_shuffle_epi8(y3, T4x4);
517 __m128i y1, y2, y3, y4; local
521 y3 = _mm_packus_epi16(y1, y2);
526 y4 = _mm_shuffle_epi8(y3, T4x4);
578 __m128i y1, y2, y3, y4; local
582 y3 = _mm_packus_epi16(y1, y2);
587 y4 = _mm_shuffle_epi8(y3, T4x4);
598 const void *y3, const void *y4
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 284 float x2, float y2, float x3, float y3) {
290 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
295 float x2, float y2, float x3, float y3) {
301 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3);
740 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
748 * @param y3 The y-coordinate of the end point on a cubic curve
751 float x3, float y3) {
755 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
  /external/speex/libspeex/
filters.c 502 spx_sig_t y0, y1, y2, y3; local
505 y0 = y1 = y2 = y3 = 0;
523 y3 = MAC16_16(MAC16_16(y3, a1, x10), a1, x20);
528 y3 = ADD32(y3,MULT16_16(a1, x10+x20));
540 y3 = MAC16_16(MAC16_16(y3, a1, x11), a1, x21);
545 y3 = ADD32(y3,MULT16_16(a1, x11+x21))
    [all...]
ltp.c 92 spx_word16_t y0, y1, y2, y3;
93 /*y0=y[0];y1=y[1];y2=y[2];y3=y[3];*/
97 y3=*y++;
107 part4 = MULT16_16(*x,y3);
112 part3 = MAC16_16(part3,*x,y3);
117 part2 = MAC16_16(part2,*x,y3);
122 part1 = MAC16_16(part1,*x,y3);
127 y3=*y++;
  /external/libgdx/gdx/jni/gdx2d/
gdx2d.h 85 JNIEXPORT void gdx2d_fill_triangle(const gdx2d_pixmap* pixmap,int32_t x1, int32_t y1, int32_t x2, int32_t y2, int32_t x3, int32_t y3, uint32_t col);
  /external/pdfium/public/
fpdf_doc.h 304 FS_FLOAT y3; member in struct:_FS_QUADPOINTSF
  /external/skia/src/animator/
SkPathParts.h 94 SkScalar y3; member in class:SkCubicTo
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp 85 float const & x3, float const & y3, float const & z3, float const & w3);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 504 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
512 x3, y3, u3, v3, x4, y4, u4, v4);
516 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
524 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
528 mBounds->top = std::min(mBounds->top, y3);
539 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
542 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
546 mBounds->top = std::min(mBounds->top, std::min(y1, std::min(y2, std::min(y3, y4))));
548 mBounds->bottom = std::max(mBounds->bottom, std::max(y1, std::max(y2, std::max(y3, y4))));
  /frameworks/rs/driver/
rsdGL.h 92 float x3, float y3, float z3, float u3, float v3,
  /system/bt/embdrv/sbc/decoder/srce/
synthesis-sbc.c 478 OI_INT32 y0, y1, y2, y3; local
493 y3 = -SCALE(f8 + f9, DCT_SHIFT);
497 out[1] = (OI_INT16)-y3;
499 out[3] = (OI_INT16)y3;
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityMagnificationTest.java 208 final float y3 = 700; local
227 controller.setCenter(x3, y3, true);
  /external/clang/test/Index/
complete-method-decls.m 48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z;
151 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType void *}{Informative first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
166 // CHECK-CCD: ObjCInstanceMethodDecl:{ResultType void *}{Informative first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
  /external/libgdx/gdx/jni/
com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp 140 JNIEXPORT void JNICALL Java_com_badlogic_gdx_graphics_g2d_Gdx2DPixmap_fillTriangle(JNIEnv* env, jclass clazz, jlong pixmap, jint x1, jint y1, jint x2, jint y2, jint x3, jint y3, jint color) {
145 gdx2d_fill_triangle((gdx2d_pixmap*)pixmap, x1, y1, x2, y2, x3, y3, color);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Pixmap.java 282 /** Fills a triangle with vertices at x1,y1 and x2,y2 and x3,y3 using the current color.
289 * @param y3 The y-coordinate of vertex 3 */
290 public void fillTriangle (int x1, int y1, int x2, int y2, int x3, int y3) {
291 pixmap.fillTriangle(x1, y1, x2, y2, x3, y3, color);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 266 float x2, float y2, float x3, float y3);
269 float x2, float y2, float x3, float y3);
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 102 double y3 = a.x[0] * b.x[3] + a.x[1] * b.x[2] - a.x[2] * b.x[1] + a.x[3] * b.x[0]; local
103 return new Quaternion(y0, y1, y2, y3);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShapeRenderer.java 331 public void triangle (float x1, float y1, float x2, float y2, float x3, float y3) {
343 renderer.vertex(x3, y3, 0);
346 renderer.vertex(x3, y3, 0);
355 renderer.vertex(x3, y3, 0);
360 public void triangle (float x1, float y1, float x2, float y2, float x3, float y3, Color col1, Color col2, Color col3) {
371 renderer.vertex(x3, y3, 0);
374 renderer.vertex(x3, y3, 0);
383 renderer.vertex(x3, y3, 0);
515 float y3 = sin * fx2 + cos * fy2 + worldOriginY; local
518 float y4 = y3 - (y2 - y1);
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
Pixmap.java 339 /** Fills a triangle with vertices at x1,y1 and x2,y2 and x3,y3 using the current color.
346 * @param y3 The y-coordinate of vertex 3 */
347 public void fillTriangle (int x1, int y1, int x2, int y2, int x3, int y3) {
348 triangle(x1, y1, x2, y2, x3, y3, DrawType.FILL);
446 private void triangle(int x1, int y1, int x2, int y2, int x3, int y3, DrawType drawType) {
454 context.lineTo(x3,y3);
465 context.lineTo(x3,y3);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afloader.c 564 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local
584 y3 = module->darken_params[5];
634 FT_Int ydelta = y3 - y2;
652 FT_Int ydelta = y4 - y3;
661 FT_DivFix( af_intToFixed( y3 ), ppem );
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 935 double y0, y1, y2, y3; local
1397 double y0, y1, y2, y3; local
1497 double y0, y1, y2, y3; local
    [all...]
  /external/opencv3/modules/hal/src/
mathfuncs.cpp 734 double y0, y1, y2, y3;
786 y3 = buf[3].f * expTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 );
789 y[i + 3] = y3;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HebrewTest.java 302 // m3/y3 - month/year after set(MONTH, m1+delta)
303 //m1 y1 delta m2 y2 m3 y3
318 int m3 = DATA[i++], y3 = DATA[i++]; local
347 if (y3 != yact || m3 != mact) {
351 m3 + "/" + y3);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
HebrewTest.java 298 // m3/y3 - month/year after set(MONTH, m1+delta)
299 //m1 y1 delta m2 y2 m3 y3
314 int m3 = DATA[i++], y3 = DATA[i++]; local
343 if (y3 != yact || m3 != mact) {
347 m3 + "/" + y3);

Completed in 1446 milliseconds

1 2 34 5 6 7 8 9