Searched defs:imageHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/print/
H A DPrintHelper.java411 * @param imageHeight height of bitmap
417 private Matrix getMatrix(int imageWidth, int imageHeight, RectF content, argument
424 scale = Math.max(scale, content.height() / imageHeight);
426 scale = Math.min(scale, content.height() / imageHeight);
434 - imageHeight * scale) / 2;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1048 uint32_t imageHeight) {
1078 if (!((imageWidth == preWidth && imageHeight == preHeight) ||
1079 (imageWidth == pixWidth && imageHeight == pixHeight))) {
1137 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_IMAGELENGTH, 1, &imageHeight, TIFF_IFD_0),
1604 if (imageWidth == width && imageHeight == height) {
1047 DngCreator_setup(JNIEnv* env, jobject thiz, uint32_t imageWidth, uint32_t imageHeight) argument

Completed in 99 milliseconds