Searched refs:image_height (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.cpp53 cinfo->image_height = height;
83 int height = cinfo->image_height;
91 while (cinfo->next_scanline < cinfo->image_height) {
156 int height = cinfo->image_height;
164 while (cinfo->next_scanline < cinfo->image_height) {
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp997 // optional int32 image_height = 27;
1145 // optional int32 image_height = 27;
1147 ::google::protobuf::internal::WireFormatLite::WriteInt32(27, this->image_height(), output);
1288 // optional int32 image_height = 27;
1292 this->image_height());
1388 set_image_height(from.image_height());
H A Ddebugger_message.pb.h697 // optional int32 image_height = 27;
701 inline ::google::protobuf::int32 image_height() const;
1113 // optional int32 image_height = 27;
1121 inline ::google::protobuf::int32 Message::image_height() const { function in class:com::android::glesv2debugger::Message
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2685 int image_height = image.getIntrinsicHeight();
2687 Log.d(LOG_TAG, "--- rescaleBigImage:" + image_width + "," + image_height
2692 image_height = image_height * MAXWIDTH / image_width;
2694 image.setBounds(0, 0, image_width, image_height);

Completed in 101 milliseconds