Lines Matching full:closed
354 /** clockwise direction for adding closed contours */
356 /** counter-clockwise direction for adding closed contours */
360 /** Add a closed rectangle contour to the path
361 @param rect The rectangle to add as a closed contour to the path
366 /** Add a closed rectangle contour to the path
368 @param left The left side of a rectangle to add as a closed contour
370 @param top The top of a rectangle to add as a closed contour to the
372 @param right The right side of a rectangle to add as a closed contour
374 @param bottom The bottom of a rectangle to add as a closed contour to
381 /** Add a closed oval contour to the path
383 @param oval The bounding oval to add as a closed contour to the path
388 /** Add a closed circle contour to the path
391 closed contour to the path
393 closed
394 @param radius The radius of a circle to add as a closed contour to the
409 /** Add a closed round-rectangle contour to the path
410 @param rect The bounds of a round-rectangle to add as a closed contour
418 /** Add a closed round-rectangle contour to the path. Each corner receives
421 @param rect The bounds of a round-rectangle to add as a closed contour
542 /** Returns true if the current contour is closed (has a kClose_Verb)
543 @return true if the current contour is closed (has a kClose_Verb)