Searched defs:ofs_y (Results 1 – 5 of 5) sorted by relevance
40 lv_coord_t ofs_y; member
48 int16_t ofs_y; /**< y offset of the bounding box*/ member
37 …int8_t ofs_y; /**< y offset of the bounding box. Measured from the top of the li… member
91 lv_coord_t ofs_x = (lv_coord_t) - apply_area->x1, ofs_y = (lv_coord_t) - apply_area->y1; in lv_draw_sdl_composite_begin() local
334 …const lv_area_t * base, lv_area_t * to_align, lv_align_t align, lv_coord_t ofs_x, lv_coord_t ofs_y) in lv_area_align()