Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c108 float fx, fy; in uinput_callback() local
122 fx = (float)events->abs.x / (float)800.0f; in uinput_callback()
129 SDL_SendTouch(1, 1, NULL, SDL_TRUE, fx, fy, norm_pressure); in uinput_callback()
137 SDL_SendTouch(1, 1, NULL, SDL_FALSE, fx, fy, norm_pressure); in uinput_callback()
145 printf("fx: %.1f, fy: %.1f\n", fx, fy); in uinput_callback()
146 SDL_SendTouchMotion(1, 1, NULL, fx, fy, norm_pressure); in uinput_callback()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A Dpooling.h92 for (int fx = filter_x_start; fx < filter_x_end; fx++) { in MaxPool() local
203 for (int fx = filter_x_start; fx < filter_x_end; fx++) { in AveragePool() local
/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c209 point->fx, in af_glyph_hints_dump_points()
654 point->fx = (FT_Short)vec->x; in af_glyph_hints_reload()
726 in_x = first->fx - prev->fx; in af_glyph_hints_reload()
743 FT_Pos in_x_ = point_->fx - prev_->fx; in af_glyph_hints_reload()
778 out_x = next->fx - point->fx; in af_glyph_hints_reload()
991 u = point->fx; in af_glyph_hints_align_strong_points()
1342 point->x = FT_MulFix( point->fx, scale ) + delta; in af_glyph_hints_scale_dim()
A Dafwarp.c213 X1 = X2 = points[0].fx; in af_warper_compute()
216 FT_Int X = points[nn].fx; in af_warper_compute()
A Dafhints.h270 FT_Short fx, fy; /* original, unscaled position (in font units) */ member
A Daflatin2.c738 point->u = point->fx; in af_latin2_hints_compute_segments()
751 point->v = point->fx; in af_latin2_hints_compute_segments()
A Daflatin.c1154 point->u = point->fx; in af_latin_hints_compute_segments()
1167 point->v = point->fx; in af_latin_hints_compute_segments()
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A Dmac_support_cocoa.m8 #include <fx.h>
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvgrast.h1022 float fx, fy, dx, gy; in nsvg__scanlineSolid() local
1027 fx = ((float)x - tx) / scale; in nsvg__scanlineSolid()
1033 gy = fx*t[1] + fy*t[3] + t[5]; in nsvg__scanlineSolid()
1061 fx += dx; in nsvg__scanlineSolid()
1067 float fx, fy, dx, gx, gy, gd; in nsvg__scanlineSolid() local
1072 fx = ((float)x - tx) / scale; in nsvg__scanlineSolid()
1078 gx = fx*t[0] + fy*t[2] + t[4]; in nsvg__scanlineSolid()
1079 gy = fx*t[1] + fy*t[3] + t[5]; in nsvg__scanlineSolid()
1108 fx += dx; in nsvg__scanlineSolid()
A Dnanosvg.h114 float fx, fy; member
391 NSVGcoordinate cx, cy, r, fx, fy; member
890 float cx, cy, fx, fy, r; in nsvg__createGradient() local
893 fx = nsvg__convertToPixels(p, data->radial.fx, ox, sw); in nsvg__createGradient()
900 grad->fx = fx / r; in nsvg__createGradient()
2608 grad->radial.fx = nsvg__parseCoordinateRaw(attr[i + 1]); in nsvg__parseGradient()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c46 float_s_t fx={.f = x}; in copysignf() local
50 fx.s = fy.s; in copysignf()
52 return fx.f; in copysignf()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse.c332 float fx = (float)x / (float)window->w; local
334 SDL_SendTouchMotion(SDL_MOUSE_TOUCHID, 0, window, fx, fy, 1.0f);
499 float fx = (float)mouse->x / (float)window->w; local
501 SDL_SendTouch(SDL_MOUSE_TOUCHID, 0, window, track_mouse_down, fx, fy, 1.0f);
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c513 int id, wl_fixed_t fx, wl_fixed_t fy) in touch_handler_down() argument
516 const double dblx = wl_fixed_to_double(fx); in touch_handler_down()
546 int id, wl_fixed_t fx, wl_fixed_t fy) in touch_handler_motion() argument
549 const double dblx = wl_fixed_to_double(fx); in touch_handler_motion()
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_archflag.m4126 *f7?:*:*:*) ax_gcc_arch="athlon-fx opteron k8" ;;
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js22fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString… class in o
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxPrimitives.c153 float stepx, stepy, fx, fy, fxy; in ClearScreen() local
171 fx=0.0; in ClearScreen()
175 fxy=1.0f-fx*fy; in ClearScreen()
176 pixelRGBA(screen,x,y,(int)(128.0*fx*fx),(int)(128.0*fxy*fxy),(int)(128.0*fy*fy),255); in ClearScreen()
179 fx += stepx; in ClearScreen()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3110 double fx = floor(x); in SWIG_CanCastAsInteger() local
3112 double rd = ((x - fx) < 0.5) ? fx : cx; /* simple rint */ in SWIG_CanCastAsInteger()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Doptimized_ops.h3294 for (int fx = filter_x_start; fx < filter_x_end; fx++) { in AveragePool() local
3482 for (int fx = filter_x_start; fx < filter_x_end; fx++) { in MaxPool() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm186 …S��P��T��V��T��M��H��E}�@wq8oF.L<��[)j_4gz=g�@h�Ep�Pw�[u�^w�e|�j{�lx�iz�fx�cw�_t�bv�]t�\s�bt�bs…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5 …!:;+>?1;=0:=29?34=,;H.Pa=bzHl�Mu�Ps�Mq�Lp�Or�Sq�Tp�Jq�Kr�Lr�Ns�Pv�U{�\�b��fx�^i�O_�G]�G`�Jf�Oh�Rd…

Completed in 99 milliseconds