Home
last modified time | relevance | path

Searched defs:StampAnnotation (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/component/
DStampAnnotation.java37 public final class StampAnnotation extends PdfAnnotation { class
48 public StampAnnotation(@NonNull RectF bounds) { in StampAnnotation() method in StampAnnotation
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dannotation.h56 StampAnnotation(const Rectangle_f& bounds) : Annotation(Type::Stamp) { bounds_ = bounds; } in StampAnnotation() function