Searched refs:xx1 (Results 1 - 10 of 10) sorted by relevance

/external/freetype/src/autofit/
H A Dafwarp.c67 /* `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 Dtransform.py191 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 Dtransform.py191 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 Dbug132918.stdout.exp0 xx1 -> 0x4200 8.300000
/external/drm_hwcomposer/
H A Dseperate_rects.h44 Rect(TFloat xx1, TFloat yy1, TFloat xx2, TFloat yy2) argument
45 : x1(xx1), y1(yy1), x2(xx2), y2(yy2) {
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft_sse2.c118 const __m128 xx1 = _mm_sub_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
140 _mm_storel_epi64((__m128i*)&a[j0 + 16], _mm_castps_si128(xx1));
142 _mm_shuffle_epi32(_mm_castps_si128(xx1),
193 const __m128 xx1 = _mm_sub_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
194 const __m128 xx2 = _mm_mul_ps(xx1 , wk2rv);
196 _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(xx1),
/external/skia/src/core/
H A DSkBitmapProcState_sample.h113 uint32_t xx1 = *xy++; local
116 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)];
117 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)];
/external/speex/libspeex/
H A Dfilters.c484 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/jpeg/
H A Djquant2.c790 INT32 xx0, xx1; /* distance increments */ local
830 xx1 = inc1;
844 dist1 += xx1;
845 xx1 += 2 * STEP_C1 * STEP_C1;
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1122 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 );

Completed in 293 milliseconds