/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_vglite_matrix.c | 69 vg_lite_float_t scale_x = 1.0f * dsc->scale_x / 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 | 41 uint32_t scale_x; /**< 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() 861 int32_t scale_x = lv_obj_get_width(obj) * LV_SCALE_NONE / img->w; in update_align() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_image.h | 36 int32_t scale_x; 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 | 74 int32_t scale_x; 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 void lv_point_array_transform(lv_point_t * points, size_t count, int32_t angle, int32_t scale_x, in… in lv_point_array_transform()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_img.c | 219 float scale_x = 1.f * dsc->scale_x / LV_SCALE_NONE; in _draw_nema_gfx_img() local
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 68 int16_t scale_x = 256; in lv_indev_scroll_handler() local 291 int32_t scale_x = 256; in lv_indev_find_scroll_obj() local
|
D | lv_indev.c | 1422 int16_t scale_x = 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 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo * font, int glyph, float scale_x, float… 3039 …void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font, int codepoint, float scale_x, 3046 …btt_GetCodepointBitmapBox(const stbtt_fontinfo * font, int codepoint, float scale_x, float scale_y, 3813 …t__rasterize(stbtt__bitmap * result, stbtt__point * pts, int * wcount, int windings, float scale_x, 4028 …float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void… 4048 STBTT_DEF unsigned char * stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo * info, float scale_x, … 4089 STBTT_DEF unsigned char * stbtt_GetGlyphBitmap(const stbtt_fontinfo * info, float scale_x, float sc… 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 | 759 int32_t scale_x = dsc->scale_x; in lv_vg_lite_image_matrix() local
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 996 int32_t scale_x = lv_obj_get_style_transform_scale_x(obj, 0); in obj_get_matrix() local
|
D | lv_obj_pos.c | 1283 int32_t scale_x = lv_obj_get_style_transform_scale_x_safe(obj, 0); in transform_point_array() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 32 int32_t scale_x; member
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 877 int32_t scale_x = 256; in transform_vect_recursive() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 277 float scale_x = 1.0f; in _set_viewport_attr() local 1426 float scale_x = image->width / img_w; in _render_image() local
|