Lines Matching full:bounds
326 /** Return the path's bounds in bounds. */
327 void (*getBounds)(const ANPPath*, ANPRectF* bounds);
569 /** Return the width of the text. If bounds is not null, return the bounds
573 ANPRectF* bounds);
578 If bounds is not null, returns the array of bounds for each unichar.
581 float widths[], ANPRectF bounds[]);
618 /** Return the current clip bounds in local coordinates, expanding it to
620 current clip is empty, return false and ignore the bounds argument.
622 bool (*getLocalClipBounds)(ANPCanvas*, ANPRectF* bounds, bool aa);
623 /** Return the current clip bounds in device coordinates in bounds. If the
624 current clip is empty, return false and ignore the bounds argument.
626 bool (*getDeviceClipBounds)(ANPCanvas*, ANPRectI* bounds);