/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 108 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 D | pooling.h | 92 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 D | afhints.c | 209 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 D | afwarp.c | 213 X1 = X2 = points[0].fx; in af_warper_compute() 216 FT_Int X = points[nn].fx; in af_warper_compute()
|
A D | afhints.h | 270 FT_Short fx, fy; /* original, unscaled position (in font units) */ member
|
A D | aflatin2.c | 738 point->u = point->fx; in af_latin2_hints_compute_segments() 751 point->v = point->fx; in af_latin2_hints_compute_segments()
|
A D | aflatin.c | 1154 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 D | mac_support_cocoa.m | 8 #include <fx.h>
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 1022 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 D | nanosvg.h | 114 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 D | math.c | 46 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 D | SDL_mouse.c | 332 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 D | SDL_waylandevents.c | 513 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 D | ax_gcc_archflag.m4 | 126 *f7?:*:*:*) ax_gcc_arch="athlon-fx opteron k8" ;;
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 22 …fx(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 D | TestGfxPrimitives.c | 153 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 D | libwebp_python_wrap.c | 3110 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 D | optimized_ops.h | 3294 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 D | rgb-3c-8b.ppm | 186 …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 D | testimg.ppm | 5 …!:;+>?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…
|