Searched defs:smooth (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/ |
A D | FaceBeautyRequest.cc | 68 void FaceBeautyRequest::setSmooth(float smooth) in setSmooth()
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestRotozoom.c | 88 void RotatePicture (SDL_Surface *screen, SDL_Surface *picture, int rotate, int flip, int smooth, in… in RotatePicture() 225 void ZoomPicture (SDL_Surface *screen, SDL_Surface *picture, int smooth) in ZoomPicture() 328 void CustomTest(SDL_Surface *screen, SDL_Surface *picture, double a, double x, double y, int smooth… in CustomTest()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftpic.h | 46 void* smooth; member
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 286 int _zoomSurfaceRGBA(SDL_Surface * src, SDL_Surface * dst, int flipx, int flipy, int smooth) in _zoomSurfaceRGBA() 638 …ace * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int flipx, int flipy, int smooth) in _transformSurfaceRGBA() 1030 SDL_Surface *rotozoomSurface(SDL_Surface * src, double angle, double zoom, int smooth) in rotozoomSurface() 1051 …Surface *rotozoomSurfaceXY(SDL_Surface * src, double angle, double zoomx, double zoomy, int smooth) in rotozoomSurfaceXY() 1392 SDL_Surface *zoomSurface(SDL_Surface * src, double zoomx, double zoomy, int smooth) in zoomSurface()
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 232 …ace * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int flipx, int flipy, int smooth) in _transformSurfaceRGBA() 417 SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery, int smooth, int fli… in SDLgfx_rotateSurface()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | analysis_enc.c | 221 const int smooth = (enc->config_->preprocessing & 1); in AssignSegments() local
|
Completed in 19 milliseconds