Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_rotate.c129 double x, y, cx, cy, sx, sy; in SDLgfx_rotozoomSurfaceSizeTrig() local
141 cy = *cangle * y; in SDLgfx_rotozoomSurfaceSizeTrig()
148 …SDL_ceil(MAX(MAX(MAX(SDL_fabs(sx + cy), SDL_fabs(sx - cy)), SDL_fabs(-sx + cy)), SDL_fabs(-sx - cy in SDLgfx_rotozoomSurfaceSizeTrig()
232 _transformSurfaceRGBA(SDL_Surface * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int… in _transformSurfaceRGBA() argument
245 ay = (cy << 16) - (isin * cx); in _transformSurfaceRGBA()
256 dy = cy - y; in _transformSurfaceRGBA()
307 dy = cy - y; in _transformSurfaceRGBA()
346 transformSurfaceY(SDL_Surface * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int fli… in transformSurfaceY() argument
358 ay = (cy << 16) - (isin * cx); in transformSurfaceY()
369 dy = cy - y; in transformSurfaceY()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dgenpng.c388 double cy = (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()
398 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy)) in square_check_line()
466 const double cy = (y1 + y2)/2; in circle_check() local
471 y = (y - cy)/dy; in circle_check()
497 double cy = (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()
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.c86 short cy; member
97 short cy; member
305 item.cy = h; in AddDialogControl()
309 Vec2ToDLU(&item.cx, &item.cy); in AddDialogControl()
392 dialogTemplate.cy = h; in CreateDialogData()
393 Vec2ToDLU(&dialogTemplate.cx, &dialogTemplate.cy); in CreateDialogData()
669 Size.cy = TextSize.bottom - TextSize.top; in WIN_ShowOldMessageBox()
671 Size.cy += TextMargin * 2; in WIN_ShowOldMessageBox()
686 Size.cy = IconMargin * 2 + IconHeight; in WIN_ShowOldMessageBox()
690 Size.cy += ButtonHeight + TextMargin; in WIN_ShowOldMessageBox()
[all …]
A DSDL_windowskeyboard.c1348 bottom = top + size.cy; in IME_PositionCandidateList()
1359 top = videodata->ime_rect.y - size.cy; in IME_PositionCandidateList()
1375 bottom = size.cy; in IME_PositionCandidateList()
1385 bottom = size.cy; in IME_PositionCandidateList()
1395 bottom = size.cy; in IME_PositionCandidateList()
1449 maxcandsize.cy = SDL_max(maxcandsize.cy, candsizes[i].cy); in IME_RenderCandidateList()
1461 size.cy = in IME_RenderCandidateList()
1467 (candcount * maxcandsize.cy) in IME_RenderCandidateList()
1483 size.cy = in IME_RenderCandidateList()
1489 (maxcandsize.cy) in IME_RenderCandidateList()
[all …]
A DSDL_windowswindow.c940 LONG cx, cy; in WIN_UpdateClipCursor() local
943 cy = (rect.top + rect.bottom) / 2; in WIN_UpdateClipCursor()
948 rect.top = cy - 1; in WIN_UpdateClipCursor()
949 rect.bottom = cy + 1; in WIN_UpdateClipCursor()
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvg.h892 cy = nsvg__convertToPixels(p, data->radial.cy, oy, sh); in nsvg__createGradient()
2045 *cpy2 = cy; in nsvg__pathQuadBezTo()
2078 *cpy2 = cy; 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()
241 cy + y + windata->client.y)); 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()
347 cy + y + windata->client.y)); in DirectFB_WarpMouse()
A DSDL_DirectFB_WM.c334 windata->wm_lasty = evt->cy; in DirectFB_WM_ProcessEvent()
344 int dy = evt->cy - windata->wm_lasty; in DirectFB_WM_ProcessEvent()
374 int dy = evt->cy - windata->wm_lasty; in DirectFB_WM_ProcessEvent()
399 windata->wm_lasty = evt->cy; in DirectFB_WM_ProcessEvent()
A DSDL_DirectFB_events.c156 int cx, cy; in ClientXY() local
159 cy = *y; in ClientXY()
162 cy -= p->client.y; in ClientXY()
164 if (cx < 0 || cy < 0) in ClientXY()
166 if (cx >= p->client.w || cy >= p->client.h) in ClientXY()
169 *y = cy; 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
376 cy = (*csay >> 16); in _zoomSurfaceRGBA()
378 sstepy = cy < spixelh; in _zoomSurfaceRGBA()
651 ay = (cy << 16) - (isin * cx); in _transformSurfaceRGBA()
662 dy = cy - y; in _transformSurfaceRGBA()
715 dy = cy - y; in _transformSurfaceRGBA()
767 ay = (cy << 16) - (isin * cx); in transformSurfaceY()
780 dy = cy - y; in transformSurfaceY()
953 double x, y, cx, cy, sx, sy; in _rotozoomSurfaceSizeTrig() local
968 cy = *canglezoom * y; in _rotozoomSurfaceSizeTrig()
[all …]
A DSDL_gfxPrimitives.c2878 Sint16 cy = rad; in circleColor() local
2967 ypcy = y + cy; in circleColor()
3004 cy--; in circleColor()
3061 cy--; in circleColor()
3385 cy--; in arcColor()
3457 cy--; in arcColor()
3624 xpcy = x + cy; in filledCircleColor()
3625 xmcy = x - cy; in filledCircleColor()
3627 if (cy > 0) { in filledCircleColor()
3635 ocy = cy; in filledCircleColor()
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxPrimitives.c1094 int cx, cy; in TestThickLineAccuracy() local
1103 cy = 60+(HEIGHT-80)/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()
1113 cy = 60+(HEIGHT-80)/4; in TestThickLineAccuracy()
1118 pixelRGBA(screen, cx, cy, 255, 255, 255, 255); in TestThickLineAccuracy()
1123 cy = 80 + (HEIGHT-80)/2 + (HEIGHT-80)/4; in TestThickLineAccuracy()
1128 pixelRGBA(screen, cx, cy, 255, 255, 255, 255); in TestThickLineAccuracy()
1133 cy = 80 + (HEIGHT-80)/2 + (HEIGHT-80)/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.c1555 Long cy, in Conic_To() argument
1567 ras.arc[1].y = cy; 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_image2_all.bin97 @�۲; +����cy+�F�, @�W��@�"��x ���"[�
100 @�۲+��F�, @�Z��@������(���D�����Zh�#@�+IЋx; +R�cy+�F�, @�L��@���x;+x�!y;)kآx�# *�
105 …(�F�D @�K!��@���G�s�h��B�����K�hB����D������-K�[h����x; +����cy+�F�D @�R!��@���x…
109 @�۲; +�ٝ�cy+�F�D @�]!��@�N��x ���"[�
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm20 n x:#{P)wc+o�;l�Ep�Oq�Sv�]x�cy�n�ƒ�а�����������ܵ�єͦ}�y�r��yz�pl�[N�>C^,KR'bs=��g�՜��Ȉ�s^�Em�Xo�_…
151 /�Un2q�P��m��s��b�\t�Uj�Xo�Xo�Xo�Xw�Zy�Xo�Sq�Tp�Sl�Rn�Wr�[r�Zm�[o�\u�]t�[t�_k�[k�Yo�\r�]t�cy�`|�[…
195 …U��Q��R��W��V��R��J��F��F��Dwm8o8(GA�^'pZ2lq;k�Bg�?k�An�Bm�Ip�Rw�Ty�\y�cy�_v�_z�`v�ar�Zs�[r�Zp…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5cy�Zt�Tq�Mm�Fg�=_�:^�Bb�Qg�?Fn<1OK2KcA[z?h�Lr�Zu�^t�_w�c{�gz�gy�fy�fy�cx�by�b{�a|�b}�by�j{�j{�h{�e…
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c70451 duk_small_int_t cx, cy, sx; local
70455 cy = (duk_small_int_t) DUK_FPCLASSIFY(y);
70457 if (cy == DUK_FP_NAN) {
87252 duk_small_int_t cy = (duk_small_int_t) DUK_FPCLASSIFY(y); local
87253 if (cx == DUK_FP_NAN || cy == DUK_FP_NAN) {
87256 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) {
87289 duk_small_int_t cy = (duk_small_int_t) DUK_FPCLASSIFY(y); local
87291 if (cx == DUK_FP_NAN && cy == DUK_FP_NAN) {
87295 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) {
87315 duk_small_int_t cy = (duk_small_int_t) DUK_FPCLASSIFY(y);
[all …]

Completed in 313 milliseconds