Lines Matching full:a
99 * Transform the coordinates of a point using given matrix
100 * @param matrix pointer to a matrix
101 * @param point pointer to a point
106 * Transform all the coordinates of a path using given matrix
107 * @param matrix pointer to a matrix
108 * @param path pointer to a path
113 * Create a vector graphic path object
120 * Copy a path data to another
121 * @param target_path pointer to a 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
177 * Get the bounding box of 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
208 * @param pie true: draw a pie, false: draw a arc
215 * @param path pointer to a path
221 * Create a vector graphic descriptor
222 * @param layer pointer to a layer
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
249 * @param dsc pointer to a vector graphic descriptor
256 * @param dsc pointer to a vector graphic descriptor
263 * @param dsc pointer to a vector graphic descriptor
270 * @param dsc pointer to a vector graphic descriptor
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
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
334 * @param dsc pointer to a vector graphic descriptor
341 * @param dsc pointer to a vector graphic descriptor
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
370 * @param dsc pointer to a vector graphic descriptor
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
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
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
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
468 * Clear a rectangle area use current fill color
469 * @param dsc pointer to a vector graphic descriptor
476 * @param dsc pointer to a vector graphic descriptor