Searched refs:orientation (Results 226 - 250 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c818 /* outline is checked for orientation. This is */
858 /* check the orientation of the contour */
907 FT_Int orientation; local
918 orientation = FT_Outline_Get_Orientation( outline );
919 if ( orientation == FT_ORIENTATION_NONE )
976 /* and directed according to the outline orientation. */
980 if ( orientation == FT_ORIENTATION_TRUETYPE )
987 if ( orientation == FT_ORIENTATION_TRUETYPE )
1038 /* We use the nonzero winding rule to find the orientation. */
/external/freetype/src/base/
H A Dftoutln.c821 /* outline is checked for orientation. This is */
861 /* check the orientation of the contour */
910 FT_Int orientation; local
921 orientation = FT_Outline_Get_Orientation( outline );
922 if ( orientation == FT_ORIENTATION_NONE )
979 /* and directed according to the outline orientation. */
983 if ( orientation == FT_ORIENTATION_TRUETYPE )
990 if ( orientation == FT_ORIENTATION_TRUETYPE )
1041 /* We use the nonzero winding rule to find the orientation. */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c818 /* outline is checked for orientation. This is */
858 /* check the orientation of the contour */
907 FT_Int orientation; local
918 orientation = FT_Outline_Get_Orientation( outline );
919 if ( orientation == FT_ORIENTATION_NONE )
976 /* and directed according to the outline orientation. */
980 if ( orientation == FT_ORIENTATION_TRUETYPE )
987 if ( orientation == FT_ORIENTATION_TRUETYPE )
1038 /* We use the nonzero winding rule to find the orientation. */
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp129 if (font->platformData().orientation() == Vertical && verticalData) {
316 if (fontData->platformData().orientation() == Vertical)
/external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
H A DVideoCaptureAndroid.java87 degrees = (info.orientation - degrees + 360) % 360;
89 degrees = (info.orientation + degrees) % 360;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_capture.cc363 webrtc::VideoCaptureRotation orientation; local
365 EXPECT_NE(0, dev_info->GetOrientation(dummy_name, orientation));
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc144 fingers[current_finger].orientation = slot->orientation;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_browsertests.cc660 EXPECT_EQ(ui::CandidateWindow::VERTICAL, table.orientation());
690 EXPECT_EQ(ui::CandidateWindow::VERTICAL, table.orientation());
783 EXPECT_EQ(ui::CandidateWindow::VERTICAL, table.orientation());
838 EXPECT_EQ(ui::CandidateWindow::VERTICAL, table.orientation());
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.h65 const blink::WebScreenOrientationType& orientation) OVERRIDE;
H A Dwebkit_test_runner.cc225 const WebScreenOrientationType& orientation) {
229 render_view()->GetWebView()->mainFrame()->toWebLocalFrame(), orientation);
224 SetScreenOrientation( const WebScreenOrientationType& orientation) argument
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.h114 virtual AccessibilityOrientation orientation() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarPart.cpp58 if (m_scrollbar->orientation() == HorizontalScrollbar)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.cpp140 // Check wheter orientation if glyph fits within the request
141 switch (identifier.orientation) {
H A DSimpleFontData.cpp57 if (platformData.orientation() == Vertical && !isTextOrientationFallback) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextControllerCoreText.mm205 stringAttributes.adoptCF(CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, fontData->getCFStringAttributes(m_font.fontDescription().typesettingFeatures(), fontData->platformData().orientation())));
213 stringAttributes = fontData->getCFStringAttributes(m_font.fontDescription().typesettingFeatures(), fontData->platformData().orientation());
H A DFontComplexTextMac.cpp175 if (simpleFontData->platformData().orientation() == Vertical) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCacheSkia.cpp255 fontDescription.orientation(),
H A DSimpleFontDataSkia.cpp134 if (platformData().orientation() == Vertical && !isTextOrientationFallback()) {
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.h82 virtual ScrollbarOrientation orientation() const OVERRIDE { return m_orientation; }
H A DScrollbarThemeMacCommon.mm102 if (scrollbar->orientation() != VerticalScrollbar)
269 if (scrollbar->orientation() != VerticalScrollbar)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DWindow.idl156 // This is the interface orientation in degrees. Some examples are:
159 [RuntimeEnabled=OrientationEvent, MeasureAs=WindowOrientation] readonly attribute long orientation;
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCDemoActivity.java361 for (int orientation : cameraOrientation) {
363 ", Orientation " + orientation;
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js249 * Takes into account the image orientation encoded in the metadata.
824 * @param {boolean} orientation Orientation of rotation. True is for clockwise
829 ImageView.Effect.Rotate = function(orientation) {
831 this.orientation_ = orientation;
/external/chromium_org/cc/layers/
H A Dlayer_impl.cc1286 if (scrollbar_layer->orientation() == HORIZONTAL) {
1369 bool LayerImpl::HasScrollbar(ScrollbarOrientation orientation) const {
1376 if ((*it)->orientation() == orientation)
/external/chromium_org/content/common/
H A Dcc_messages.h173 IPC_STRUCT_TRAITS_MEMBER(orientation)

Completed in 746 milliseconds

1234567891011>>