HomeSort by relevance Sort by last modified time
    Searched full:to_y (Results 1 - 5 of 5) sorted by null

  /system/extras/tests/bionic/libc/bionic/
libdlclosetest1.cpp 63 static int *to_y = NULL; variable
67 if (to_y == NULL) {
68 fprintf(stderr, "%s: to_y uinitialized !!\n", __FUNCTION__);
71 *to_y = 2;
72 fprintf(stderr, "%s: setting y(%p) to 2 !\n", __FUNCTION__, to_y);
80 to_y = y;
81 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
libdlclosetest2.c 56 static int *to_y = NULL; variable
61 if (to_y == NULL) {
62 fprintf(stderr, "%s: to_y uninitialized!!\n", __FUNCTION__);
65 *to_y = 2;
66 fprintf(stderr, "%s: setting y(%p) to 2!\n", __FUNCTION__, to_y);
71 to_y = y;
72 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 39 private static float TO_Y = 3.6f;
63 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y);
65 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y, Animation.RELATIVE_TO_SELF, PIVOT_X,
68 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y, PIVOT_X, PIVOT_Y);
75 MyScaleAnimation scaleAnimation = new MyScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y,
95 assertMatrixValue(TO_X, TO_Y, values);
110 MyScaleAnimation scaleAnimation = new MyScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y,
135 assertMatrixValue(TO_X, TO_Y, values);
  /external/llvm/lib/Target/R600/
R600ExpandSpecialInstrs.cpp 200 // TO_Y (write masked) = DP4 T1_Y, T2_Y
  /external/freetype/src/smooth/
ftgrays.c 705 TPos to_y )
714 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
716 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
719 dy = to_y - ras.y;
855 ras.y = to_y;
    [all...]

Completed in 94 milliseconds