HomeSort by relevance Sort by last modified time
    Searched refs:orientation (Results 276 - 300 of 686) sorted by null

<<11121314151617181920>>

  /external/chromium_org/skia/ext/
image_operations.cc 367 const SkFontHost::LCDOrientation orientation = local
373 switch (orientation) {
415 switch (orientation) {
431 switch (orientation) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 91 arguments.orientation = viewportArgumentValue(CSSPropertyOrientation);
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMacOverlayAPI.mm 61 bool isHorizontal = scrollbar->orientation() == HorizontalScrollbar;
163 return scrollbar->enabled() && (scrollbar->orientation() == HorizontalScrollbar ?
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PannerNode.h 42 // It has a position and an orientation in 3D space which is relative to the position and orientation of the context's AudioListener.
44 // A cone effect will attenuate the gain as the orientation moves away from the listener.
90 // Orientation
91 FloatPoint3D orientation() const { return m_position; } function in class:WebCore::PannerNode
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.h 101 WebCore::ScrollbarOrientation orientation,
  /external/opencv/cv/src/
cvrotcalipers.cpp 65 // points - convex hull vertices ( any orientation )
108 float orientation = 0; local
148 /* find convex hull orientation */
162 orientation = (convexity > 0) ? 1.f : (-1.f);
168 assert( orientation != 0 );
170 base_a = orientation;
cvconvhull.cpp 229 int orientation, int return_points )
398 if( orientation == CV_COUNTER_CLOCKWISE )
437 if( orientation != CV_COUNTER_CLOCKWISE )
530 /* is orientation of hull different from contour one */
607 /* recognize co-orientation of ptseq and its hull */
739 int orientation = 0; local
787 /* find orientation */
789 orientation |= (orient > 0) ? 1 : 2;
791 orientation |= (dydx0 > dxdy0) ? 1 : ((dydx0 < dxdy0) ? 2 : 3);
793 if( orientation == 3
    [all...]
  /hardware/qcom/camera/
QCameraParameters.h 242 void setOrientation(int orientation);
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 644 int orientation = 0; local
682 orientation = atoi(valstr);
691 info->orientation = orientation;
  /packages/apps/Camera2/src/com/android/camera/ui/
ModuleSwitcher.java 306 int orientation = CameraUtil.getDisplayRotation((Activity) getContext()); local
309 if (orientation == 0) {
313 } else if (orientation == 90) {
317 } else if (orientation == 180) {
ZoomView.java 58 // Calculate the rotation matrix to apply orientation on the original image
166 public void loadBitmap(Uri uri, int orientation, RectF imageRect) {
169 mOrientation = orientation;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 140 return context.getResources().getConfiguration().orientation ==
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java 211 final int orientation = mBitmap.getOrientation(); local
212 // calculateCroppedSrcRect() gave us the source rectangle "as if" the orientation has
215 RectUtils.rotateRectForOrientation(orientation,
221 RectUtils.rotateRect(orientation, bounds.centerX(), bounds.centerY(), rotatedBounds);
225 canvas.rotate(orientation, bounds.centerX(), bounds.centerY());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 171 // Check that the context menu manipulates the orientation attribute
176 node.putAttributeInfo(ANDROID_URI, "orientation",
187 assertEquals("Orientation", orientationAction.getTitle());
196 String orientation = node.getStringAttr(ANDROID_URI, local
198 assertEquals(VALUE_VERTICAL, orientation);
201 orientation = node.getStringAttr(ANDROID_URI, ATTR_ORIENTATION);
202 assertEquals(VALUE_HORIZONTAL, orientation);
205 // Check that the context menu manipulates the orientation attribute
210 node.putAttributeInfo(ANDROID_URI, "orientation",
227 assertEquals("Orientation", contextMenu.get(1).getTitle())
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 332 int orientation; local
378 before hand. The orientation is set in the exif tag and
379 decoder will decode it will the right orientation. need to add double
382 /*Get the orientation tag values depending on rotation*/
385 orientation = 1; /*Normal*/
388 orientation = 6; /*Rotated 90 CCW*/
391 orientation = 3; /*Rotated 180*/
394 orientation = 8; /*Rotated 90 CW*/
397 orientation = 1;
404 tag.tag_entry.data._short = orientation;
439 int orientation; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.cpp 111 PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation)
113 return Scrollbar::createNativeScrollbar(this, orientation, RegularScrollbar);
282 int ScrollView::scrollSize(ScrollbarOrientation orientation) const
284 Scrollbar* scrollbar = ((orientation == HorizontalScrollbar) ? m_horizontalScrollbar : m_verticalScrollbar).get();
290 return orientation == HorizontalScrollbar ? scrollSize.width() : scrollSize.height();
804 bool ScrollView::userInputScrollable(ScrollbarOrientation orientation) const
806 ScrollbarMode mode = (orientation == HorizontalScrollbar) ?
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwZoomTest.java 291 // Now force an orientation change, and try to display the zoom picker
296 int orientation = activity.getRequestedOrientation();
299 activity.setRequestedOrientation(orientation);
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 33 static PassRefPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(EGlyphOrientation orientation)
35 switch (orientation) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontPlatformDataChromiumWin.cpp 141 FontPlatformData::FontPlatformData(HFONT font, float size, FontOrientation orientation)
144 , m_orientation(orientation)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.cpp 130 FontPlatformData::FontPlatformData(SkTypeface* tf, const char* family, float textSize, bool fakeBold, bool fakeItalic, FontOrientation orientation)
137 , m_orientation(orientation)
  /external/chromium_org/ui/views/controls/
single_split_view.cc 27 Orientation orientation,
29 : is_horizontal_(orientation == HORIZONTAL_SPLIT),
  /external/chromium_org/ui/views/layout/
box_layout_unittest.cc 139 BoxLayout::Orientation orientation = i == 0 ? BoxLayout::kHorizontal : local
142 host_->SetLayoutManager(new BoxLayout(orientation, 0, 0, 5));
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
RotateDialogController.java 82 public void setOrientation(int orientation, boolean animation) {
84 mRotateDialog.setOrientation(orientation, animation);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 193 public void setOrientation(int orientation) {
194 mOrientation = orientation;

Completed in 2689 milliseconds

<<11121314151617181920>>