/external/freetype/src/autofit/ |
H A D | afwarp.c | 67 /* `xx1' to `xx2', and store the best result in `warper'. If */ 75 FT_Pos xx1, 89 idx0 = xx1 - warper->t1; 95 FT_Pos w = xx2 - xx1; 111 " min=%d max=%d, xx1=%ld xx2=%ld,\n" 113 idx_min, idx_max, xx1, xx2, 305 FT_Pos xx1, xx2; local 310 xx1 = warper->x1; 314 xx1 -= w - warper->w0; 315 if ( xx1 < warpe 72 af_warper_compute_line_best( AF_Warper warper, FT_Fixed scale, FT_Pos delta, FT_Pos xx1, FT_Pos xx2, AF_WarpScore base_distort, AF_Segment segments, FT_Int num_segments ) argument [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
H A D | afwarp.c | 67 /* `xx1' to `xx2', and store the best result in `warper'. If */ 75 FT_Pos xx1, 89 idx0 = xx1 - warper->t1; 95 FT_Pos w = xx2 - xx1; 111 " min=%d max=%d, xx1=%ld xx2=%ld,\n" 113 idx_min, idx_max, xx1, xx2, 305 FT_Pos xx1, xx2; local 310 xx1 = warper->x1; 314 xx1 -= w - warper->w0; 315 if ( xx1 < warpe 72 af_warper_compute_line_best( AF_Warper warper, FT_Fixed scale, FT_Pos delta, FT_Pos xx1, FT_Pos xx2, AF_WarpScore base_distort, AF_Segment segments, FT_Int num_segments ) argument [all...] |
/external/fonttools/Lib/fontTools/misc/ |
H A D | transform.py | 191 xx1, xy1, yx1, yy1, dx1, dy1 = other 194 xx1*xx2 + xy1*yx2, 195 xx1*xy2 + xy1*yy2, 214 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine 217 xx1*xx2 + xy1*yx2, 218 xx1*xy2 + xy1*yy2, 292 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine 294 return (xx1, xy1, yx1, yy1, dx1, dy1) == \
|
/external/fonttools/Tools/fontTools/misc/ |
H A D | transform.py | 191 xx1, xy1, yx1, yy1, dx1, dy1 = other 194 xx1*xx2 + xy1*yx2, 195 xx1*xy2 + xy1*yy2, 214 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine 217 xx1*xx2 + xy1*yx2, 218 xx1*xy2 + xy1*yy2, 292 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine 294 return (xx1, xy1, yx1, yy1, dx1, dy1) == \
|
/external/valgrind/none/tests/amd64/ |
H A D | bug132918.stdout.exp | 0 xx1 -> 0x4200 8.300000
|
/external/drm_hwcomposer/ |
H A D | separate_rects.h | 44 Rect(TFloat xx1, TFloat yy1, TFloat xx2, TFloat yy2) argument 45 : x1(xx1), y1(yy1), x2(xx2), y2(yy2) {
|
/external/skia/src/core/ |
H A D | SkBitmapProcState_sample.h | 96 uint32_t xx1 = *xy++; local 99 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)]; 100 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)];
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
H A D | aec_rdft_neon.c | 98 const float32x4_t xx1 = vsubq_f32(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local 112 const float32x4_t xx1_rev = vrev64q_f32(xx1); 117 vst1_f32(&a[j + 16], vget_low_f32(xx1)); 156 const float32x4_t xx1 = vsubq_f32(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local 162 float32x4_t xx4 = vmulq_f32(wk2rv, xx1); 165 xx4 = vmlaq_f32(xx4, wk2iv, vrev64q_f32(xx1));
|
H A D | aec_rdft_sse2.c | 115 const __m128 xx1 = _mm_sub_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local 136 _mm_storel_epi64((__m128i*)&a[j0 + 16], _mm_castps_si128(xx1)); 139 _mm_shuffle_epi32(_mm_castps_si128(xx1), _MM_SHUFFLE(2, 3, 2, 3))); 189 const __m128 xx1 = _mm_sub_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local 190 const __m128 xx2 = _mm_mul_ps(xx1, wk2rv); 194 _mm_castps_si128(xx1), _MM_SHUFFLE(2, 3, 0, 1))));
|
/external/speex/libspeex/ |
H A D | filters.c | 484 VARDECL(spx_word16_t *xx1); 489 ALLOC(xx1, M2+N2, spx_word16_t); 493 xx1[i] = x1[N2-1-i]; 495 xx1[N2+i] = mem1[2*i+1]; 506 x10 = xx1[N2-2-i]; 515 x11 = xx1[N2-1+j-i]; 532 x10 = xx1[N2+j-i]; 563 mem1[2*i+1] = xx1[i];
|
/external/libjpeg-turbo/ |
H A D | jquant2.c | 769 INT32 xx0, xx1; /* distance increments */ local 809 xx1 = inc1; 823 dist1 += xx1; 824 xx1 += 2 * STEP_C1 * STEP_C1;
|
/external/opencv3/3rdparty/libjpeg/ |
H A D | jquant2.c | 791 INT32 xx0, xx1; /* distance increments */ local 831 xx1 = inc1; 845 dist1 += xx1; 846 xx1 += 2 * STEP_C1 * STEP_C1;
|
/external/opencv/cxcore/src/ |
H A D | cxdrawing.cpp | 1122 int xx1 = (x1 + delta1) >> XY_SHIFT; local 1125 if( xx2 >= 0 && xx1 < size.width ) 1127 if( xx1 < 0 ) 1128 xx1 = 0; 1131 ICV_HLINE( ptr, xx1, xx2, color, pix_size );
|
/external/opencv3/modules/imgproc/src/ |
H A D | drawing.cpp | 1169 int xx1 = (x1 + delta1) >> XY_SHIFT; local 1172 if( xx2 >= 0 && xx1 < size.width ) 1174 if( xx1 < 0 ) 1175 xx1 = 0; 1178 ICV_HLINE( ptr, xx1, xx2, color, pix_size );
|