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

/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java286 * @param imageHeight height of bitmap
291 private Matrix getMatrix(int imageWidth, int imageHeight, RectF content, int fittingMode) { argument
297 scale = Math.max(scale, content.height() / imageHeight);
299 scale = Math.min(scale, content.height() / imageHeight);
307 - imageHeight * scale) / 2;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1047 uint32_t imageHeight) {
1077 if (!((imageWidth == preWidth && imageHeight == preHeight) ||
1078 (imageWidth == pixWidth && imageHeight == pixHeight))) {
1136 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_IMAGELENGTH, 1, &imageHeight, TIFF_IFD_0),
1586 if (imageWidth == width && imageHeight == height) {
1046 DngCreator_setup(JNIEnv* env, jobject thiz, uint32_t imageWidth, uint32_t imageHeight) argument

Completed in 83 milliseconds