Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 25 of 30) sorted by relevance

12

/lvgl-latest/src/libs/thorvg/
DtvgRender.cpp55 auto y1 = y + h; in intersect() local
DtvgFill.cpp225 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()
DtvgScene.h164 int32_t y1 = INT32_MAX; in bounds() local
202 auto y1 = FLT_MAX; in bounds() local
DtvgFill.h106 float y1 = 0.0f; member
DtvgPaint.cpp337 auto y1 = FLT_MAX; in bounds() local
DtvgCapi.cpp617 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()
DtvgSvgLoaderCommon.h345 float y1; member
392 float y1; member
/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d_triangle.c98 float y1; in lv_draw_dave2d_triangle() local
Dlv_draw_dave2d_fill.c49 float y1; in lv_draw_dave2d_fill() local
/lvgl-latest/tests/src/test_cases/
Dtest_math.c25 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/
Dlv_draw_nema_gfx_fill.c117 float x0, y0, x1, y1; in lv_draw_nema_gfx_fill() local
Dlv_draw_nema_gfx_triangle.c131 float x0, x1, y0, y1; in lv_draw_nema_gfx_triangle() local
Dlv_draw_nema_gfx_border.c86 float y1 = (float)coords->y1 + ((float)width / 2.0f) - (float)layer->buf_area.y1; in lv_draw_nema_gfx_border() local
Dlv_draw_nema_gfx_img.c208 float y1 = y0; in _draw_nema_gfx_img() local
/lvgl-latest/src/misc/
Dlv_anim.h45 #define _PARA(a, x1, y1, x2, y2) ((a)->parameter.bezier3 = \ argument
118 int16_t y1; member
Dlv_area.c41 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
Dlv_math.c126 int32_t lv_cubic_bezier(int32_t x, int32_t x1, int32_t y1, int32_t x2, int32_t y2) in lv_cubic_bezier()
Dlv_area.h44 int32_t y1; member
Dlv_anim.c450 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/
Dstb_truetype_htcw.h568 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 …]
Dlv_tiny_ttf.c461 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/
Dlv_draw_vector.c221 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()
Dlv_draw_vector_private.h40 float y1; member
/lvgl-latest/scripts/gdb/lvglgdb/
Dlvgl.py81 def y1(self): member in LVObject
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_grad.c544 static void grad_point_to_matrix(vg_lite_matrix_t * grad_matrix, float x1, float y1, float x2, floa… in grad_point_to_matrix()

12