Home
last modified time | relevance | path

Searched refs:wy (Results 1 – 25 of 43) sorted by relevance

12

/external/libpng/contrib/tools/
Dgenpng.c316 double wy = bicubic[abs(dy)][0]; in alpha_calc() local
318 if (wy != 0) in alpha_calc()
331 alpha += wy * alphay; in alpha_calc()
388 double wy = fabs(arg->y1-arg->y2)/2; in square_check_line() local
390 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in square_check_line()
396 wy -= w; in square_check_line()
397 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in square_check_line()
497 double wy = fabs(arg->y1-arg->y2)/2; in circle_check_line() local
499 if (circle_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in circle_check_line()
505 wy -= w; in circle_check_line()
[all …]
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp339 static inline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, f… in triDerivateY() argument
341 float d = w[1]*w[2]*(height*(nx - 1.0f) + wy) - w[0]*(w[1]*height*nx + w[2]*wy); in triDerivateY()
346 …ode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float … in computeProjectedTriLod() argument
349 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod()
350 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod()
356 …:Vec3& u, const tcu::Vec3& v, const tcu::Vec3& projection, float wx, float wy, float width, float … in computeProjectedTriLod() argument
359 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod()
360 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod()
361 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod()
362 float dvdy = triDerivateY(v, projection, wy, height, wx/width); in computeProjectedTriLod()
[all …]
/external/ceres-solver/include/ceres/
Drotation.h404 const T wy = angle_axis[1] / theta; in AngleAxisToRotationMatrix() local
411 R(1, 0) = wz*sintheta + wx*wy*(kOne - costheta); in AngleAxisToRotationMatrix()
412 R(2, 0) = -wy*sintheta + wx*wz*(kOne - costheta); in AngleAxisToRotationMatrix()
413 R(0, 1) = wx*wy*(kOne - costheta) - wz*sintheta; in AngleAxisToRotationMatrix()
414 R(1, 1) = costheta + wy*wy*(kOne - costheta); in AngleAxisToRotationMatrix()
415 R(2, 1) = wx*sintheta + wy*wz*(kOne - costheta); in AngleAxisToRotationMatrix()
416 R(0, 2) = wy*sintheta + wx*wz*(kOne - costheta); in AngleAxisToRotationMatrix()
417 R(1, 2) = -wx*sintheta + wy*wz*(kOne - costheta); in AngleAxisToRotationMatrix()
/external/libvncserver/x11vnc/
Dcursor.c83 int wx, wy; /* size of cursor */ member
116 dest->wy = src->wy; in curs_copy()
124 rotate_curs(dest->data, src->data, src->wx, src->wy, 1); in curs_copy()
125 rotate_curs(dest->mask, src->mask, src->wx, src->wy, 1); in curs_copy()
126 rotate_coords(dest->sx, dest->sy, &tx, &ty, src->wx, src->wy); in curs_copy()
130 dest->wx = src->wy; in curs_copy()
131 dest->wy = src->wx; in curs_copy()
651 ci->wy = 0; in setup_cursors()
753 h = ci->wy; in setup_cursors()
800 rfb_curs = rfbMakeXCursor(ci->wx, ci->wy, in setup_cursors()
[all …]
Dwin_utils.c373 int wx, wy; in query_pointer() local
392 if (XQueryPointer_wr(dpy, start, &r, &c, &rx, &ry, &wx, &wy, &mask)) { in query_pointer()
406 int rx, ry, wx, wy; in mask_state()
411 if (XQueryPointer_wr(dpy, rootwin, &r, &c, &rx, &ry, &wx, &wy, &mask)) { in mask_state()
501 int i, rx, ry, wx, wy; in descend_pointer()
599 if (! XQueryPointer_wr(dpy, c, &r, &c, &rx, &ry, &wx, &wy, &m)) { in descend_pointer()
Dscan.c792 double w, wx, wy, wtot; /* pixel weights */ in scale_rect() local
968 wy = 1.0; in scale_rect()
1078 wy = 1.0; in scale_rect()
1085 wy = 1.0 - ddy; in scale_rect()
1087 wy = ddy; in scale_rect()
1092 wy = J+1 - y1; in scale_rect()
1094 wy = y2 - J; in scale_rect()
1096 wy = 1.0; in scale_rect()
1156 w = wx * wy; in scale_rect()
Dxevents.c1901 int rootx, rooty, wx, wy; in set_single_window()
1908 &wx, &wy, &mask)) { in set_single_window()
Duserinput.c144 int rootx, rooty, wx, wy; in get_wm_frame_pos() local
162 ret = XQueryPointer_wr(dpy, rootwin, &r, &c, &rootx, &rooty, &wx, &wy, in get_wm_frame_pos()
1434 int x, y, w, h, wx, wy, ww, wh, dx, dy; in push_scr_ev() local
1495 wy = scr_ev[ev].win_y; in push_scr_ev()
1522 if (wx != x0 || wy != y0) { in push_scr_ev()
1523 if (db) fprintf(stderr, "push_scr_ev: WIN SHIFT: %d %d, %d %d", wx, x0, wy, y0); in push_scr_ev()
1544 ev, wx, wy, ww, wh, ww, wh, wx, wy); in push_scr_ev()
1572 tmpregion2 = sraRgnCreateRect(wx, wy, wx+ww, wy+wh); in push_scr_ev()
/external/openfst/src/include/fst/
Dshortest-path.h227 Weight wy = Times(dy, py.second); in operator() local
232 return less_(wy, wx) || ApproxEqual(wx, wy, delta_); in operator()
234 return less_(wy, wx) && !ApproxEqual(wx, wy, delta_); in operator()
236 return less_(wy, wx); in operator()
Dprune.h77 Weight wy = Times(y < idistance_.size() ? idistance_[y] : Weight::Zero(), in operator() local
79 return less_(wx, wy); in operator()
Dqueue.h758 Weight wy = Times(weights_[y], estimate_(y)); in operator() local
759 return less_(wx, wy); in operator()
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
Dmat4.js848 wy = w * y2,
853 out[2] = xz - wy;
859 out[8] = xz + wy;
902 wy = w * y2,
910 out[2] = (xz - wy) * sx;
916 out[8] = (xz + wy) * sz;
962 wy = w * y2,
975 out[2] = (xz - wy) * sx;
981 out[8] = (xz + wy) * sz;
1006 wy = w * y2,
[all …]
Dmat3.js474 wy = w * y2,
479 out[6] = zx + wy;
485 out[2] = zx - wy;
/external/pcre/dist/testdata/
Dtestoutput21-1633 45 [\x00-,.-WY-wy-\xff] (neg)*?
66 45 [\x00-,.-WY-wy-\xff] (neg)*?
Dtestoutput21-3245 29 [\x00-,.-WY-wy-\xff] (neg)*?
78 29 [\x00-,.-WY-wy-\xff] (neg)*?
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp81 float wy = (float)py + 0.5f; in renderReference() local
83 float ny = wy / dstH; in renderReference()
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp78 float wy = (float)py + 0.5f; in renderReference() local
80 float ny = wy / dstH; in renderReference()
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/dist/
Dgl-matrix.js1288 wy = w * y2,
1293 out[6] = zx + wy;
1299 out[2] = zx - wy;
2233 wy = w * y2,
2238 out[2] = xz - wy;
2244 out[8] = xz + wy;
2287 wy = w * y2,
2295 out[2] = (xz - wy) * sx;
2301 out[8] = (xz + wy) * sz;
2347 wy = w * y2,
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_kdt_g2p.pkb1 …m%��'ghmzabflvckqswxdeinoprtuyàìò%��'bcfghmqvwxynszdtrpkàìòaeuoli'��'wyàìòkx0qu1aeobcdgmnprt…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kdt_g2p.pkb90 …��%�k��� "�HlE�f� dž���] 7&\ SV�����"k�K�RD�Ѡ��ڮ��H@@��RQ�b���'j�T��׫�wy�+7� 2�?]��'���…
/external/selinux/policycoreutils/po/
Dpl.po139 msgstr "Nie można wyświetlić listy modułów SELinuksa"
162 msgstr "Nie można wyłączyć modułu %s (usunięcie się nie powiodło)"
291 msgstr "Nie można wyświetlić listę mapowań loginów"
400 msgstr "Nie można wyświetlić listy użytkowników SELinuksa"
405 msgstr "Nie można wyświetlić listy ról dla użytkownika %s"
539 msgstr "Nie można wyświetlić listy portów"
558 msgstr "Nie można wyświetlić listy portów"
683 msgstr "Nie można wyświetlić listy adresów"
766 msgstr "Nie można wyświetlić listy interfejsów"
886 msgstr "Nie można wyświetlić listy kontekstów plików"
[all …]
/external/bison/po/
Dpl.po170 " -h, --help wyświetla pomoc i kończy pracę\n"
171 " -V, --version wyświetla informacje o wersji i kończy pracę\n"
172 " --print-localedir wyświetla katalog z danymi dotyczącymi "
174 " --print-datadir wyświetla katalog zawierający szkielety i XSLT\n"
258 " `no-KATEGORIA' wyłącza ostrzeżenia w KATEGORII\n"
259 " `none' wyłącza wszystkie ostrzeżenia\n"
279 " `none' wyłącza raport\n"
/external/icu/icu4c/source/data/region/
Dksf.txt227 VN{"wyɛtnám"}
/external/dnsmasq/po/
Dpl.po525 msgstr "W tym systemie w linii polece� mo�na u�ywa� wy��cznie jednoliterowych opcji.\n"
934 msgstr "uruchomiony, wersja %s, DNS wy��czony"
944 msgstr "uruchomiony, wersja %s, pami�� podr�czna wy��czona"
1205 msgstr "wy��czony(a)"
1253 msgstr "wy��czam statyczne przypisanie adresu %s dla %s"
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp2452 POP_NUMBER(pdfContext, wy); in PdfOp_d0()
2462 if (wy < 0) { in PdfOp_d0()
2478 POP_NUMBER(pdfContext, wy); in PdfOp_d1()
2483 if (wx + wy + llx + lly + urx + ury) { in PdfOp_d1()

12