Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dlolwut5.c147 void lwDrawSquare(lwCanvas *canvas, int x, int y, float size, float angle) { in lwDrawSquare() argument
158 float k = M_PI/4 + angle; in lwDrawSquare()
191 float angle = 0; in lwDrawSchotter() local
199 angle = r1; in lwDrawSchotter()
203 lwDrawSquare(canvas,sx,sy,square_side,angle); in lwDrawSchotter()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_image_filter_module.c44 ngx_uint_t angle; member
73 ngx_uint_t angle; member
543 ctx->angle = ngx_http_image_filter_get_value(r, conf->acv, conf->angle); in ngx_http_image_process()
547 if (ctx->angle != 90 && ctx->angle != 180 && ctx->angle != 270) { in ngx_http_image_process()
568 && ctx->angle == 0 in ngx_http_image_process()
844 && ctx->angle == 0 in ngx_http_image_resize()
946 if (ctx->angle) { in ngx_http_image_resize()
952 switch (ctx->angle) { in ngx_http_image_resize()
961 if (ctx->angle == 90) { in ngx_http_image_resize()
1325 conf->angle = prev->angle; in ngx_http_image_filter_merge_conf()
[all …]
/f-stack/app/nginx-1.16.1/conf/
H A Dwin-utf38 AB C2AB ; # left-pointing double angle quotation mark
55 BB C2BB ; # right-pointing double angle quotation mark
/f-stack/freebsd/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt36 A sensor can be mounted in any angle along the axes relative to the frame of
38 or tilted at any angle relative to the frame of reference.
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst79 …are included using quotes, while includes from other paths are included using angle brackets: "<>".