HomeSort by relevance Sort by last modified time
    Searched full:to_y (Results 1 - 11 of 11) 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/chromium_org/cc/animation/
transform_operation.cc 114 SkMScalar to_y = IsOperationIdentity(to) ? 0 : to->translate.y; local
117 BlendSkMScalars(from_y, to_y, progress),
148 SkMScalar to_y = IsOperationIdentity(to) ? 1 : to->scale.y; local
151 BlendSkMScalars(from_y, to_y, progress),
159 SkMScalar to_y = IsOperationIdentity(to) ? 0 : to->skew.y; local
161 result->SkewY(BlendSkMScalars(from_y, to_y, progress));
transform_operations_unittest.cc 1194 float to_y; member in struct:cc::__anon7267::TestSkews
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ExpandSpecialInstrs.cpp 76 // TO_Y (write masked) = DP4 T1_Y, T2_Y
  /external/mesa3d/src/gallium/drivers/radeon/
R600ExpandSpecialInstrs.cpp 76 // TO_Y (write masked) = DP4 T1_Y, T2_Y
  /external/llvm/lib/Target/R600/
R600ExpandSpecialInstrs.cpp 251 // TO_Y (write masked) = DP4 T1_Y, T2_Y
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 738 TPos to_y )
747 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
749 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
752 dy = to_y - ras.y;
888 ras.y = to_y;
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 775 TPos to_y )
784 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
786 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
789 dy = to_y - ras.y;
910 ras.y = to_y;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 750 TPos to_y )
759 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
761 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
764 dy = to_y - ras.y;
900 ras.y = to_y;
    [all...]

Completed in 396 milliseconds