Home
last modified time | relevance | path

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

1234

/third_party/nghttp2/doc/_themes/sphinx_rtd_theme/static/css/
Dtheme.css1wy-alert,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-contex…
4wy-menu-vertical li.current>a span.toctree-expand,.wy-menu-vertical li.on a span.toctree-expand,.w…
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h50 int y0, y1, wy; in S32_alpha_D32_filter_DX() local
51 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
117 sum = 16*top + (bot-top)*wy; in S32_alpha_D32_filter_DX()
135 skvx::Vec<32, uint16_t> sum = lerp(lerp(to_16x4(tl), to_16x4(bl), wy), in S32_alpha_D32_filter_DX()
136 lerp(to_16x4(tr), to_16x4(br), wy), to_16x4(wx)); in S32_alpha_D32_filter_DX()
213 int wy) { in S32_alpha_D32_filter_DX()
222 _mm_set1_epi16(wy))); in S32_alpha_D32_filter_DX()
237 int y0, y1, wy; in S32_alpha_D32_filter_DX() local
238 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
272 interlaced_x_weights_AB, wy); in S32_alpha_D32_filter_DX()
[all …]
/third_party/libpng/contrib/tools/
Dgenpng.c317 double wy = bicubic[abs(dy)][0]; in alpha_calc() local
319 if (wy != 0) in alpha_calc()
332 alpha += wy * alphay; in alpha_calc()
389 double wy = fabs(arg->y1-arg->y2)/2; in square_check_line() local
391 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in square_check_line()
397 wy -= w; in square_check_line()
398 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in square_check_line()
498 double wy = fabs(arg->y1-arg->y2)/2; in circle_check_line() local
500 if (circle_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in circle_check_line()
506 wy -= w; in circle_check_line()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dgenpng.c317 double wy = bicubic[abs(dy)][0]; in alpha_calc() local
319 if (wy != 0) in alpha_calc()
332 alpha += wy * alphay; in alpha_calc()
389 double wy = fabs(arg->y1-arg->y2)/2; in square_check_line() local
391 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in square_check_line()
397 wy -= w; in square_check_line()
398 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in square_check_line()
498 double wy = fabs(arg->y1-arg->y2)/2; in circle_check_line() local
500 if (circle_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in circle_check_line()
506 wy -= w; in circle_check_line()
[all …]
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dgenpng.c317 double wy = bicubic[abs(dy)][0]; in alpha_calc() local
319 if (wy != 0) in alpha_calc()
332 alpha += wy * alphay; in alpha_calc()
389 double wy = fabs(arg->y1-arg->y2)/2; in square_check_line() local
391 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in square_check_line()
397 wy -= w; in square_check_line()
398 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in square_check_line()
498 double wy = fabs(arg->y1-arg->y2)/2; in circle_check_line() local
500 if (circle_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w)) in circle_check_line()
506 wy -= w; in circle_check_line()
[all …]
/third_party/flutter/skia/src/opts/
DSkBitmapProcState_opts.h81 int wy) { in interpolate_in_x_and_y() argument
83 const __m128i wy1 = _mm_set1_epi16(wy), in interpolate_in_x_and_y()
115 int y0, y1, wy; in S32_alpha_D32_filter_DX() local
116 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
145 interlaced_x_weights_AB, wy); in S32_alpha_D32_filter_DX()
152 interlaced_x_weights_CD, wy); in S32_alpha_D32_filter_DX()
177 interlaced_x_weights_A, wy); in S32_alpha_D32_filter_DX()
196 int y0, y1, wy; in S32_alpha_D32_filter_DX() local
197 decode_packed_coordinates_and_weight(*xy++, &y0, &y1, &wy); in S32_alpha_D32_filter_DX()
204 const __m128i allY = _mm_unpacklo_epi64(_mm_set1_epi16( wy), in S32_alpha_D32_filter_DX()
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/static/
Dtheme_overrides.css14 .wy-menu-vertical a, .wy-menu-vertical li.current > a, .wy-menu-vertical p.caption {
18 .wy-side-nav-search > a img.logo {
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp302 static inline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, f… in triDerivateY() argument
304 float d = w[1]*w[2]*(height*(nx - 1.0f) + wy) - w[0]*(w[1]*height*nx + w[2]*wy); in triDerivateY()
309 …ode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float … in computeProjectedTriLod() argument
312 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod()
313 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod()
319 …:Vec3& u, const tcu::Vec3& v, const tcu::Vec3& projection, float wx, float wy, float width, float … in computeProjectedTriLod() argument
322 float dudx = triDerivateX(u, projection, wx, width, wy/height); in computeProjectedTriLod()
323 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod()
324 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod()
325 float dvdy = triDerivateY(v, projection, wy, height, wx/width); in computeProjectedTriLod()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c1189 int wx, wy; in plot_white_point() local
1195 wy = (h - 1) - ((int) ((h - 1) * wvp)); in plot_white_point()
1200 wy = (h - 1) - ((int) ((h - 1) * wv)); in plot_white_point()
1203 wy = (h - 1) - ((int) ((h - 1) * cs->yWhite)); in plot_white_point()
1209 wx + Sz(3), wy, wx + Sz(10), wy, in plot_white_point()
1212 wx - Sz(3), wy, wx - Sz(10), wy, in plot_white_point()
1215 wx, wy + Sz(3), wx, wy + Sz(10), in plot_white_point()
1218 wx, wy - Sz(3), wx, wy - Sz(10), in plot_white_point()
1390 int wx, wy; in filter_frame() local
1407 wy = (h - 1) - ((h - 1) * cy); in filter_frame()
[all …]
Dvf_shear.c140 const int wy = hsub * shy * width * 0.5f / vsub; \
151 int sy = y + hsub * shy * x / vsub - wy; \
187 const float wy = hsub * shy * width * 0.5f / vsub; \
198 const float sy = y + hsub * shy * x / vsub - wy; \
/third_party/skia/resources/sksl/folding/
DSelfAssignment.sksl25 x.wy = x.wy;
/third_party/weston/clients/
Dsimple-damage.c452 float wx, wy; in window_get_transformed_ball() local
455 wy = window->ball.y; in window_get_transformed_ball()
461 *by = wy; in window_get_transformed_ball()
464 *bx = wy; in window_get_transformed_ball()
469 *by = window->height - wy; in window_get_transformed_ball()
472 *bx = window->height - wy; in window_get_transformed_ball()
477 *by = wy; in window_get_transformed_ball()
480 *bx = wy; in window_get_transformed_ball()
485 *by = window->height - wy; in window_get_transformed_ball()
488 *bx = window->height - wy; in window_get_transformed_ball()
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dmatrix_utils.dart254 // (wx,wy) = delta transform of the (w, 0) width relative vector
268 // corner2 = corner1 + dTransformed width vector = (rx+wx, ry+wy)
270 // corner4 = corner1 + both dTransformed vectors = (rx+wx+hx, ry+wy+hy)
311 // | ---- >(+wx,+wy)
316 // +---------------(+wx+hx,+wy+hy)----------+
322 // wy and hy would both be positive numbers
325 // and both wy and hy push down the bottom wall of the bounding box. The
328 // The wy,hy pair (of the same sign) both worked together to push the
333 // conditionally adding wx, wy, hx, and hy to either the left or top
361 final double wy = storage[1] * w;
[all …]
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp233 int wx, wy; in ImGui_ImplSDL2_UpdateMousePosAndButtons() local
234 SDL_GetWindowPosition(focused_window, &wx, &wy); in ImGui_ImplSDL2_UpdateMousePosAndButtons()
237 my -= wy; in ImGui_ImplSDL2_UpdateMousePosAndButtons()
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_pl.txt26 społecznego Rodzina wyższej
150 przynależy wyżywienie tej
191 wyższej Wola
265 godzin Organizacją wyższe
273 ingerować wyłącznie
428 zarówno wyłącznie
479 wyłącznie któregokolwiek podejmowania
697 wyżywienie obradująca rodziny
733 któregokolwiek wyżywienie
838 wyłącznie służby podstawowe
[all …]
/third_party/icu/icu4c/source/data/translit/
Dcy_cy_FONIPA.txt119 ˈ { wy } s? $end → uːɨ;
127 ˈ { wy } [bχdðɡvfθ] $end → uːɨ;
133 ˈ { wy } [bχdðɡvfθ] $vowel → uːɨ;
148 wy → ʊɨ;
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dcy_cy_FONIPA.txt118 ˈ { wy } s? $end → uːɨ;
126 ˈ { wy } [bχdðɡvfθ] $end → uːɨ;
132 ˈ { wy } [bχdðɡvfθ] $vowel → uːɨ;
147 wy → ʊɨ;
/third_party/skia/third_party/externals/icu/source/data/translit/
Dcy_cy_FONIPA.txt119 ˈ { wy } s? $end → uːɨ;
127 ˈ { wy } [bχdðɡvfθ] $end → uːɨ;
133 ˈ { wy } [bχdðɡvfθ] $vowel → uːɨ;
148 wy → ʊɨ;
/third_party/boost/boost/geometry/strategies/transform/
Dmap_transformer.hpp74 inline void set_transformation_point(W const& wx, W const& wy, in set_transformation_point() argument
82 qvm::A<1,0>(t1) = 0; qvm::A<1,1>(t1) = 1; qvm::A<1,2>(t1) = -wy; in set_transformation_point()
/third_party/skia/include/third_party/skcms/
Dskcms.h357 SKCMS_API bool skcms_AdaptToXYZD50(float wx, float wy,
365 float wx, float wy,
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dlsq_solver.dart147 final _Vector wy = _Vector(m);
149 wy[h] = y[h] * w[h];
151 result.coefficients[i] = q.getRow(i) * wy;
/third_party/glslang/Test/
Dswizzle.frag22 w.wy = t;
Dspv.swizzle.frag22 w.wy = t;
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Dgstdvbsuboverlay.c912 gint width, height, dw, dh, wx, wy; in gst_dvbsub_overlay_subs_to_comp() local
929 wy = subs->display_def.window_y; in gst_dvbsub_overlay_subs_to_comp()
932 wx, wy); in gst_dvbsub_overlay_subs_to_comp()
935 wy = 0; in gst_dvbsub_overlay_subs_to_comp()
978 ry = gst_util_uint64_scale (wy + srect->y, height, dh); in gst_dvbsub_overlay_subs_to_comp()
/third_party/skia/src/gpu/effects/
DGrTextureEffect.h89 GrSamplerState::WrapMode wy,

1234