8 #ifndef SkAnnotation_DEFINED
9 #define SkAnnotation_DEFINED
SK_API void SkAnnotateRectWithURL(SkCanvas *, const SkRect &, SkData *)
Annotate the canvas by associating the specified URL with the specified rectangle (in local coordinat...
SK_API void SkAnnotateNamedDestination(SkCanvas *, const SkPoint &, SkData *)
Annotate the canvas by associating a name with the specified point.
SK_API void SkAnnotateLinkToDestination(SkCanvas *, const SkRect &, SkData *)
Annotate the canvas by making the specified rectangle link to a named destination.
SkCanvas provides an interface for drawing, and how the drawing is clipped and transformed.
Definition: SkCanvas.h:99
SkData holds an immutable data buffer.
Definition: SkData.h:25
SkRect holds four float coordinates describing the upper and lower bounds of a rectangle.
Definition: SkRect.h:582