/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_vglite_matrix.c | 70 vg_lite_float_t scale_y = 1.0f * dsc->scale_y / LV_SCALE_NONE; in vglite_set_transformation_matrix() local
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_matrix.c | 106 vg_lite_error_t vg_lite_scale(vg_lite_float_t scale_x, vg_lite_float_t scale_y, vg_lite_matrix_t * … in vg_lite_scale()
|
/lvgl-latest/src/widgets/image/ |
D | lv_image_private.h | 42 uint32_t scale_y; /**< 256 means no zoom, 512 double size, 128 half size*/ member
|
D | lv_image.c | 818 static void scale_update(lv_obj_t * obj, int32_t scale_x, int32_t scale_y) in scale_update() 862 int32_t scale_y = lv_obj_get_height(obj) * LV_SCALE_NONE / img->h; in update_align() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_image.h | 37 int32_t scale_y; member
|
D | lv_draw_image.c | 250 uint16_t scale_x, uint16_t scale_y, const lv_point_t * pivot) in lv_image_buf_get_transformed_area()
|
D | lv_draw_label.h | 75 int32_t scale_y; member
|
D | lv_draw_vector.c | 761 void lv_vector_dsc_scale(lv_vector_dsc_t * dsc, float scale_x, float scale_y) in lv_vector_dsc_scale()
|
/lvgl-latest/src/misc/ |
D | lv_matrix.c | 76 void lv_matrix_scale(lv_matrix_t * matrix, float scale_x, float scale_y) in lv_matrix_scale()
|
D | lv_area.c | 443 void lv_point_transform(lv_point_t * point, int32_t angle, int32_t scale_x, int32_t scale_y, const … in lv_point_transform() 449 …array_transform(lv_point_t * points, size_t count, int32_t angle, int32_t scale_x, int32_t scale_y, in lv_point_array_transform()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_img.c | 220 float scale_y = 1.f * dsc->scale_y / LV_SCALE_NONE; in _draw_nema_gfx_img() local
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 69 int16_t scale_y = 256; in lv_indev_scroll_handler() local 292 int32_t scale_y = 256; in lv_indev_find_scroll_obj() local
|
D | lv_indev.c | 1423 int16_t scale_y = 256; in indev_proc_release() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3013 …btt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo * font, int glyph, float scale_x, float scale_y, 3033 …_GetGlyphBitmapBox(const stbtt_fontinfo * font, int glyph, float scale_x, float scale_y, int * ix0, 3040 … float scale_y, float shift_x, float shift_y, int * ix0, int * iy0, int * ix1, int * iy1) 3046 …btt_GetCodepointBitmapBox(const stbtt_fontinfo * font, int codepoint, float scale_x, float scale_y, 3814 … float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void * userdata) 4028 …float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void… 4048 …gned char * stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo * info, float scale_x, float scale_y, 4089 …d char * stbtt_GetGlyphBitmap(const stbtt_fontinfo * info, float scale_x, float scale_y, int glyph, 4096 … int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph) 4116 int out_stride, float scale_x, float scale_y, int glyph) [all …]
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_utils.c | 760 int32_t scale_y = dsc->scale_y; in lv_vg_lite_image_matrix() local
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 997 int32_t scale_y = lv_obj_get_style_transform_scale_y(obj, 0); in obj_get_matrix() local
|
D | lv_obj_pos.c | 1284 int32_t scale_y = lv_obj_get_style_transform_scale_y_safe(obj, 0); in transform_point_array() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 33 int32_t scale_y; member
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 878 int32_t scale_y = 256; in transform_vect_recursive() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 278 float scale_y = 1.0f; in _set_viewport_attr() local 1427 float scale_y = image->height / img_h; in _render_image() local
|