Searched refs:renderWithTransform (Results 1 – 2 of 2) sorted by relevance
/cts/tests/pdf/src/android/graphics/pdf/cts/ |
D | PdfRendererTest.java | 25 import static android.graphics.pdf.cts.Utils.renderWithTransform; 246 Bitmap bm = renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, in renderNoTransformationAndComparePoints() 287 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, transform, in renderPerspective() 332 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, clip, null, in renderWithBadLowerCornerOfClip() 340 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, clip, null, in renderWithBadUpperCornerOfClip() 347 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, in renderTwoModes() 355 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, in renderBadMode() 362 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, -1, in renderAllModes() 369 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, 0, in renderNoMode()
|
D | Utils.java | 117 static @NonNull Bitmap renderWithTransform(int bmWidth, int bmHeight, @RawRes int docRes, in renderWithTransform() method in Utils 246 Bitmap a = renderWithTransform(width, height, docRes, clipping, transformation, in renderAndCompare()
|