/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | stringbuffer.h | 68 void Reserve(size_t count) { stack_.template Reserve<Ch>(count); } in Reserve() 69 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() 70 Ch* PushUnsafe(size_t count) { return stack_.template PushUnsafe<Ch>(count); } in PushUnsafe() 71 void Pop(size_t count) { stack_.template Pop<Ch>(count); } in Pop() 100 inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) { in PutReserve()
|
D | stream.h | 84 inline void PutReserve(Stream& stream, size_t count) { in PutReserve()
|
D | prettywriter.h | 253 … size_t count = (Base::level_stack_.GetSize() / sizeof(typename Base::Level)) * indentCharCount_; in WriteIndent() local
|
/lvgl-latest/src/stdlib/clib/ |
D | lv_sprintf_clib.c | 40 int lv_snprintf(char * buffer, size_t count, const char * format, ...) in lv_snprintf() 49 int lv_vsnprintf(char * buffer, size_t count, const char * format, va_list va) in lv_vsnprintf()
|
/lvgl-latest/src/stdlib/rtthread/ |
D | lv_sprintf_rtthread.c | 43 int lv_snprintf(char * buffer, size_t count, const char * format, ...) in lv_snprintf() 52 int lv_vsnprintf(char * buffer, size_t count, const char * format, va_list va) in lv_vsnprintf()
|
/lvgl-latest/src/misc/cache/ |
D | lv_image_header_cache.c | 54 lv_result_t lv_image_header_cache_init(uint32_t count) in lv_image_header_cache_init() 71 void lv_image_header_cache_resize(uint32_t count, bool evict_now) in lv_image_header_cache_resize()
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | stack.h | 138 T* Pop(size_t count) { in Pop() 183 void Expand(size_t count) { in Expand()
|
D | strfunc.h | 69 SizeType count = 0; in CountStringCodePoint() local
|
/lvgl-latest/src/font/ |
D | lv_font_fmt_txt_private.h | 39 uint8_t count; member
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 897 volatile uint8_t count = 0; in pinyin_search_matching() local 1006 uint16_t count = 0; in pinyin_k9_get_legal_py() local 1056 volatile uint8_t count = 0; in pinyin_k9_is_valid_py() local 1138 int count = 0; in pinyin_k9_cand_page_proc() local
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_matrix.c | 150 vg_lite_uint32_t count = (vg_lite_uint32_t)matrix->angle / 360; in vg_lite_rotate() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgPath.cpp | 273 int count = 0; in _numberCount() local 317 …mand(Array<PathCommand>* cmds, Array<Point>* pts, char cmd, float* arr, int count, Point* cur, Poi… in _processCommand() 495 static char* _nextCommand(char* path, char* cmd, float* arr, int* count, bool* closed) in _nextCommand()
|
D | tvgStr.cpp | 122 int count = 0; in strToFloat() local
|
D | tvgArray.h | 40 uint32_t count = 0; member
|
D | tvgPicture.h | 48 uint32_t count() override in count() function
|
D | tvgLottieModel.cpp | 189 uint32_t LottieGradient::populate(ColorStop& color, size_t count) in populate()
|
D | tvgScene.h | 50 uint32_t count() override in count() function
|
/lvgl-latest/src/libs/freetype/ |
D | lv_ftsystem.c | 268 unsigned long count) in ft_lv_fs_stream_io()
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_opengles_driver.c | 325 static void lv_opengles_index_buffer_init(const unsigned int * data, unsigned int count) in lv_opengles_index_buffer_init() 451 static void lv_opengles_shader_set_uniformmatrix3fv(const char * name, int count, bool transpose, c… in lv_opengles_shader_set_uniformmatrix3fv() 471 unsigned int count = lv_opengles_index_buffer_get_count(); in lv_opengles_render_draw() local
|
/lvgl-latest/src/libs/gif/ |
D | lv_gif.c | 159 void lv_gif_set_loop_count(lv_obj_t * obj, int32_t count) in lv_gif_set_loop_count()
|
/lvgl-latest/src/widgets/animimage/ |
D | lv_animimage.c | 134 void lv_animimg_set_repeat_count(lv_obj_t * obj, uint32_t count) in lv_animimg_set_repeat_count()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_sprintf_builtin.c | 389 unsigned int count = prec; in _ftoa() local 872 int lv_snprintf(char * buffer, size_t count, const char * format, ...) in lv_snprintf() 881 int lv_vsnprintf(char * buffer, size_t count, const char * format, va_list va) in lv_vsnprintf()
|
/lvgl-latest/src/misc/ |
D | lv_circle_buf.c | 232 uint32_t lv_circle_buf_fill(lv_circle_buf_t * circle_buf, uint32_t count, lv_circle_buf_fill_cb_t f… in lv_circle_buf_fill()
|
/lvgl-latest/src/core/ |
D | lv_obj_property.c | 127 lv_result_t lv_obj_set_properties(lv_obj_t * obj, const lv_property_t * value, uint32_t count) in lv_obj_set_properties()
|
/lvgl-latest/src/libs/expat/ |
D | xmltok_impl.c | 131 # define HAS_CHARS(enc, ptr, end, count) \ argument 136 # define REQUIRE_CHARS(enc, ptr, end, count) \ argument
|