Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemdosa.asm49 push cx
64 pop cx
84 push cx
96 pop cx
116 push cx
130 pop cx
150 push cx
168 pop cx
206 pop cx
247 pop cx
[all …]
A Dtestimg.ppm5cx�by�b{�a|�b}�by�j{�j{�h{�e{�az�^|�^�`��h��n��s��t��w��vy�pn�gVb`COM4@>^M;^M;^M;^M;^M;^M;^M;^M;^…
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_rotate.c129 double x, y, cx, cy, sx, sy; in SDLgfx_rotozoomSurfaceSizeTrig() local
140 cx = *cangle * x; in SDLgfx_rotozoomSurfaceSizeTrig()
146 …SDL_ceil(MAX(MAX(MAX(SDL_fabs(cx + sy), SDL_fabs(cx - sy)), SDL_fabs(-cx + sy)), SDL_fabs(-cx - sy… in SDLgfx_rotozoomSurfaceSizeTrig()
232 _transformSurfaceRGBA(SDL_Surface * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int… in _transformSurfaceRGBA() argument
244 ax = (cx << 16) - (icos * cx); in _transformSurfaceRGBA()
245 ay = (cy << 16) - (isin * cx); in _transformSurfaceRGBA()
346 transformSurfaceY(SDL_Surface * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int fli… in transformSurfaceY() argument
357 ax = (cx << 16) - (icos * cx); in transformSurfaceY()
358 ay = (cy << 16) - (isin * cx); in transformSurfaceY()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dgenpng.c386 double cx = (arg->x1+arg->x2)/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()
398 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in square_check_line()
465 const double cx = (x1 + x2)/2; in circle_check() local
470 x = (x - cx)/dx; in circle_check()
495 double cx = (arg->x1+arg->x2)/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()
507 if (wx > 0 && wy > 0 && circle_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in circle_check_line()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c85 short cx; member
96 short cx; member
304 item.cx = w; in AddDialogControl()
309 Vec2ToDLU(&item.cx, &item.cy); in AddDialogControl()
391 dialogTemplate.cx = w; in CreateDialogData()
393 Vec2ToDLU(&dialogTemplate.cx, &dialogTemplate.cy); in CreateDialogData()
646 s_BaseUnitsX = (extent.cx / 26 + 1) / 2; in WIN_ShowOldMessageBox()
668 Size.cx = TextSize.right - TextSize.left; in WIN_ShowOldMessageBox()
670 Size.cx += TextMargin * 2; in WIN_ShowOldMessageBox()
675 Size.cx += IconMargin + IconWidth; in WIN_ShowOldMessageBox()
[all …]
A DSDL_windowskeyboard.c1347 right = left + size.cx; in IME_PositionCandidateList()
1360 right = left + size.cx; in IME_PositionCandidateList()
1372 left = videodata->ime_rect.x + size.cx; in IME_PositionCandidateList()
1374 right = left + size.cx; in IME_PositionCandidateList()
1394 right = size.cx; in IME_PositionCandidateList()
1448 maxcandsize.cx = SDL_max(maxcandsize.cx, candsizes[i].cx); in IME_RenderCandidateList()
1453 size.cx = in IME_RenderCandidateList()
1459 (maxcandsize.cx) in IME_RenderCandidateList()
1471 size.cx = in IME_RenderCandidateList()
1481 size.cx += candsizes[i].cx; in IME_RenderCandidateList()
[all …]
A DSDL_windowswindow.c940 LONG cx, cy; in WIN_UpdateClipCursor() local
942 cx = (rect.left + rect.right) / 2; in WIN_UpdateClipCursor()
946 rect.left = cx - 1; in WIN_UpdateClipCursor()
947 rect.right = cx + 1; in WIN_UpdateClipCursor()
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvg.h891 cx = nsvg__convertToPixels(p, data->radial.cx, ox, sw); in nsvg__createGradient()
2044 *cpx2 = cx; in nsvg__pathQuadBezTo()
2077 *cpx2 = cx; in nsvg__pathQuadBezShortTo()
2421 nsvg__cubicBezTo(p, cx+r, cy+r*NSVG_KAPPA90, cx+r*NSVG_KAPPA90, cy+r, cx, cy+r); in nsvg__parseCircle()
2422 nsvg__cubicBezTo(p, cx-r*NSVG_KAPPA90, cy+r, cx-r, cy+r*NSVG_KAPPA90, cx-r, cy); in nsvg__parseCircle()
2423 nsvg__cubicBezTo(p, cx-r, cy-r*NSVG_KAPPA90, cx-r*NSVG_KAPPA90, cy-r, cx, cy-r); in nsvg__parseCircle()
2424 nsvg__cubicBezTo(p, cx+r*NSVG_KAPPA90, cy-r, cx+r, cy-r*NSVG_KAPPA90, cx+r, cy); in nsvg__parseCircle()
2454 nsvg__cubicBezTo(p, cx+rx, cy+ry*NSVG_KAPPA90, cx+rx*NSVG_KAPPA90, cy+ry, cx, cy+ry); in nsvg__parseEllipse()
2455 nsvg__cubicBezTo(p, cx-rx*NSVG_KAPPA90, cy+ry, cx-rx, cy+ry*NSVG_KAPPA90, cx-rx, cy); in nsvg__parseEllipse()
2456 nsvg__cubicBezTo(p, cx-rx, cy-ry*NSVG_KAPPA90, cx-rx*NSVG_KAPPA90, cy-ry, cx, cy-ry); in nsvg__parseEllipse()
[all …]
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_mouse.c236 int cx, cy; in DirectFB_WarpMouse() local
238 SDL_DFB_CHECKERR(windata->dfbwin->GetPosition(windata->dfbwin, &cx, &cy)); in DirectFB_WarpMouse()
240 cx + x + windata->client.x, in DirectFB_WarpMouse()
342 int cx, cy; in DirectFB_WarpMouse() local
344 SDL_DFB_CHECKERR(windata->dfbwin->GetPosition(windata->dfbwin, &cx, &cy)); in DirectFB_WarpMouse()
346 cx + x + windata->client.x, in DirectFB_WarpMouse()
A DSDL_DirectFB_WM.c333 windata->wm_lastx = evt->cx; in DirectFB_WM_ProcessEvent()
343 int dx = evt->cx - windata->wm_lastx; in DirectFB_WM_ProcessEvent()
373 int dx = evt->cx - windata->wm_lastx; in DirectFB_WM_ProcessEvent()
398 windata->wm_lastx = evt->cx; in DirectFB_WM_ProcessEvent()
A DSDL_DirectFB_events.c156 int cx, cy; in ClientXY() local
158 cx = *x; in ClientXY()
161 cx -= p->client.x; in ClientXY()
164 if (cx < 0 || cy < 0) in ClientXY()
166 if (cx >= p->client.w || cy >= p->client.h) in ClientXY()
168 *x = cx; in ClientXY()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.c288 …int x, y, sx, sy, ssx, ssy, *sax, *say, *csax, *csay, *salast, csx, csy, ex, ey, cx, cy, sstep, ss… in _zoomSurfaceRGBA() local
375 cx = (*csax >> 16); in _zoomSurfaceRGBA()
377 sstepx = cx < spixelw; in _zoomSurfaceRGBA()
650 ax = (cx << 16) - (icos * cx); in _transformSurfaceRGBA()
651 ay = (cy << 16) - (isin * cx); in _transformSurfaceRGBA()
755 void transformSurfaceY(SDL_Surface * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, in… in transformSurfaceY() argument
766 ax = (cx << 16) - (icos * cx); in transformSurfaceY()
767 ay = (cy << 16) - (isin * cx); in transformSurfaceY()
953 double x, y, cx, cy, sx, sy; in _rotozoomSurfaceSizeTrig() local
967 cx = *canglezoom * x; in _rotozoomSurfaceSizeTrig()
[all …]
A DSDL_gfxPrimitives.c2877 Sint16 cx = 0; in circleColor() local
2982 if ((cx > 0) && (cx != cy)) { in circleColor()
3006 cx++; in circleColor()
3039 if ((cx > 0) && (cx != cy)) { in circleColor()
3063 cx++; in circleColor()
3349 if (cx > 0 && cx != cy) { in arcColor()
3387 cx++; in arcColor()
3420 if (cx > 0 && cx != cy) { in arcColor()
3459 cx++; in arcColor()
3648 ocx = cx; in filledCircleColor()
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxPrimitives.c1094 int cx, cy; in TestThickLineAccuracy() local
1102 cx = WIDTH/4; in TestThickLineAccuracy()
1105 thickLineRGBA(screen, cx, cy, rx1[i], ry1[i], lw[i], rr[i], rg[i], rb[i], 255); in TestThickLineAccuracy()
1108 pixelRGBA(screen, cx, cy, 255, 255, 255, 255); in TestThickLineAccuracy()
1112 cx = WIDTH/2 + WIDTH/4; in TestThickLineAccuracy()
1118 pixelRGBA(screen, cx, cy, 255, 255, 255, 255); in TestThickLineAccuracy()
1122 cx = WIDTH/2 + WIDTH/4; in TestThickLineAccuracy()
1128 pixelRGBA(screen, cx, cy, 255, 255, 255, 255); in TestThickLineAccuracy()
1132 cx = WIDTH/4; in TestThickLineAccuracy()
1142 thickLineRGBA(screen, cx, cy, rx1[i], ry2[i], lw[i], r, g, b, 255); in TestThickLineAccuracy()
[all …]
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c1554 Conic_To( RAS_ARGS Long cx, in Conic_To() argument
1566 ras.arc[1].x = cx; in Conic_To()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c418 TCoord cx, cy; member
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_boot_all_2nd.bin73 …� ��F�F��%���F8�F�A@�6�F@B@�6��0���~�2��!���A�A��"1��� ������BN�#x�+K�cx�F�+Gѥ79�(���F��
A Dkm0_image2_all.bin18 …����GD�QSF��Ah�G�(K�@����3h���y�A�e�����G��3h�(��*�"R��%�F@��G�54�B,�3hBFB���{cx"x
33 …��p��#�T���#�T��"�#u2Bp�2p�t�t�aBuw0p3۲0 +��pGp�x���+�ٯ�|+�٣�cx+�ٗ�kFA�V�*�#@���…
322 …h�"�#�!@�X�G�����F��T@�C���\*�@�c�\[�@�b#�\B�@�ldDbx�Cbp@��B��xBY�"cx�Ccp ����!
326 CZpF�|S!��Zy�CZq�"q��"cxCcp���� "!p���xB��@�3�"���hR
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3111 double cx = ceil(x); in SWIG_CanCastAsInteger() local
3112 double rd = ((x - fx) < 0.5) ? fx : cx; /* simple rint */ in SWIG_CanCastAsInteger()
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin874 …���F�����6��x@�p���B������0����� �����"1F@F��D�`y��� y��x��x��cx"xpGpy���0y��x��…
1211 …�#�x ���$�x ���%�x ���&�x ���'�x ���(�x ���)�x ���*�x ���+�x ���,cx ���-bx ���.ax ���…
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c70451 duk_small_int_t cx, cy, sx; local
70453 DUK_UNREF(cx);
70469 cx = (duk_small_int_t) DUK_FPCLASSIFY(x);
70470 if (cx == DUK_FP_ZERO && y < 0.0) {
70501 } else if (cx == DUK_FP_NAN) {
87251 duk_small_int_t cx = (duk_small_int_t) DUK_FPCLASSIFY(x); local
87253 if (cx == DUK_FP_NAN || cy == DUK_FP_NAN) {
87256 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) {
87288 duk_small_int_t cx = (duk_small_int_t) DUK_FPCLASSIFY(x); local
87291 if (cx == DUK_FP_NAN && cy == DUK_FP_NAN) {
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog1247 triggered by http://lcamtuf.coredump.cx/afl/vulns/libtiff5.tif

Completed in 399 milliseconds