Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 56) sorted by relevance

123

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Ddtoa.h74 uint32_t d = 0; in DigitGen() local
102 char d = static_cast<char>(p2 >> -one.e); in DigitGen() local
139 const char* d = GetDigitsLut() + K * 2; in WriteExponent() local
144 const char* d = GetDigitsLut() + K * 2; in WriteExponent() local
Dstrtod.h37 inline double StrtodNormalPrecision(double d, int p) { in StrtodNormalPrecision()
56 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP()
113 inline bool StrtodFast(double d, int p, double* result) { in StrtodFast()
229 inline double StrtodFullPrecision(double d, int p, const Ch* decimals, size_t length, size_t decima… in StrtodFullPrecision()
Dbiginteger.h118 const uint64_t d = digits_[i] & 0xFFFFFFFF; variable
201 Type d = a->digits_[i] - borrow; in Difference() local
Ddiyfp.h55 double d; in DiyFp() member
133 double d; in ToDouble() member
Dieee754.h26 Double(double d) : d_(d) {} in Double()
/lvgl-latest/src/libs/thorvg/
DtvgSwCommon.h311 static inline uint32_t INTERPOLATE(uint32_t s, uint32_t d, uint8_t a) in INTERPOLATE()
316 static inline uint8_t INTERPOLATE8(uint8_t s, uint8_t d, uint8_t a) in INTERPOLATE8()
351 static inline uint32_t opBlendInterp(uint32_t s, uint32_t d, uint8_t a) in opBlendInterp()
356 static inline uint32_t opBlendNormal(uint32_t s, uint32_t d, uint8_t a) in opBlendNormal()
362 static inline uint32_t opBlendPreNormal(uint32_t s, uint32_t d, TVG_UNUSED uint8_t a) in opBlendPreNormal()
367 static inline uint32_t opBlendSrcOver(uint32_t s, TVG_UNUSED uint32_t d, TVG_UNUSED uint8_t a) in opBlendSrcOver()
373 static inline uint32_t opBlendDifference(uint32_t s, uint32_t d, TVG_UNUSED uint8_t a) in opBlendDifference()
383 static inline uint32_t opBlendExclusion(uint32_t s, uint32_t d, TVG_UNUSED uint8_t a) in opBlendExclusion()
392 static inline uint32_t opBlendAdd(uint32_t s, uint32_t d, TVG_UNUSED uint8_t a) in opBlendAdd()
401 static inline uint32_t opBlendScreen(uint32_t s, uint32_t d, TVG_UNUSED uint8_t a) in opBlendScreen()
[all …]
DtvgSwMath.cpp154 int64_t d = c > 0 ? (a * b + (c >> 1)) / c : 0x7FFFFFFFL; in mathMulDiv() local
224 SwCoord a, b, c, d; in mathSplitCubic() local
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.c166 uint8_t d; in create_qt_tbl() local
203 uint8_t d, * pb, * pd; in create_huffman_tbl() local
294 unsigned int d, flg = 0; in huffext() local
446 unsigned int d, flg = 0; in bitext() local
545 uint16_t d = 0; in jd_restart() local
741 int d, e; in jd_mcu_load() local
896 uint8_t * s, * d; in jd_mcu_output() local
915 uint16_t w, * d = (uint16_t *)s; in jd_mcu_output() local
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c150 int32_t d = lv_obj_get_width(dsc->focused_obj) / 4; in gridnav_event_cb() local
170 int32_t d = lv_obj_get_width(dsc->focused_obj) / 4; in gridnav_event_cb() local
190 int32_t d = lv_obj_get_height(dsc->focused_obj) / 4; in gridnav_event_cb() local
209 int32_t d = lv_obj_get_height(dsc->focused_obj) / 4; in gridnav_event_cb() local
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_dropdown.c133 const lv_calendar_date_t * d; in month_event_cb() local
148 const lv_calendar_date_t * d; in year_event_cb() local
Dlv_calendar_header_arrow.c112 const lv_calendar_date_t * d; in month_event_cb() local
Dlv_calendar.c129 lv_calendar_date_t d; in lv_calendar_set_month_shown() local
263 uint32_t d = lv_buttonmatrix_get_selected_button(calendar->btnm); in lv_calendar_get_pressed_date() local
/lvgl-latest/tests/src/
Dlv_test_indev.c95 void lv_test_encoder_add_diff(int32_t d) in lv_test_encoder_add_diff()
100 void lv_test_encoder_turn(int32_t d) in lv_test_encoder_turn()
/lvgl-latest/src/stdlib/builtin/
Dlv_mem_core_builtin.c63 #define _COPY(d, s) *d = *s; d++; s++; argument
64 #define _SET(d, v) *d = v; d++; argument
Dlv_string_builtin.c48 #define _COPY(d, s) *d = *s; d++; s++; argument
49 #define _SET(d, v) *d = v; d++; argument
/lvgl-latest/docs/
Dexample_list.py112 def print_item(path, lvl, d, fout): argument
/lvgl-latest/src/misc/
Dlv_math.h161 #define LV_MIN4(a, b, c, d) (LV_MIN(LV_MIN(a,b), LV_MIN(c,d))) argument
165 #define LV_MAX4(a, b, c, d) (LV_MAX(LV_MAX(a,b), LV_MAX(c,d))) argument
Dlv_math.c132 int64_t d; /*slope value at specified t*/ in lv_cubic_bezier() local
134 int32_t d; in lv_cubic_bezier() local
Dlv_matrix.c140 float d; in lv_matrix_inverse() local
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h93 inline void PrintValidatorPointersData(const char* s, const char* d, unsigned depth) { in PrintValidatorPointersData()
97 inline void PrintValidatorPointersData(const wchar_t* s, const wchar_t* d, unsigned depth) { in PrintValidatorPointersData()
125 inline void PrintMethodData(const char* method, double d) { in PrintMethodData()
348 bool Double(double d) { in Double()
401 double d; member
411 const unsigned char* d = static_cast<const unsigned char*>(data); in WriteBuffer() local
418 static uint64_t Hash(uint64_t h, uint64_t d) { in Hash()
1038 bool Double(Context& context, double d) const { in Double()
1630 bool CheckDoubleMinimum(Context& context, double d) const { in CheckDoubleMinimum()
1638 bool CheckDoubleMaximum(Context& context, double d) const { in CheckDoubleMaximum()
[all …]
Dwriter.h194 bool Double(double d) { Prefix(kNumberType); return EndValue(WriteDouble(d)); } in Double()
349 bool WriteDouble(double d) { in WriteDouble()
546 inline bool Writer<StringBuffer>::WriteDouble(double d) { in WriteDouble()
/lvgl-latest/src/display/
Dlv_display.c640 lv_display_t * d = lv_obj_get_display(new_scr); in lv_screen_load_anim() local
905 lv_display_t * d; in lv_display_get_inactive_time() local
1149 lv_display_t * d = lv_obj_get_display(scr); in scr_load_internal() local
1168 lv_display_t * d = lv_obj_get_display(a->var); in scr_load_anim_start() local
1193 lv_display_t * d = lv_obj_get_display(a->var); in scr_anim_completed() local
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_gradient.c186 int32_t d = 0; in lv_gradient_color_calculate() local
517 int32_t x, d; in lv_gradient_linear_get_line() local
598 int32_t d = lv_atan2(dy, dx) - state->a; in lv_gradient_conical_get_line() local
610 int32_t d = lv_atan2(dy, dx) - state->a; in lv_gradient_conical_get_line() local
/lvgl-latest/libs/nema_gfx/include/
Dnema_math.h214 #define nema_deg_to_rad(d) (0.0174532925199f * (d)) //rad = deg * pi / 180 argument
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_fatfs.c235 DIR * d = lv_malloc(sizeof(DIR)); in fs_dir_open() local

123