Home
last modified time | relevance | path

Searched refs:oy (Results 1 – 25 of 70) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/
Dradial_test.go145 oy := y.canonicalize()
149 if oy > +riRadius {
152 return radialOutPair{roLargeNeg, ox + oy}
154 if oy < -riRadius {
157 return radialOutPair{ox + oy, roLargePos}
160 case oy < -riRadius:
161 return radialOutPair{roLargeNeg, ox + oy}
162 case oy > +riRadius:
163 return radialOutPair{ox + oy, roLargePos}
165 return radialOutPair{ox + oy, ox + oy}
[all …]
/third_party/mesa3d/src/mesa/math/
Dm_xform_tmp.h254 const GLfloat ox = from[0], oy = from[1]; in TAG() local
255 to[i][0] = m0 * ox + m4 * oy + m12; in TAG()
256 to[i][1] = m1 * ox + m5 * oy + m13; in TAG()
257 to[i][2] = m2 * ox + m6 * oy + m14; in TAG()
258 to[i][3] = m3 * ox + m7 * oy + m15; in TAG()
299 const GLfloat ox = from[0], oy = from[1]; in TAG() local
300 to[i][0] = m0 * ox + m4 * oy + m12; in TAG()
301 to[i][1] = m1 * ox + m5 * oy + m13; in TAG()
320 const GLfloat ox = from[0], oy = from[1]; in TAG() local
322 to[i][1] = m5 * oy + m13; in TAG()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideodsp.c29 int stride, int h, int ox, int oy, in gmc_mmx() argument
35 const int iy = oy >> (16 + shift); in gmc_mmx()
37 const int oys = oy >> 4; in gmc_mmx()
61 (oy ^ (oy + dyw)) | (oy ^ (oy + dyh)) | (oy ^ (oy + dyw + dyh))) >> (16 + shift) || in gmc_mmx()
66 ff_gmc_c(dst, src, stride, h, ox, oy, dxx, dxy, dyx, dyy, in gmc_mmx()
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstwavescope.c247 guint i, c, s, x, y, oy; in render_dots() local
255 oy = h / 2; in render_dots()
260 y = (guint) (oy + (gfloat) adata[s] * dy); in render_dots()
272 guint i, c, s, x, y, oy; in render_lines() local
281 oy = (h - 1) / 2; in render_lines()
285 y2 = (guint) (oy + (gfloat) adata[s] * dy); in render_lines()
288 y = (guint) (oy + (gfloat) adata[s] * dy); in render_lines()
317 guint i, c, s, x, y, oy; in render_color_dots() local
326 oy = h / 2; in render_color_dots()
333 y = (guint) (oy + flt[0] * dy); in render_color_dots()
[all …]
Dgstspacescope.c217 guint i, s, x, y, ox, oy; in render_dots() local
226 oy = h / 2; in render_dots()
230 y = (guint) (oy + (gfloat) adata[s++] * dy); in render_dots()
239 guint i, s, x, y, ox, oy; in render_lines() local
249 oy = (h - 1) / 2; in render_lines()
252 y2 = (guint) (oy + (gfloat) adata[s++] * dy); in render_lines()
255 y = (guint) (oy + (gfloat) adata[s++] * dy); in render_lines()
290 gint x, y, ox, oy; in render_color_dots() local
302 oy = h / 2; in render_color_dots()
313 y = (gint) (oy + f1r_l * dy); in render_color_dots()
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglPreservingSwapTests.cpp210 const int oy = height/2; in render() local
216 const int y1i = (int)(((float)py/2.0f) * y1 + (float)oy); in render()
219 const int y2i = (int)(((float)py/2.0f) * y2 + (float)oy); in render()
257 const int oy = target->getHeight()/2; in render() local
263 const int y1i = (int)((py/2.0) * y1 + oy); in render()
266 const int y2i = (int)((py/2.0) * y2 + oy); in render()
499 const int oy = height/2; in iterate() local
505 const int y1i = (int)(((float)py/2.0f) * postSwapY1 + (float)oy); in iterate()
508 const int y2i = (int)(((float)py/2.0f) * postSwapY2 + (float)oy); in iterate()
/third_party/ffmpeg/libavcodec/
Dmpegvideodsp.h24 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
38 int stride, int h, int ox, int oy,
Dmpegvideodsp.c47 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, in ff_gmc_c() argument
61 vy = oy; in ff_gmc_c()
106 oy += dyy; in ff_gmc_c()
/third_party/skia/src/gpu/
DGrDstProxyView.h45 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
/third_party/ffmpeg/libavfilter/
Dvf_cover_rect.c98 int oy = offy>>!!p; in blur() local
100 uint8_t *data = in->data[p] + ox + oy * stride; in blur()
114 if (oy) { in blur()
124 if (oy + h < ih) { in blur()
Dvf_datascope.c773 int ox, oy; member
888 … draw_line(&s->draw, s->ox + x, s->oy + y, s->ox + px, s->oy + py, frame, s->colors[c]); in draw_trace8()
907 … draw_line(&s->draw, s->ox + x, s->oy + y, s->ox + px, s->oy + py, frame, s->colors[c]); in draw_trace16()
933 s->oy = (inlink->h - s->height) * s->ty; in update_oscilloscope()
1064 s->ox, s->oy, s->width, s->height + 20 * s->statistics); in oscilloscope_filter_frame()
1068 s->ox, s->oy, s->width - 1, 1); in oscilloscope_filter_frame()
1072 s->ox, s->oy + i * (s->height - 1) / 4, s->width, 1); in oscilloscope_filter_frame()
1077 s->ox + i * (s->width - 1) / 10, s->oy, 1, s->height); in oscilloscope_filter_frame()
1081 s->ox + s->width - 1, s->oy, 1, s->height); in oscilloscope_filter_frame()
1107 … draw_text(&s->draw, frame, &s->white, s->ox + 2 + 280 * i++, s->oy + s->height + 4, text, 0); in oscilloscope_filter_frame()
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstvertigo.c164 gint x, y, ox, oy, i, width, height, area, sstride, dstride; in gst_vertigotv_transform_frame() local
196 oy = filter->sy; in gst_vertigotv_transform_frame()
199 i = (oy >> 16) * width + (ox >> 16); in gst_vertigotv_transform_frame()
210 oy += filter->dy; in gst_vertigotv_transform_frame()
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dmaterial_uz.arb8 "nextMonthTooltip": "Keyingi oy",
9 "previousMonthTooltip": "Avvalgi oy",
/third_party/ffmpeg/libswscale/
Dyuv2rgb.c811 int64_t oy = 0; in ff_yuv2rgb_c_init_tables() local
816 oy = 16 << 16; in ff_yuv2rgb_c_init_tables()
829 oy -= 256 * brightness; in ff_yuv2rgb_c_init_tables()
838 c->yOffset = roundToInt16(oy * (1 << 3)) * 0x0001000100010001ULL; in ff_yuv2rgb_c_init_tables()
841 c->yuv2rgb_y_offset = (int16_t)roundToInt16(oy * (1 << 9)); in ff_yuv2rgb_c_init_tables()
863 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
878 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
897 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
916 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
939 yb = -(384 << 16) - YUVRGB_TABLE_LUMA_HEADROOM*cy - oy; in ff_yuv2rgb_c_init_tables()
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Duz.txt1373 dn{"oy"}
1375 "-1"{"o‘tgan oy"}
1376 "0"{"shu oy"}
1377 "1"{"keyingi oy"}
1385 one{"{0} oy oldin"}
1386 other{"{0} oy oldin"}
1391 dn{"oy"}
1393 "-1"{"o‘tgan oy"}
1394 "0"{"bu oy"}
1395 "1"{"keyingi oy"}
[all …]
/third_party/icu/icu4c/source/data/locales/
Duz.txt1373 dn{"oy"}
1375 "-1"{"o‘tgan oy"}
1376 "0"{"shu oy"}
1377 "1"{"keyingi oy"}
1385 one{"{0} oy oldin"}
1386 other{"{0} oy oldin"}
1391 dn{"oy"}
1393 "-1"{"o‘tgan oy"}
1394 "0"{"bu oy"}
1395 "1"{"keyingi oy"}
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Duz.txt258 dnam{"oy"}
259 one{"{0} oy"}
260 other{"{0} oy"}
261 per{"{0}/oy"}
852 dnam{"oy"}
853 one{"{0} oy"}
854 other{"{0} oy"}
1256 dnam{"oy"}
1257 one{"{0} oy"}
1258 other{"{0} oy"}
[all …]
/third_party/weston/clients/
Dpresentation-shm.c356 int oy = y - halfh; in paint_pixels() local
357 int y2 = oy * oy; in paint_pixels()
365 if (ox * oy > 0) in paint_pixels()
372 rx = c * ox + s * oy; in paint_pixels()
373 ry = -s * ox + c * oy; in paint_pixels()
/third_party/boost/libs/python/test/
Dobject.cpp214 object oy(y); \ in check_binary_operators()
215 if ((oy op x) != (oy op 3)) \ in check_binary_operators()
/third_party/flutter/skia/src/gpu/
DGrXferProcessor.h87 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
/third_party/boost/boost/geometry/formulas/
Dgeographic.hpp220 coord_t const oy = get<1>(origin); in projected_to_surface() local
233 coord_t const param_b = c2 * ((ox*dx + oy*dy) / a_sqr + oz*dz / b_sqr); in projected_to_surface()
234 coord_t const param_c = (ox*ox + oy*oy) / a_sqr + oz*oz / b_sqr - c1; in projected_to_surface()
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Duz.txt1206 dn{"oy"}
1208 "-1"{"o‘tgan oy"}
1209 "0"{"shu oy"}
1210 "1"{"keyingi oy"}
1218 one{"{0} oy oldin"}
1219 other{"{0} oy oldin"}
1224 dn{"oy"}
1231 one{"{0} oy oldin"}
1232 other{"{0} oy oldin"}
1237 dn{"oy"}
[all …]
/third_party/freetype/include/freetype/internal/
Dcffotypes.h96 FT_F26Dot6 ox, oy; /* offsets */ member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcffotypes.h96 FT_F26Dot6 ox, oy; /* offsets */ member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dcffotypes.h97 FT_F26Dot6 ox, oy; /* offsets */ member

123