Searched defs:vx (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 4562 Sint16 *vx, *vy; in _pieColor() local 4795 Sint16 vx[3]; in trigonColor() local 4828 Sint16 vx[3]; in trigonRGBA() local 4861 Sint16 vx[3]; in aatrigonColor() local 4894 Sint16 vx[3]; in aatrigonRGBA() local 4927 Sint16 vx[3]; in filledTrigonColor() local 4962 Sint16 vx[3]; in filledTrigonRGBA() local 4988 int polygonColor(SDL_Surface * dst, const Sint16 * vx, const Sint16 * vy, int n, Uint32 color) in polygonColor() 5077 int aapolygonColor(SDL_Surface * dst, const Sint16 * vx, const Sint16 * vy, int n, Uint32 color) in aapolygonColor() 5394 int filledPolygonColor(SDL_Surface * dst, const Sint16 * vx, const Sint16 * vy, int n, Uint32 color) in filledPolygonColor() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvg.h | 2086 static float nsvg__vecrat(float ux, float uy, float vx, float vy) in nsvg__vecrat() 2091 static float nsvg__vecang(float ux, float uy, float vx, float vy) in nsvg__vecang() 2105 float ux, uy, vx, vy, a1, da; in nsvg__pathArcTo() local
|
Completed in 18 milliseconds