Home
last modified time | relevance | path

Searched refs:Stamp (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dannotation.h35 enum class Type { UNKNOWN = 0, FreeText = 1, Highlight = 2, Stamp = 3 }; enumerator
56 StampAnnotation(const Rectangle_f& bounds) : Annotation(Type::Stamp) { bounds_ = bounds; } in StampAnnotation()
Dpage_test.cc544 ASSERT_EQ(Annotation::Type::Stamp, annotations[0]->GetType()); in TEST()
609 ASSERT_EQ(Annotation::Type::Stamp, updatedAnnotations[0]->GetType()); in TEST()
611 ASSERT_EQ(Annotation::Type::Stamp, updatedAnnotations[1]->GetType()); in TEST()
667 ASSERT_EQ(Annotation::Type::Stamp, annotations[0]->GetType()); in TEST()
Djni_conversion.cc1217 case Annotation::Type::Stamp: { in ToJavaPageAnnotation()
1356 case Annotation::Type::Stamp: { in ToNativePageAnnotation()