Home
last modified time | relevance | path

Searched refs:FPDFBitmap_GetWidth (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfeditimg_unittest.cpp60 EXPECT_EQ(kBitmapSize, FPDFBitmap_GetWidth(bitmap)); in TEST_F()
Dfpdfview_c_api_test.c251 CHK(FPDFBitmap_GetWidth); in CheckPDFiumCApi()
Dfpdfview.cpp990 DLLEXPORT int STDCALL FPDFBitmap_GetWidth(FPDF_BITMAP bitmap) { in FPDFBitmap_GetWidth() function
/external/pdfium/public/
Dfpdfview.h889 DLLEXPORT int STDCALL FPDFBitmap_GetWidth(FPDF_BITMAP bitmap);
/external/pdfium/testing/
Dembedder_test.cpp344 ASSERT_EQ(expected_width, FPDFBitmap_GetWidth(bitmap)); in CompareBitmap()