Searched refs:FPDFAnnot_GetFontSize (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 2010 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F() 2017 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_two)); in TEST_F() 2025 FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_three)); in TEST_F() 2044 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F() 2051 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_two)); in TEST_F() 2059 FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_three)); in TEST_F() 2063 ASSERT_TRUE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value_four)); in TEST_F() 2082 ASSERT_FALSE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F() 2087 ASSERT_FALSE(FPDFAnnot_GetFontSize(form_handle(), annot.get(), &value)); in TEST_F() 2105 ASSERT_FALSE(FPDFAnnot_GetFontSize(nullptr, annot.get(), &value)); in TEST_F() [all …]
|
D | fpdf_view_c_api_test.c | 49 CHK(FPDFAnnot_GetFontSize); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 1014 FPDFAnnot_GetFontSize(FPDF_FORMHANDLE hHandle, in FPDFAnnot_GetFontSize() function
|
/external/pdfium/public/ |
D | fpdf_annot.h | 643 FPDFAnnot_GetFontSize(FPDF_FORMHANDLE hHandle,
|