Home
last modified time | relevance | path

Searched defs:op (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_vector.c143 lv_vector_path_op_t op = LV_VECTOR_PATH_OP_MOVE_TO; in lv_vector_path_move_to() local
157 lv_vector_path_op_t op = LV_VECTOR_PATH_OP_LINE_TO; in lv_vector_path_line_to() local
171 lv_vector_path_op_t op = LV_VECTOR_PATH_OP_QUAD_TO; in lv_vector_path_quad_to() local
187 lv_vector_path_op_t op = LV_VECTOR_PATH_OP_CUBIC_TO; in lv_vector_path_cubic_to() local
203 lv_vector_path_op_t op = LV_VECTOR_PATH_OP_CLOSE; in lv_vector_path_close() local
/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp417 …l(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, uint8_t a) in fillRadial()
500 …st SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, SwBlender op2,… in fillRadial()
713 …r(const SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, uint8_t a) in fillLinear()
753 …st SwFill* fill, uint32_t* dst, uint32_t y, uint32_t x, uint32_t len, SwBlender op, SwBlender op2,… in fillLinear()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_vector.c92 lv_vector_path_op_t * op = lv_array_front(&p->ops); in _set_paint_shape() local
/lvgl-latest/examples/libs/rlottie/
Dlv_example_rlottie_approve.json1 {"v":"4.8.0","meta":{"g":"LottieFiles AE 1.0.0","a":"","k":"","d":"","tc":""},"fr":60,"ip":0,"op":6… number
/lvgl-latest/tests/src/test_assets/
Dtest_lottie_approve.json1 {"v":"4.8.0","meta":{"g":"LottieFiles AE 1.0.0","a":"","k":"","d":"","tc":""},"fr":60,"ip":0,"op":6… number
/lvgl-latest/examples/widgets/lottie/
Dlv_example_lottie_approve.json1 {"v":"4.8.0","meta":{"g":"LottieFiles AE 1.0.0","a":"","k":"","d":"","tc":""},"fr":60,"ip":0,"op":6… number
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_path.c294 static inline void lv_vg_lite_path_append_op(lv_vg_lite_path_t * path, uint32_t op) in lv_vg_lite_path_append_op()
/lvgl-latest/src/libs/lz4/
Dlz4.c958 BYTE* op = (BYTE*) dest; in LZ4_compress_generic_validated() local
1829 BYTE* op = (BYTE*)ostart; in LZ4_decompress_unsafe_generic() local
1978 BYTE* op = (BYTE*) dst; in LZ4_decompress_generic() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1323 int start = b->cursor, end, op; in stbtt__dict_get() local