Searched refs:BytesPerPixelForFormat (Results 1 – 3 of 3) sorted by relevance
184 static int BytesPerPixelForFormat(int format);
40 return EmbedderTest::BytesPerPixelForFormat(FPDFBitmap_GetFormat(bitmap)); in GetBitmapBytesPerPixel()456 int EmbedderTest::BytesPerPixelForFormat(int format) { in BytesPerPixelForFormat() function in EmbedderTest
125 int bytes_per_pixel = BytesPerPixelForFormat(format); in TestRenderPageBitmapWithExternalMemory()