HomeSort by relevance Sort by last modified time
    Searched refs:originalHeight (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMetadata.java 262 float originalHeight) {
266 imageRotation.setRotate(90, originalWidth / 2f, originalHeight / 2f);
267 imageRotation.postTranslate(-(originalWidth - originalHeight) / 2f,
268 -(originalHeight - originalWidth) / 2f);
272 imageRotation.setRotate(180, originalWidth / 2f, originalHeight / 2f);
276 imageRotation.setRotate(270, originalWidth / 2f, originalHeight / 2f);
277 imageRotation.postTranslate(-(originalWidth - originalHeight) / 2f,
278 -(originalHeight - originalWidth) / 2f);
290 imageRotation.setRotate(90, originalWidth / 2f, originalHeight / 2f);
291 imageRotation.postTranslate(-(originalWidth - originalHeight) / 2f
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java 77 private int originalHeight;
139 originalHeight = cam.getHeight();
174 filterCam.resize(originalWidth, originalHeight, true);
175 fsQuad.setPosition(left * originalWidth, bottom * originalHeight);
300 viewPort.getCamera().resize(originalWidth, originalHeight, true);
359 viewPort.getCamera().resize(originalWidth, originalHeight, true);
381 originalHeight = h;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 479 int originalWidth = 0, originalHeight = 0;
488 || !gst_video_format_parse_caps(caps, 0, &originalWidth, &originalHeight)
498 LOG_VERBOSE(Media, "Original video size: %dx%d", originalWidth, originalHeight);
503 displayHeight = originalHeight * pixelAspectRatioDenominator;
511 if (!(originalHeight % displayHeight)) {
513 width = gst_util_uint64_scale_int(originalHeight, displayWidth, displayHeight);
514 height = static_cast<guint64>(originalHeight);
521 width = gst_util_uint64_scale_int(originalHeight, displayWidth, displayHeight);
522 height = static_cast<guint64>(originalHeight);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 192 boolean inTransaction, int originalWidth, int originalHeight, int originalRotation) {
199 mWidth = originalHeight;
203 mHeight = originalHeight;
208 mOriginalHeight = originalHeight;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 650 int originalHeight = mTextView.getHeight();
652 setMaxHeight(originalHeight + 1);
653 assertEquals(originalHeight, mTextView.getHeight());
655 setMaxHeight(originalHeight - 1);
656 assertEquals(originalHeight - 1, mTextView.getHeight());
662 assertEquals(originalHeight, mTextView.getHeight());
664 setMinHeight(originalHeight + 1);
665 assertEquals(originalHeight + 1, mTextView.getHeight());
667 setMinHeight(originalHeight - 1);
668 assertEquals(originalHeight, mTextView.getHeight())
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 223 milliseconds