Lines Matching full:to

100  * @param matrix           pointer to a matrix
101 * @param point pointer to a point
107 * @param matrix pointer to a matrix
108 * @param path pointer to a path
115 * @return pointer to the created path object
120 * Copy a path data to another
121 * @param target_path pointer to a path
122 * @param path pointer to source path
128 * @param path pointer to a path
134 * @param path pointer to a path
139 * Begin a new sub path and set a point to path
140 * @param path pointer to a path
141 * @param p pointer to a `lv_fpoint_t` variable
146 * Add a line to the path from last point to the point
147 * @param path pointer to a path
148 * @param p pointer to a `lv_fpoint_t` variable
153 * Add a quadratic bezier line to the path from last point to the point
154 * @param path pointer to a path
155 * @param p1 pointer to a `lv_fpoint_t` variable for control point
156 * @param p2 pointer to a `lv_fpoint_t` variable for end point
161 * Add a cubic bezier line to the path from last point to the point
162 * @param path pointer to a path
163 * @param p1 pointer to a `lv_fpoint_t` variable for first control point
164 * @param p2 pointer to a `lv_fpoint_t` variable for second control point
165 * @param p3 pointer to a `lv_fpoint_t` variable for end point
172 * @param path pointer to a path
178 * @param path pointer to a path
179 * @param area pointer to a `lv_area_t` variable for bounding box
184 * Add a rectangle to the path
185 * @param path pointer to a path
186 * @param rect pointer to a `lv_area_t` variable
193 * Add a circle to the path
194 * @param path pointer to a path
195 * @param c pointer to a `lv_fpoint_t` variable for center of the circle
202 * Add a arc to the path
203 * @param path pointer to a path
204 * @param c pointer to a `lv_fpoint_t` variable for center of the circle
214 * Add an sub path to the path
215 * @param path pointer to a path
216 * @param subpath pointer to another path which will be added
222 * @param layer pointer to a layer
223 * @return pointer to the created descriptor
229 * @param dsc pointer to a vector graphic descriptor
234 * Set a matrix to current transformation matrix
235 * @param dsc pointer to a vector graphic descriptor
236 * @param matrix pointer to a matrix
242 * @param dsc pointer to a vector graphic descriptor
243 * @param blend the blend mode to be set in `lv_vector_blend_t`
249 * @param dsc pointer to a vector graphic descriptor
250 * @param color the color to be set in lv_color32_t format
256 * @param dsc pointer to a vector graphic descriptor
257 * @param color the color to be set in lv_color_t format
263 * @param dsc pointer to a vector graphic descriptor
264 * @param opa the opacity to be set in lv_opa_t format
270 * @param dsc pointer to a vector graphic descriptor
271 * @param rule the fill rule to be set in lv_vector_fill_t format
277 * @param dsc pointer to a vector graphic descriptor
278 * @param img_dsc pointer to a `lv_draw_image_dsc_t` variable
284 * @param dsc pointer to a vector graphic descriptor
295 * @param dsc pointer to a vector graphic descriptor
304 * @param dsc pointer to a vector graphic descriptor
305 * @param spread the gradient spread to be set in lv_vector_gradient_spread_t format
311 * @param dsc pointer to a vector graphic descriptor
319 * Set a matrix to current fill transformation matrix
320 * @param dsc pointer to a vector graphic descriptor
321 * @param matrix pointer to a matrix
327 * @param dsc pointer to a vector graphic descriptor
328 * @param color the color to be set in lv_color32_t format
334 * @param dsc pointer to a vector graphic descriptor
335 * @param color the color to be set in lv_color_t format
341 * @param dsc pointer to a vector graphic descriptor
342 * @param opa the opacity to be set in lv_opa_t format
348 * @param dsc pointer to a vector graphic descriptor
355 * @param dsc pointer to a vector graphic descriptor
363 * @param dsc pointer to a vector graphic descriptor
364 * @param cap the line cap to be set in lv_vector_stroke_cap_t format
370 * @param dsc pointer to a vector graphic descriptor
371 * @param join the line join to be set in lv_vector_stroke_join_t format
377 * @param dsc pointer to a vector graphic descriptor
384 * @param dsc pointer to a vector graphic descriptor
393 * @param dsc pointer to a vector graphic descriptor
402 * @param dsc pointer to a vector graphic descriptor
403 * @param spread the gradient spread to be set in lv_vector_gradient_spread_t format
409 * @param dsc pointer to a vector graphic descriptor
417 * Set a matrix to current stroke transformation matrix
418 * @param dsc pointer to a vector graphic descriptor
419 * @param matrix pointer to a matrix
424 * Set current transformation matrix to identity matrix
425 * @param dsc pointer to a vector graphic descriptor
431 * @param dsc pointer to a vector graphic descriptor
439 * @param dsc pointer to a vector graphic descriptor
440 * @param degree angle to rotate
445 * Translate current transformation matrix to new position
446 * @param dsc pointer to a vector graphic descriptor
454 * @param dsc pointer to a vector graphic descriptor
461 * Add a graphic path to the draw list
462 * @param dsc pointer to a vector graphic descriptor
463 * @param path pointer to a path
469 * @param dsc pointer to a vector graphic descriptor
470 * @param rect the area to clear in the buffer
476 * @param dsc pointer to a vector graphic descriptor