Lines Matching refs:ASSERT_TRUE
32 ASSERT_TRUE(OpenDocument("annotation_highlight_rollover_ap.pdf")); in TEST_F()
34 ASSERT_TRUE(page); in TEST_F()
49 ASSERT_TRUE(OpenDocument("annotation_highlight_long_content.pdf")); in TEST_F()
51 ASSERT_TRUE(page); in TEST_F()
58 ASSERT_TRUE(annot); in TEST_F()
113 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, &quadpoints)); in TEST_F()
125 ASSERT_TRUE(OpenDocument("annotation_ink_multiple.pdf")); in TEST_F()
127 ASSERT_TRUE(page); in TEST_F()
134 ASSERT_TRUE(annot); in TEST_F()
155 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
167 ASSERT_TRUE(OpenDocument("annotation_highlight_long_content.pdf")); in TEST_F()
169 ASSERT_TRUE(page); in TEST_F()
179 ASSERT_TRUE(OpenDocument("hello_world.pdf")); in TEST_F()
181 ASSERT_TRUE(page); in TEST_F()
186 ASSERT_TRUE(annot); in TEST_F()
196 ASSERT_TRUE(annot); in TEST_F()
200 ASSERT_TRUE( in TEST_F()
215 ASSERT_TRUE( in TEST_F()
227 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
234 ASSERT_TRUE(FPDFAnnot_SetRect(annot, &rect)); in TEST_F()
236 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
246 ASSERT_TRUE(FPDFAnnot_SetStringValue(annot, kContentsKey, text.get())); in TEST_F()
260 ASSERT_TRUE(OpenDocument("annotation_highlight_long_content.pdf")); in TEST_F()
262 ASSERT_TRUE(page); in TEST_F()
268 ASSERT_TRUE(annot); in TEST_F()
270 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, &quadpoints)); in TEST_F()
279 ASSERT_TRUE(annot); in TEST_F()
282 ASSERT_TRUE(FPDFAnnot_SetAttachmentPoints(annot, &quadpoints)); in TEST_F()
302 ASSERT_TRUE(new_annot); in TEST_F()
305 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(new_annot, &new_quadpoints)); in TEST_F()
333 ASSERT_TRUE(OpenDocument("annotation_highlight_square_with_ap.pdf")); in TEST_F()
335 ASSERT_TRUE(page); in TEST_F()
345 ASSERT_TRUE(annot); in TEST_F()
354 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, &quadpoints)); in TEST_F()
365 ASSERT_TRUE(FPDFAnnot_SetAttachmentPoints(annot, &quadpoints)); in TEST_F()
367 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, &new_quadpoints)); in TEST_F()
380 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
389 ASSERT_TRUE(FPDFAnnot_SetRect(annot, &rect)); in TEST_F()
391 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F()
402 ASSERT_TRUE(annot); in TEST_F()
406 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
409 ASSERT_TRUE(FPDFAnnot_SetRect(annot, &rect)); in TEST_F()
410 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F()
424 ASSERT_TRUE(OpenDocument("annotation_ink_multiple.pdf")); in TEST_F()
426 ASSERT_TRUE(page); in TEST_F()
432 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
437 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
442 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
470 ASSERT_TRUE(new_doc); in TEST_F()
472 ASSERT_TRUE(new_page); in TEST_F()
480 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
485 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F()
506 ASSERT_TRUE(OpenDocument("annotation_stamp_with_ap.pdf")); in TEST_F()
508 ASSERT_TRUE(page); in TEST_F()
518 ASSERT_TRUE(annot); in TEST_F()
563 ASSERT_TRUE(annot); in TEST_F()
585 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F()
604 ASSERT_TRUE(annot); in TEST_F()
608 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F()
621 ASSERT_TRUE(OpenDocument("annotation_highlight_rollover_ap.pdf")); in TEST_F()
623 ASSERT_TRUE(page); in TEST_F()
632 ASSERT_TRUE(annot); in TEST_F()
681 ASSERT_TRUE(OpenDocument("annotation_stamp_with_ap.pdf")); in TEST_F()
683 ASSERT_TRUE(page); in TEST_F()
693 ASSERT_TRUE(annot); in TEST_F()
708 ASSERT_TRUE(FPDFImageObj_SetBitmap(&page, 0, image_object, image_bitmap)); in TEST_F()
709 ASSERT_TRUE(FPDFImageObj_SetMatrix(image_object, kBitmapSize, 0, 0, in TEST_F()
722 ASSERT_TRUE(annot); in TEST_F()
729 ASSERT_TRUE(FPDFImageObj_SetBitmap(&page, 0, image_object, image_bitmap)); in TEST_F()
754 ASSERT_TRUE(OpenDocument("annotation_stamp_with_ap.pdf")); in TEST_F()
756 ASSERT_TRUE(page); in TEST_F()
766 ASSERT_TRUE(annot); in TEST_F()
793 ASSERT_TRUE(annot); in TEST_F()
821 ASSERT_TRUE(OpenDocument("annotation_stamp_with_ap.pdf")); in TEST_F()
823 ASSERT_TRUE(page); in TEST_F()
827 ASSERT_TRUE(annot); in TEST_F()
894 ASSERT_TRUE(OpenDocument("annotation_stamp_with_ap.pdf")); in TEST_F()
896 ASSERT_TRUE(page); in TEST_F()
900 ASSERT_TRUE(annot); in TEST_F()
1009 ASSERT_TRUE(OpenDocument("annotation_stamp_with_ap.pdf")); in TEST_F()
1011 ASSERT_TRUE(page); in TEST_F()
1015 ASSERT_TRUE(annot); in TEST_F()
1041 ASSERT_TRUE(OpenDocument("annotation_stamp_with_ap.pdf")); in TEST_F()
1043 ASSERT_TRUE(page); in TEST_F()
1047 ASSERT_TRUE(annot); in TEST_F()
1073 ASSERT_TRUE(OpenDocument("annotation_highlight_square_with_ap.pdf")); in TEST_F()
1075 ASSERT_TRUE(page); in TEST_F()
1080 ASSERT_TRUE(annot); in TEST_F()
1084 ASSERT_TRUE(FPDFAnnot_HasKey(annot, kPopupKey)); in TEST_F()
1089 ASSERT_TRUE(popup); in TEST_F()
1093 ASSERT_TRUE(FPDFAnnot_GetRect(popup, &rect)); in TEST_F()
1106 ASSERT_TRUE(FPDFAnnot_HasKey(annot, kPKey)); in TEST_F()
1117 ASSERT_TRUE(OpenDocument("text_form_multiple.pdf")); in TEST_F()
1119 ASSERT_TRUE(page); in TEST_F()
1123 ASSERT_TRUE(annot); in TEST_F()
1132 ASSERT_TRUE(annot); in TEST_F()
1144 ASSERT_TRUE(OpenDocument("combobox_form.pdf")); in TEST_F()
1146 ASSERT_TRUE(page); in TEST_F()
1150 ASSERT_TRUE(annot); in TEST_F()
1161 ASSERT_TRUE(annot); in TEST_F()
1172 ASSERT_TRUE(annot); in TEST_F()
1188 ASSERT_TRUE(page); in TEST_F()
1202 ASSERT_TRUE(page); in TEST_F()
1207 ASSERT_TRUE(annot); in TEST_F()
1216 ASSERT_TRUE(annot); in TEST_F()
1230 ASSERT_TRUE(page); in TEST_F()
1235 ASSERT_TRUE(annot); in TEST_F()
1246 ASSERT_TRUE(annot); in TEST_F()
1257 ASSERT_TRUE(annot); in TEST_F()