HomeSort by relevance Sort by last modified time
    Searched refs:to_y (Results 1 - 7 of 7) 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);
  /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/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 4229 milliseconds