Home
last modified time | relevance | path

Searched refs:BytesPerPixelForFormat (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/
Dembedder_test.h184 static int BytesPerPixelForFormat(int format);
Dembedder_test.cpp40 return EmbedderTest::BytesPerPixelForFormat(FPDFBitmap_GetFormat(bitmap)); in GetBitmapBytesPerPixel()
456 int EmbedderTest::BytesPerPixelForFormat(int format) { in BytesPerPixelForFormat() function in EmbedderTest
/external/pdfium/fpdfsdk/
Dfpdf_view_embeddertest.cpp125 int bytes_per_pixel = BytesPerPixelForFormat(format); in TestRenderPageBitmapWithExternalMemory()