HomeSort by relevance Sort by last modified time
    Searched refs:xy1 (Results 1 - 13 of 13) sorted by null

  /external/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 77 SkDPoint xy1 = cubic.ptAtT(tt1); local
80 if (!xy1.approximatelyEqual(xy2)) {
82 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
84 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
87 found |= quadCubicTests[index].answers[idx2].approximatelyEqual(xy1);
90 SkDebugf("%s [%d,%d] xy1=(%g,%g) != \n",
91 __FUNCTION__, iIndex, pt, xy1.fX, xy1.fY);
PathOpsCubicLineIntersectionTest.cpp 67 SkDPoint xy1 = cubic.ptAtT(tt1); local
70 if (!xy1.approximatelyEqual(xy2)) {
72 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
74 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
PathOpsQuadIntersectionTest.cpp 40 SkDPoint xy1 = quad1.ptAtT(tt1); local
43 if (!xy1.approximatelyEqual(xy2)) {
45 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY,
270 SkDPoint xy1 = quad1.ptAtT(tt1); local
273 if (!xy1.approximatelyEqual(xy2)) {
276 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
281 outer, inner, tt1, xy1.fX, xy1.fY, tt2)
    [all...]
PathOpsCubicIntersectionTest.cpp 53 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));
344 SkDPoint xy1, xy2; local
347 xy1 = cubic1.ptAtT(tt1);
353 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX,
356 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt))
434 SkDPoint xy1 = cubic1.ptAtT(tt1); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 127 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/
vmw_screen_dri.c 127 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/
p3-0x.cpp 22 X<Y> xy1 = f0(xvalue<Y>()); local
34 X<Y> xy1 = f1(xvalue<Y>()); local
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 94 int* xy0, int* xy1) {
108 _mm_storeu_si128(reinterpret_cast<__m128i *>(xy1), xy1_wide);
314 const int* xy1,
321 row00[xy0[0]], row00[xy1[0]], row10[xy0[1]], row10[xy1[1]],
325 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
610 int xy1[4]; local
614 &all_xy, &sixteen_minus_xy, xy0, xy1);
625 reinterpret_cast<const uint32_t*>(src_addr + xy1[2] * rb)
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 94 int* xy0, int* xy1) {
108 _mm_storeu_si128(reinterpret_cast<__m128i *>(xy1), xy1_wide);
314 const int* xy1,
321 row00[xy0[0]], row00[xy1[0]], row10[xy0[1]], row10[xy1[1]],
325 row01[xy0[0]], row01[xy1[0]], row11[xy0[1]], row11[xy1[1]],
610 int xy1[4]; local
614 &all_xy, &sixteen_minus_xy, xy0, xy1);
625 reinterpret_cast<const uint32_t*>(src_addr + xy1[2] * rb)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/x86/
pitch_sse.h 76 int N, opus_val32 *xy1, opus_val32 *xy2)
93 _mm_store_ss(xy1, xsum1);
99 *xy1 = MAC16_16(*xy1, x[i], y01[i]);
  /external/chromium_org/third_party/opus/src/celt/
pitch.h 123 int N, opus_val32 *xy1, opus_val32 *xy2)
133 *xy1 = xy01;
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 260 int[] xy1 = new int[2]; local
261 view.getLocationOnScreen(xy1);
287 assertTrue(xy1[0] > xy2[0]);
288 assertTrue(xy1[1] < xy2[1]);
  /external/opencv/cv/src/
cvimgwarp.cpp 1839 __m128i xy1 = _mm_load_si128( (const __m128i*)(xy + x*2 + 8)); local
    [all...]

Completed in 1319 milliseconds