Searched refs:getTransformationMatrix (Results 1 – 8 of 8) sorted by relevance
| /pdf/pdf-document-service/src/androidTest/kotlin/androidx/pdf/utils/ |
| D | RenderingUtilsTest.kt | 42 getTransformationMatrix( in getTransformationMatrix_positiveScaleAndTranslation() 70 getTransformationMatrix( in getTransformationMatrix_zeroScaleAndPositiveTranslation() 96 getTransformationMatrix(left, top, scaledPageWidth, scaledPageHeight, pageWidth, pageHeight) in getTransformationMatrix_zeroWidth_infiniteXScale() 108 getTransformationMatrix(left, top, scaledPageWidth, scaledPageHeight, pageWidth, pageHeight) in getTransformationMatrix_zeroHeight_infiniteYScale()
|
| /pdf/pdf-document-service/src/main/kotlin/androidx/pdf/utils/ |
| D | RenderingUtils.kt | 39 public fun getTransformationMatrix( in getTransformationMatrix() method
|
| /pdf/pdf-document-service/src/main/kotlin/androidx/pdf/adapter/ |
| D | PdfPagePreVAdapter.kt | 32 import androidx.pdf.utils.getTransformationMatrix 61 getTransformationMatrix( in renderTile()
|
| D | PdfPageAdapter.kt | 32 import androidx.pdf.utils.getTransformationMatrix 61 getTransformationMatrix( in renderTile()
|
| /pdf/pdf-viewer/src/main/java/androidx/pdf/service/ |
| D | PdfPageAdapter.java | 96 Matrix transform = getTransformationMatrix(left, top, (float) scaledPageWidth, in renderTile() 106 Matrix transform = getTransformationMatrix(left, top, (float) scaledPageWidth, in renderTile() 166 private Matrix getTransformationMatrix(int left, int top, float scaledPageWidth, in getTransformationMatrix() method in PdfPageAdapter
|
| /pdf/pdf-viewer/src/main/kotlin/androidx/pdf/service/ |
| D | PdfPageWrapper.kt | 55 fun getTransformationMatrix( in renderPage() method
|
| D | PdfPageWrapperPreV.kt | 51 getTransformationMatrix( in renderTile()
|
| D | PdfPageWrapperPostV.kt | 53 getTransformationMatrix( in renderTile()
|