Home
last modified time | relevance | path

Searched defs:imageHeight (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/car-lib/src/android/car/navigation/
DCarNavigationInstrumentCluster.java77 int imageWidth, int imageHeight, int imageColorDepthBits) { in createCustomImageCluster()
140 int imageHeight, in CarNavigationInstrumentCluster()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java182 int imageHeight = in onLoadLogoAndBackgroundImages() local
188 imageHeight, in onLoadLogoAndBackgroundImages() local
DRecordingCardView.java81 Context context, int imageWidth, int imageHeight, boolean expandTitleWhenFocused) { in RecordingCardView()
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp256 void PCLmGenerator::writePDFGrammarTrailer(int imageWidth, int imageHeight) { in writePDFGrammarTrailer()
438 int PCLmGenerator::injectRLEStrip(ubyte *RLEBuffer, int numBytes, int imageWidth, int imageHeight, in injectRLEStrip()
527 int PCLmGenerator::injectLZStrip(ubyte *LZBuffer, int numBytes, int imageWidth, int imageHeight, in injectLZStrip()
651 int PCLmGenerator::injectJPEG(char *jpeg_Buff, int imageWidth, int imageHeight, int numCompBytes, in injectJPEG()
765 void PCLmGenerator::writePDFGrammarPage(int imageWidth, int imageHeight, int numStrips, in writePDFGrammarPage()
992 static bool prepImageForBacksideDuplex(ubyte *imagePtr, sint32 imageHeight, sint32 imageWidth, in prepImageForBacksideDuplex()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DCropView.java72 final float imageHeight = mRenderer.source.getImageHeight(); in getImageDims() local
87 final float imageHeight = imageDims[1]; in getEdgesHelper() local
165 final float imageHeight = imageDims[1]; in updateMinScale() local
/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemUtils.java91 int imageHeight, int widthBound, int heightBound, int orientation, in loadImageThumbnailFromStream()
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_mupdf.c45 unsigned int imageHeight; in _mupdf_get_hdr() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageStraighten.java207 int imageHeight, int viewWidth, int viewHeight) { in updateCurrentCrop()
252 int imageHeight = image.getHeight(); in onDraw() local
DImageShow.java492 private Rect computeImageBounds(int imageWidth, int imageHeight) { in computeImageBounds()
/packages/apps/Gallery/src/com/android/camera/
DGalleryPicker.java621 int imageWidth, int widthPadding, int imageHeight, in placeImage()
644 int imageHeight = height; in makeMiniThumbBitmap() local
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskCompressImageToJpeg.java175 final int imageHeight; in run() local
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java609 int imageHeight = mHeight; in canBeCompressed() local
/packages/apps/Messaging/jni/
DGifTranscoder.cpp412 int imageHeight, in fillRect()
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java983 public static Point resizeToFill(int imageWidth, int imageHeight, int imageRotation, in resizeToFill()