OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BitmapSerializeUtils
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
BitmapSerializeUtils.java
27
public final class
BitmapSerializeUtils
{
33
private
BitmapSerializeUtils
() {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java
38
import com.android.printspooler.util.
BitmapSerializeUtils
;
163
BitmapSerializeUtils
.writeBitmapPixels(bitmap, destination);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java
42
import com.android.printspooler.util.
BitmapSerializeUtils
;
852
BitmapSerializeUtils
.readBitmapPixels(bitmap, source);
[
all
...]
Completed in 67 milliseconds