Home
last modified time | relevance | path

Searched refs:getTransformationMatrix (Results 1 – 8 of 8) sorted by relevance

/pdf/pdf-document-service/src/androidTest/kotlin/androidx/pdf/utils/
DRenderingUtilsTest.kt42 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/
DRenderingUtils.kt39 public fun getTransformationMatrix( in getTransformationMatrix() method
/pdf/pdf-document-service/src/main/kotlin/androidx/pdf/adapter/
DPdfPagePreVAdapter.kt32 import androidx.pdf.utils.getTransformationMatrix
61 getTransformationMatrix( in renderTile()
DPdfPageAdapter.kt32 import androidx.pdf.utils.getTransformationMatrix
61 getTransformationMatrix( in renderTile()
/pdf/pdf-viewer/src/main/java/androidx/pdf/service/
DPdfPageAdapter.java96 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/
DPdfPageWrapper.kt55 fun getTransformationMatrix( in renderPage() method
DPdfPageWrapperPreV.kt51 getTransformationMatrix( in renderTile()
DPdfPageWrapperPostV.kt53 getTransformationMatrix( in renderTile()