/lvgl-latest/src/libs/thorvg/ |
D | tvgRender.cpp | 55 auto y1 = y + h; in intersect() local
|
D | tvgFill.cpp | 225 Result LinearGradient::linear(float x1, float y1, float x2, float y2) noexcept in linear() 236 Result LinearGradient::linear(float* x1, float* y1, float* x2, float* y2) const noexcept in linear()
|
D | tvgScene.h | 164 int32_t y1 = INT32_MAX; in bounds() local 202 auto y1 = FLT_MAX; in bounds() local
|
D | tvgFill.h | 106 float y1 = 0.0f; member
|
D | tvgPaint.cpp | 337 auto y1 = FLT_MAX; in bounds() local
|
D | tvgCapi.cpp | 617 TVG_API Tvg_Result tvg_linear_gradient_set(Tvg_Gradient* grad, float x1, float y1, float x2, float … in tvg_linear_gradient_set() 624 TVG_API Tvg_Result tvg_linear_gradient_get(Tvg_Gradient* grad, float* x1, float* y1, float* x2, flo… in tvg_linear_gradient_get()
|
D | tvgSvgLoaderCommon.h | 345 float y1; member 392 float y1; member
|
/lvgl-latest/src/draw/renesas/dave2d/ |
D | lv_draw_dave2d_triangle.c | 98 float y1; in lv_draw_dave2d_triangle() local
|
D | lv_draw_dave2d_fill.c | 49 float y1; in lv_draw_dave2d_fill() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_math.c | 25 static float lv_cubic_bezier_f(float x, float x1, float y1, float x2, float y2) in lv_cubic_bezier_f() 80 int x1, y1, x2, y2, y; in test_cubic_bezier_ease_functions() local
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_fill.c | 117 float x0, y0, x1, y1; in lv_draw_nema_gfx_fill() local
|
D | lv_draw_nema_gfx_triangle.c | 131 float x0, x1, y0, y1; in lv_draw_nema_gfx_triangle() local
|
D | lv_draw_nema_gfx_border.c | 86 float y1 = (float)coords->y1 + ((float)width / 2.0f) - (float)layer->buf_area.y1; in lv_draw_nema_gfx_border() local
|
D | lv_draw_nema_gfx_img.c | 208 float y1 = y0; in _draw_nema_gfx_img() local
|
/lvgl-latest/src/misc/ |
D | lv_anim.h | 45 #define _PARA(a, x1, y1, x2, y2) ((a)->parameter.bezier3 = \ argument 118 int16_t y1; member
|
D | lv_area.c | 41 void lv_area_set(lv_area_t * area_p, int32_t x1, int32_t y1, int32_t x2, int32_t y2) in lv_area_set() 148 int32_t y1 = a2_p->y1 > a1_p->y1 ? a2_p->y1 : a1_p->y1; in lv_area_diff() local
|
D | lv_math.c | 126 int32_t lv_cubic_bezier(int32_t x, int32_t x1, int32_t y1, int32_t x2, int32_t y2) in lv_cubic_bezier()
|
D | lv_area.h | 44 int32_t y1; member
|
D | lv_anim.c | 450 void lv_anim_set_bezier3_param(lv_anim_t * a, int16_t x1, int16_t y1, int16_t x2, int16_t y2) in lv_anim_set_bezier3_param() 692 static int32_t lv_anim_path_cubic_bezier(const lv_anim_t * a, int32_t x1, int32_t y1, int32_t x2, i… in lv_anim_path_cubic_bezier()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 568 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member 574 float x1, y1, s1, t1; // bottom-right member 600 unsigned short x0, y0, x1, y1; // coordinates of bbox in bitmap member 1827 …t_GetGlyphBox(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, int * x1, int * y1) 1844 …GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0, int * x1, int * y1) 2529 …etGlyphInfoT2(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, int * x1, int * y1) 2945 … void stbtt_GetFontBoundingBox(const stbtt_fontinfo * info, int * x0, int * y0, int * x1, int * y1) 3016 int x0 = 0, y0 = 0, x1, y1; // =0 suppresses compiler warning local 3106 float x0, y0, x1, y1; member 3335 float y1) [all …]
|
D | lv_tiny_ttf.c | 461 int x1, y1, x2, y2; in tiny_ttf_glyph_cache_create_cb() local 516 int x1, y1, x2, y2; in tiny_ttf_draw_data_cache_create_cb() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 221 float y1 = p[0].y; in lv_vector_path_get_bounding() local 550 void lv_vector_dsc_set_fill_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, fl… in lv_vector_dsc_set_fill_linear_gradient() 653 void lv_vector_dsc_set_stroke_linear_gradient(lv_vector_dsc_t * dsc, float x1, float y1, float x2, … in lv_vector_dsc_set_stroke_linear_gradient()
|
D | lv_draw_vector_private.h | 40 float y1; member
|
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | lvgl.py | 81 def y1(self): member in LVObject
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_grad.c | 544 static void grad_point_to_matrix(vg_lite_matrix_t * grad_matrix, float x1, float y1, float x2, floa… in grad_point_to_matrix()
|