Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/smooth/
A Dftspic.c40 if ( pic_container->smooth ) in ft_smooth_renderer_class_pic_free()
42 SmoothPIC* container = (SmoothPIC*)pic_container->smooth; in ft_smooth_renderer_class_pic_free()
49 pic_container->smooth = NULL; in ft_smooth_renderer_class_pic_free()
65 if ( pic_container->smooth ) in ft_smooth_renderer_class_pic_init()
67 ((SmoothPIC*)pic_container->smooth)->ref_count++; in ft_smooth_renderer_class_pic_init()
75 pic_container->smooth = container; in ft_smooth_renderer_class_pic_init()
A DJamfile1 # FreeType 2 src/smooth Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) smooth ;
23 _sources = smooth ;
29 # end of src/smooth Jamfile
A Dmodule.mk20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE)
22 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for LCDs$(ECHO_DRIVER_DONE)
24 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for vertical LCDs$(ECHO_DRI…
A Drules.mk18 SMOOTH_DIR := $(SRC_DIR)/smooth
44 SMOOTH_DRV_OBJ_S := $(OBJ_DIR)/smooth.$O
48 SMOOTH_DRV_SRC_S := $(SMOOTH_DIR)/smooth.c
A Dftspic.h42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/
A DFaceBeautyRequest.cc68 void FaceBeautyRequest::setSmooth(float smooth) in setSmooth() argument
70 smooth_ = smooth; in setSmooth()
71 setBodyParameter("Smooth", std::to_string(smooth)); in setSmooth()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.h79 …OZOOM_SCOPE SDL_Surface *rotozoomSurface(SDL_Surface * src, double angle, double zoom, int smooth);
82 (SDL_Surface * src, double angle, double zoomx, double zoomy, int smooth);
98 …ROTOZOOM_SCOPE SDL_Surface *zoomSurface(SDL_Surface * src, double zoomx, double zoomy, int smooth);
A DSDL_rotozoom.c286 int _zoomSurfaceRGBA(SDL_Surface * src, SDL_Surface * dst, int flipx, int flipy, int smooth) in _zoomSurfaceRGBA() argument
309 if (smooth) { in _zoomSurfaceRGBA()
360 if (smooth) { in _zoomSurfaceRGBA()
660 if (smooth) { in _transformSurfaceRGBA()
1030 SDL_Surface *rotozoomSurface(SDL_Surface * src, double angle, double zoom, int smooth) in rotozoomSurface() argument
1032 return rotozoomSurfaceXY(src, angle, zoom, zoom, smooth); in rotozoomSurface()
1051 …Surface *rotozoomSurfaceXY(SDL_Surface * src, double angle, double zoomx, double zoomy, int smooth) in rotozoomSurfaceXY() argument
1197 smooth); in rotozoomSurfaceXY()
1286 _zoomSurfaceRGBA(rz_src, rz_dst, flipx, flipy, smooth); in rotozoomSurfaceXY()
1392 SDL_Surface *zoomSurface(SDL_Surface * src, double zoomx, double zoomy, int smooth) in zoomSurface() argument
[all …]
A DChangeLog147 * changed iterator condition in aaellipse to add some overdraw to smooth circle
337 * Uses SDL_SoftStretch in certain cases (angle=0, smooth=0).
/AliOS-Things-master/components/freetype/include/internal/
A Dftpic.h46 void* smooth; member
A Dfttrace.h37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_rotate.h29 …teSurface(SDL_Surface * src, double angle, int centerx, int centery, int smooth, int flipx, int fl…
A DSDL_rotate.c232 …ace * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int flipx, int flipy, int smooth) in _transformSurfaceRGBA() argument
254 if (smooth) { in _transformSurfaceRGBA()
417 SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery, int smooth, int fli… in SDLgfx_rotateSurface() argument
525 flipx, flipy, smooth); in SDLgfx_rotateSurface()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/
A DFaceBeautyRequest.h45 void setSmooth(float smooth);
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestRotozoom.c88 void RotatePicture (SDL_Surface *screen, SDL_Surface *picture, int rotate, int flip, int smooth, in… in RotatePicture() argument
124 if ((rotozoom_picture=rotozoomSurfaceXY (picture, angle, zoomfx, zoomfy, smooth))!=NULL) { in RotatePicture()
148 if ((rotozoom_picture=rotozoomSurface (picture, angle, zoomf, smooth))!=NULL) { in RotatePicture()
185 if ((rotozoom_picture=rotozoomSurfaceXY (picture, 0.01, zoomfx, zoomfy, smooth))!=NULL) { in RotatePicture()
197 if ((rotozoom_picture=rotozoomSurface (picture, 0.01, zoomf, smooth))!=NULL) { in RotatePicture()
225 void ZoomPicture (SDL_Surface *screen, SDL_Surface *picture, int smooth) in ZoomPicture() argument
246 if ((rotozoom_picture=zoomSurface (picture, zoomxf, zoomyf, smooth))!=NULL) { in ZoomPicture()
328 void CustomTest(SDL_Surface *screen, SDL_Surface *picture, double a, double x, double y, int smooth in CustomTest() argument
337 if ((rotozoom_picture=rotozoomSurfaceXY (picture, a, x, y, smooth))!=NULL) { in CustomTest()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Danalysis_enc.c221 const int smooth = (enc->config_->preprocessing & 1); in AssignSegments() local
222 if (smooth) SmoothSegmentMap(enc); in AssignSegments()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dusage.txt228 -smooth N Smooth the input image to eliminate dithering noise.
249 The -smooth option filters the input to eliminate fine-scale noise. This is
399 GIF to JPEG, you should experiment with cjpeg's -quality and -smooth options
400 to get a satisfactory conversion. -smooth 10 or so is often helpful.
A Dchange.log312 Fix bug in cjpeg's -smooth option: last one or two scanlines would be
A Dlibjpeg.txt2124 up on smooth gradients until the lowest coefficient bits are sent.
/AliOS-Things-master/components/littlevgl/
A DREADME.md50 * **Advanced graphics** with animations, anti-aliasing, opacity, smooth scrolling

Completed in 29 milliseconds