Searched defs:border (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwStroke.cpp | 52 static void _growBorder(SwStrokeBorder* border, uint32_t newPts) in _growBorder() 70 static void _borderClose(SwStrokeBorder* border, bool reverse) in _borderClose() 119 static void _borderCubicTo(SwStrokeBorder* border, const SwPoint& ctrl1, const SwPoint& ctrl2, cons… in _borderCubicTo() 139 static void _borderArcTo(SwStrokeBorder* border, const SwPoint& center, SwFixed radius, SwFixed ang… in _borderArcTo() 192 static void _borderLineTo(SwStrokeBorder* border, const SwPoint& to, bool movable) in _borderLineTo() 211 static void _borderMoveTo(SwStrokeBorder* border, SwPoint& to) in _borderMoveTo() 225 auto border = stroke.borders + side; in _arcTo() local 237 auto border = stroke.borders + side; in _outside() local 298 auto border = stroke.borders + side; in _inside() local 361 auto border = stroke.borders; in _firstSubPath() local [all …]
|
D | tvgSwPostEffect.cpp | 54 static int _gaussianRemap(int end, int idx, int border) in _gaussianRemap() 67 …32_t stride, int32_t w, int32_t h, const SwBBox& bbox, int32_t dimension, int border, bool flipped) in _gaussianBlur()
|
D | tvgRender.h | 286 uint8_t border; //0: duplicate, 1: wrap member
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 220 lv_obj_t * border = lv_image_create(btn); in add_list_button() local
|