Searched refs:FreeText (Results 1 – 3 of 3) sorted by relevance
35 enum class Type { UNKNOWN = 0, FreeText = 1, Highlight = 2, Stamp = 3 }; enumerator111 FreeTextAnnotation(const Rectangle_f& bounds) : Annotation(Type::FreeText) { bounds_ = bounds; } in FreeTextAnnotation()
1225 case Annotation::Type::FreeText: { in ToJavaPageAnnotation()1364 case Annotation::Type::FreeText: { in ToNativePageAnnotation()
668 ASSERT_EQ(Annotation::Type::FreeText, annotations[1]->GetType()); in TEST()