Searched refs:orientation (Results 151 - 175 of 239) sorted by relevance

12345678910

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h81 @property(nonatomic, readonly) NSString* orientation; variable
/external/chromium_org/content/public/renderer/
H A Drender_view_observer.h113 virtual void OrientationChangeEvent(int orientation) {} argument
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp112 description.orientation = viewportArgumentValue(CSSPropertyOrientation);
H A DStyleBuilderCustom.cpp429 // <length>{2} | <page-size> <orientation>
441 // <page-size> <orientation>
1011 static bool degreeToGlyphOrientation(CSSPrimitiveValue* primitiveValue, EGlyphOrientation& orientation) argument
1022 orientation = GO_0DEG;
1026 orientation = GO_90DEG;
1030 orientation = GO_180DEG;
1033 orientation = GO_270DEG;
2158 EGlyphOrientation orientation; local
2159 if (degreeToGlyphOrientation(primitiveValue, orientation))
2160 state.style()->accessSVGStyle()->setGlyphOrientationHorizontal(orientation);
2176 EGlyphOrientation orientation; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGlyphElement.cpp125 // Spec: The horizontal advance after rendering the glyph in horizontal orientation.
141 // Spec: The vertical advance after rendering a glyph in vertical orientation.
153 identifier.orientation = parseOrientation(fastGetAttribute(SVGNames::orientationAttr));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
H A DFontPlatformDataCocoa.mm40 FontPlatformData::FontPlatformData(NSFont *nsFont, float size, bool isPrinterFont, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant)
43 , m_orientation(orientation)
317 + (m_syntheticBold ? " synthetic bold" : "") + (m_syntheticOblique ? " synthetic oblique" : "") + (m_orientation ? " vertical orientation" : "");
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCacheSkia.cpp147 fontDescription.orientation(),
H A DFontCacheSkiaWin.cpp214 fontDescription.orientation(),
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DSimpleFontDataWin.cpp118 return SimpleFontData::create(FontPlatformData(hfont, scaledSize, m_platformData.orientation()), isCustomFont() ? CustomFontData::create(false) : 0);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h154 ImageOrientation orientation() const { return m_orientation; } function in class:WebCore::ImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.h83 virtual ScrollbarOrientation orientation() const { return m_orientation; } function in class:WebCore::Scrollbar
/external/chromium_org/third_party/WebKit/Source/web/
H A DAutofillPopupMenuClient.h101 WebCore::ScrollbarOrientation orientation,
H A DAutofillPopupMenuClient.cpp237 ScrollbarOrientation orientation,
240 return Scrollbar::create(scrollableArea, orientation, size);
235 createScrollbar( ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size) argument
/external/opencv/cv/src/
H A Dcvmotempl.cpp160 CvArr* orientation,
173 CvMat orientstub, *orient = (CvMat*)orientation;
196 "MHI and orientation must be single-channel floating-point images" );
202 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" );
233 /* make orientation zero where the gradient is very small */
283 cvCalcGlobalOrientation( const void* orientation, const void* maskimg, const void* mhiimg, argument
296 CvMat orientstub, *orient = (CvMat*)orientation;
316 "MHI and orientation must be single-channel floating-point images" );
325 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" );
327 // calculate histogram of different orientation value
159 cvCalcMotionGradient( const CvArr* mhiimg, CvArr* maskimg, CvArr* orientation, double delta1, double delta2, int aperture_size ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h251 void setContentsOrientation(CompositingCoordinatesOrientation orientation) { m_contentsOrientation = orientation; } argument
373 CompositingCoordinatesOrientation m_contentsOrientation; // affects orientation of layer contents
/external/chromium_org/ui/views/controls/
H A Dslider.cc52 Slider::Slider(SliderListener* listener, Orientation orientation) argument
54 orientation_(orientation),
118 // For the horizontal orientation.
128 // For the vertical orientation.
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestRunner.cpp1566 WebDeviceOrientationData orientation;
1569 orientation.hasAlpha = arguments[0].toBoolean();
1570 orientation.alpha = arguments[1].toDouble();
1573 orientation.hasBeta = arguments[2].toBoolean();
1574 orientation.beta = arguments[3].toDouble();
1577 orientation.hasGamma = arguments[4].toBoolean();
1578 orientation.gamma = arguments[5].toDouble();
1581 orientation.hasAbsolute = arguments[6].toBoolean();
1582 orientation.absolute = arguments[7].toBoolean();
1584 m_delegate->setDeviceOrientationData(orientation);
[all...]
H A DWebTestThemeEngineMac.mm142 if (scrollbarInfo.orientation == WebThemeEngine::ScrollbarOrientationHorizontal)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.cpp630 int RenderListBox::scrollSize(ScrollbarOrientation orientation) const
632 return orientation == VerticalScrollbar ? (numItems() - numVisibleItems()) : 0;
854 bool RenderListBox::userInputScrollable(ScrollbarOrientation orientation) const
856 return orientation == VerticalScrollbar;
869 int RenderListBox::pageStep(ScrollbarOrientation orientation) const
H A DRenderMenuList.cpp519 PassRefPtr<Scrollbar> RenderMenuList::createScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize) argument
524 widget = RenderScrollbar::createCustomScrollbar(scrollableArea, orientation, this->node());
526 widget = Scrollbar::create(scrollableArea, orientation, controlSize);
/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.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/mac/
H A DFontCacheMac.mm216 OwnPtr<FontPlatformData> platformData = adoptPtr(new FontPlatformData(platformFont, size, fontDescription.usePrinterFont(), syntheticBold, syntheticOblique, fontDescription.orientation(), fontDescription.widthVariant()));
/external/chromium_org/cc/trees/
H A Dtree_synchronizer.cc170 if (scrollbar_layer->orientation() == HORIZONTAL)
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.h116 virtual AccessibilityOrientation orientation() const OVERRIDE;

Completed in 1221 milliseconds

12345678910