Home
last modified time | relevance | path

Searched refs:BitmapSerializeUtils (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DBitmapSerializeUtils.java27 public final class BitmapSerializeUtils { class
33 private BitmapSerializeUtils() { in BitmapSerializeUtils() method in BitmapSerializeUtils
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java38 import com.android.printspooler.util.BitmapSerializeUtils;
163 BitmapSerializeUtils.writeBitmapPixels(bitmap, destination); in renderPage()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java46 import com.android.printspooler.util.BitmapSerializeUtils;
915 BitmapSerializeUtils.readBitmapPixels(bitmap, source); in doInBackground()