Searched refs:xy1 (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c127 int xy1; local
130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 :
134 if (xy1 >= xy2 || xy1 < 0)
137 dst->x1 = xy1;
140 xy1 = ((int)src->y1 > (int)bbox->y1 + dst_y) ? src->y1 :
144 if (xy1 >= xy2 || xy1 < 0)
147 dst->y1 = xy1;
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c127 int xy1; local
130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 :
134 if (xy1 >= xy2 || xy1 < 0)
137 dst->x1 = xy1;
140 xy1 = ((int)src->y1 > (int)bbox->y1 + dst_y) ? src->y1 :
144 if (xy1 >= xy2 || xy1 < 0)
147 dst->y1 = xy1;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3-0x.cpp22 X<Y> xy1 = f0(xvalue<Y>()); local
34 X<Y> xy1 = f1(xvalue<Y>()); local
/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/chromium_org/third_party/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp40 SkDPoint xy1 = quad1.ptAtT(tt1); local
43 if (!xy1.approximatelyEqual(xy2)) {
45 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY,
276 SkDPoint xy1 = quad1.ptAtT(tt1); local
279 if (!xy1.approximatelyEqual(xy2)) {
282 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
287 outer, inner, tt1, xy1.fX, xy1
[all...]
H A DPathOpsCubicQuadIntersectionTest.cpp83 SkDPoint xy1 = cubic.ptAtT(tt1); local
86 if (!xy1.approximatelyEqual(xy2)) {
88 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
90 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
93 found |= quadCubicTests[index].answers[idx2].approximatelyEqual(xy1);
96 SkDebugf("%s [%d,%d] xy1=(%g,%g) != \n",
97 __FUNCTION__, iIndex, pt, xy1.fX, xy1.fY);
H A DPathOpsCubicIntersectionTest.cpp53 SkDPoint xy1 = cubic1.ptAtT(tt1); local
56 if (!xy1.approximatelyEqual(xy2)) {
58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
60 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
347 SkDPoint xy1, xy2; local
350 xy1 = cubic1.ptAtT(tt1);
356 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX,
359 REPORTER_ASSERT(reporter, xy1
437 SkDPoint xy1 = cubic1.ptAtT(tt1); local
[all...]
H A DPathOpsCubicLineIntersectionTest.cpp141 SkDPoint xy1 = cubic.ptAtT(tt1); local
144 if (!xy1.approximatelyEqual(xy2)) {
146 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
148 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp40 SkDPoint xy1 = quad1.ptAtT(tt1); local
43 if (!xy1.approximatelyEqual(xy2)) {
45 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY,
273 SkDPoint xy1 = quad1.ptAtT(tt1); local
276 if (!xy1.approximatelyEqual(xy2)) {
279 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
284 outer, inner, tt1, xy1.fX, xy1
[all...]
H A DPathOpsCubicQuadIntersectionTest.cpp83 SkDPoint xy1 = cubic.ptAtT(tt1); local
86 if (!xy1.approximatelyEqual(xy2)) {
88 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
90 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
93 found |= quadCubicTests[index].answers[idx2].approximatelyEqual(xy1);
96 SkDebugf("%s [%d,%d] xy1=(%g,%g) != \n",
97 __FUNCTION__, iIndex, pt, xy1.fX, xy1.fY);
H A DPathOpsCubicIntersectionTest.cpp53 SkDPoint xy1 = cubic1.ptAtT(tt1); local
56 if (!xy1.approximatelyEqual(xy2)) {
58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
60 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
347 SkDPoint xy1, xy2; local
350 xy1 = cubic1.ptAtT(tt1);
356 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX,
359 REPORTER_ASSERT(reporter, xy1
437 SkDPoint xy1 = cubic1.ptAtT(tt1); local
[all...]
H A DPathOpsCubicLineIntersectionTest.cpp141 SkDPoint xy1 = cubic.ptAtT(tt1); local
144 if (!xy1.approximatelyEqual(xy2)) {
146 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
148 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp233 _Point xy1, xy2;
238 xy_at_t(cubic1, tt1, xy1.x, xy1.y);
244 __FUNCTION__, tt1, xy1.x, xy1.y, intersections2.fPt[pt1].x,
247 SkASSERT(xy1.approximatelyEqual(xy2));
273 xy_at_t(cubic1, tt1, xy1.x, xy1.y);
279 __FUNCTION__, tt1, xy1.x, xy1
323 _Point xy1, xy2; local
606 _Point xy1, xy2; local
[all...]
/external/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp233 _Point xy1, xy2;
238 xy_at_t(cubic1, tt1, xy1.x, xy1.y);
244 __FUNCTION__, tt1, xy1.x, xy1.y, intersections2.fPt[pt1].x,
247 SkASSERT(xy1.approximatelyEqual(xy2));
273 xy_at_t(cubic1, tt1, xy1.x, xy1.y);
279 __FUNCTION__, tt1, xy1.x, xy1
323 _Point xy1, xy2; local
606 _Point xy1, xy2; local
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp101 int* xy0, int* xy1) {
115 _mm_storeu_si128(reinterpret_cast<__m128i *>(xy1), xy1_wide);
321 const int* xy1,
328 row00[xy0[0]], row00[xy1[0]], row10[xy0[1]], row10[xy1[1]],
332 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
618 int xy1[4]; local
622 &all_xy, &sixteen_minus_xy, xy0, xy1);
633 reinterpret_cast<const uint32_t*>(src_addr + xy1[
94 PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy, const __m128i& mask_3FFF, const __m128i& mask_000F, const __m128i& sixteen_8bit, const __m128i& mask_dist_select, __m128i* all_xy_result, __m128i* sixteen_minus_xy, int* xy0, int* xy1) argument
316 ProcessTwoPixelPairsDXDY(const uint32_t* row00, const uint32_t* row01, const uint32_t* row10, const uint32_t* row11, const int* xy0, const int* xy1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
[all...]
H A DSkBitmapProcState_matrix_neon.h205 int32x4x2_t xy1, xy2; local
207 xy1 = vld2q_s32(mysrc);
210 hi16.val[0] = TILEX_PROCF_NEON8(xy1.val[0], xy2.val[0], maxX);
211 hi16.val[1] = TILEY_PROCF_NEON8(xy1.val[1], xy2.val[1], maxY);
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp102 int* xy0, int* xy1) {
116 _mm_storeu_si128(reinterpret_cast<__m128i *>(xy1), xy1_wide);
322 const int* xy1,
329 row00[xy0[0]], row00[xy1[0]], row10[xy0[1]], row10[xy1[1]],
333 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
619 int xy1[4]; local
623 &all_xy, &sixteen_minus_xy, xy0, xy1);
634 reinterpret_cast<const uint32_t*>(src_addr + xy1[
95 PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy, const __m128i& mask_3FFF, const __m128i& mask_000F, const __m128i& sixteen_8bit, const __m128i& mask_dist_select, __m128i* all_xy_result, __m128i* sixteen_minus_xy, int* xy0, int* xy1) argument
317 ProcessTwoPixelPairsDXDY(const uint32_t* row00, const uint32_t* row01, const uint32_t* row10, const uint32_t* row11, const int* xy0, const int* xy1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
[all...]
H A DSkBitmapProcState_matrix_neon.h205 int32x4x2_t xy1, xy2; local
207 xy1 = vld2q_s32(mysrc);
210 hi16.val[0] = TILEX_PROCF_NEON8(xy1.val[0], xy2.val[0], maxX);
211 hi16.val[1] = TILEY_PROCF_NEON8(xy1.val[1], xy2.val[1], maxY);
/external/chromium_org/third_party/opus/src/celt/x86/
H A Dpitch_sse.h76 int N, opus_val32 *xy1, opus_val32 *xy2)
93 _mm_store_ss(xy1, xsum1);
99 *xy1 = MAC16_16(*xy1, x[i], y01[i]);
75 dual_inner_prod(const opus_val16 *x, const opus_val16 *y01, const opus_val16 *y02, int N, opus_val32 *xy1, opus_val32 *xy2) argument
/external/libopus/celt/x86/
H A Dpitch_sse.h76 int N, opus_val32 *xy1, opus_val32 *xy2)
93 _mm_store_ss(xy1, xsum1);
99 *xy1 = MAC16_16(*xy1, x[i], y01[i]);
75 dual_inner_prod(const opus_val16 *x, const opus_val16 *y01, const opus_val16 *y02, int N, opus_val32 *xy1, opus_val32 *xy2) argument
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.h129 int N, opus_val32 *xy1, opus_val32 *xy2)
139 *xy1 = xy01;
128 dual_inner_prod(const opus_val16 *x, const opus_val16 *y01, const opus_val16 *y02, int N, opus_val32 *xy1, opus_val32 *xy2) argument
/external/libopus/celt/
H A Dpitch.h129 int N, opus_val32 *xy1, opus_val32 *xy2)
139 *xy1 = xy01;
128 dual_inner_prod(const opus_val16 *x, const opus_val16 *y01, const opus_val16 *y02, int N, opus_val32 *xy1, opus_val32 *xy2) argument
/external/libpng/
H A Dpng.c1530 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) argument
1533 return !(PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
1534 PNG_OUT_OF_RANGE(xy1->whitey, xy2->whitey,delta) ||
1535 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) ||
1536 PNG_OUT_OF_RANGE(xy1->redy, xy2->redy, delta) ||
1537 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) ||
1538 PNG_OUT_OF_RANGE(xy1->greeny, xy2->greeny,delta) ||
1539 PNG_OUT_OF_RANGE(xy1->bluex, xy2->bluex, delta) ||
1540 PNG_OUT_OF_RANGE(xy1->bluey, xy2->bluey, delta));
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp196 float xy1 = (float) (line.fX * (testCurve[index].fY - origin.fY));
198 crosses[index - 1] = AlmostEqualUlps(xy1, xy2) ? 0 : xy1 - xy2;

Completed in 2126 milliseconds

12