Lines Matching full:x
71 * @param x x coordinate of the point to set
72 * @param y x coordinate of the point to set
75 void lv_canvas_set_px_color(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, lv_color_t c);
80 static inline void lv_canvas_set_px(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, lv_color_t c) in lv_canvas_set_px() argument
82 lv_canvas_set_px_color(canvas, x, y, c); in lv_canvas_set_px()
88 * @param x x coordinate of the point to set
89 * @param y x coordinate of the point to set
92 void lv_canvas_set_px_opa(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, lv_opa_t opa);
113 * @param x x coordinate of the point to set
114 * @param y x coordinate of the point to set
117 lv_color_t lv_canvas_get_px(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y);
135 * @param x left side of the destination position
140 void lv_canvas_copy_buf(lv_obj_t * canvas, const void * to_copy, lv_coord_t x, lv_coord_t y, lv_coo…
150 * @param offset_x offset X to tell where to put the result data on destination canvas
151 * @param offset_y offset X to tell where to put the result data on destination canvas
152 * @param pivot_x pivot X of rotation. Relative to the source canvas
189 * @param x left coordinate of the rectangle
195 void lv_canvas_draw_rect(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, lv_coord_t w, lv_coord_t h,
201 * @param x left coordinate of the text
207 void lv_canvas_draw_text(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, lv_coord_t max_w,
213 * @param x left coordinate of the image
218 void lv_canvas_draw_img(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, const void * src,
244 * @param x origo x of the arc
251 void lv_canvas_draw_arc(lv_obj_t * canvas, lv_coord_t x, lv_coord_t y, lv_coord_t r, int32_t start_…
267 /*4 * X: for palette*/