Searched refs:FPDFBitmap_GetHeight (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dfpdfeditimg_unittest.cpp61 EXPECT_EQ(kBitmapSize, FPDFBitmap_GetHeight(bitmap));
H A Dfpdfview_c_api_test.c252 CHK(FPDFBitmap_GetHeight);
H A Dfpdfview.cpp994 DLLEXPORT int STDCALL FPDFBitmap_GetHeight(FPDF_BITMAP bitmap) { function
/external/pdfium/public/
H A Dfpdfview.h891 // Function: FPDFBitmap_GetHeight
897 DLLEXPORT int STDCALL FPDFBitmap_GetHeight(FPDF_BITMAP bitmap);
/external/pdfium/testing/
H A Dembedder_test.cpp345 ASSERT_EQ(expected_height, FPDFBitmap_GetHeight(bitmap));

Completed in 157 milliseconds