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; 230 Bitmap bm = renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, in renderNoTransformationAndComparePoints() 271 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, transform, in renderPerspective() 316 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, clip, null, in renderWithBadLowerCornerOfClip() 324 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, clip, null, in renderWithBadUpperCornerOfClip() 331 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, in renderTwoModes() 339 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, in renderBadMode() 346 () -> renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, -1, in renderAllModes() 353 () -> 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()
|