Home
last modified time | relevance | path

Searched refs:orient (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/WebCore/rendering/style/
DStyleFlexibleBoxData.cpp35 , orient(RenderStyle::initialBoxOrient()) in StyleFlexibleBoxData()
47 , orient(o.orient) in StyleFlexibleBoxData()
56 pack == o.pack && orient == o.orient && lines == o.lines; in operator ==()
DStyleFlexibleBoxData.h50 unsigned orient: 1; // EBoxOrient variable
DRenderStyle.h607 …nt boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->flexibleBox->orient); } in boxOrient()
941 …void setBoxOrient(EBoxOrient o) { SET_VAR(rareNonInheritedData.access()->flexibleBox, orient, o); } in setBoxOrient()
/external/tesseract/liblept/
Dgraphics.c301 l_int32 orient, in generatePtaHashBox() argument
313 if (orient != L_HORIZONTAL_LINE && orient != L_POS_SLOPE_LINE && in generatePtaHashBox()
314 orient != L_VERTICAL_LINE && orient != L_NEG_SLOPE_LINE) in generatePtaHashBox()
325 if (orient == L_HORIZONTAL_LINE) { in generatePtaHashBox()
334 else if (orient == L_VERTICAL_LINE) { in generatePtaHashBox()
343 else if (orient == L_POS_SLOPE_LINE) { in generatePtaHashBox()
485 l_int32 orient, in generatePtaaHashBoxa() argument
499 if (orient != L_HORIZONTAL_LINE && orient != L_POS_SLOPE_LINE && in generatePtaaHashBoxa()
500 orient != L_VERTICAL_LINE && orient != L_NEG_SLOPE_LINE) in generatePtaaHashBoxa()
507 pta = generatePtaHashBox(box, spacing, width, orient, outline); in generatePtaaHashBoxa()
[all …]
/external/webkit/WebCore/dom/
DOverflowEvent.cpp61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool vertical… in initOverflowEvent() argument
66 m_orient = orient; in initOverflowEvent()
DOverflowEvent.h50 … void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
52 unsigned short orient() const { return m_orient; } in orient() function
DOverflowEvent.idl34 readonly attribute unsigned short orient;
38 void initOverflowEvent(in unsigned short orient,
/external/qemu/android/
Dhw-sensors.c468 _hwSensors_setCoarseOrientation( HwSensors* h, AndroidCoarseOrientation orient ) in _hwSensors_setCoarseOrientation() argument
486 switch (orient) { in _hwSensors_setCoarseOrientation()
531 android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient ) in android_sensors_set_coarse_orientation() argument
534 _hwSensors_setCoarseOrientation(_sensorsState, orient); in android_sensors_set_coarse_orientation()
Dhw-sensors.h46 extern void android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient );
/external/freetype/src/base/
Dftoutln.c818 FT_Orientation orient = FT_ORIENTATION_NONE;
866 if ( orient == FT_ORIENTATION_NONE )
867 orient = o;
868 else if ( orient != o )
873 return orient;
/external/webkit/WebCore/css/
DmediaControls.css34 -webkit-box-orient: horizontal;
67 -webkit-box-orient: horizontal;
DmediaControlsQT.css59 -webkit-box-orient: horizontal;
DCSSPropertyNames.in177 -webkit-box-orient
Dhtml.css359 -webkit-box-orient: vertical;
/external/webkit/WebCore/platform/gtk/
Dgtkdrawing.h332 moz_gtk_get_scalethumb_metrics(GtkOrientation orient, gint* thumb_length, gint* thumb_height);
/external/webkit/WebCore/svg/
Dsvgattrs.in145 orient
/external/opencore/engines/author/test/src/
Dtest_pv_author_engine_testset7.cpp416 bool orient = false; in ConfigureVideoEncoder() local
417 height = (iMIOComponent.iPVAviFile)->GetHeight(orient, vidStrNum[0]); in ConfigureVideoEncoder()
Dtest_pv_author_engine_testset8.cpp416 bool orient = false; in ConfigureVideoEncoder() local
417 height = (iMIOComponent.iPVAviFile)->GetHeight(orient, vidStrNum[0]); in ConfigureVideoEncoder()
Dtest_pv_author_engine_testset6.cpp420 bool orient = false; in ConfigureVideoEncoder() local
421 height = (iMIOComponent.iPVAviFile)->GetHeight(orient, vidStrNum[0]); in ConfigureVideoEncoder()
Dtest_pv_author_engine_testset5.cpp598 bool orient = false; in ConfigureVideoEncoder() local
599 height = (iMIOComponent.iPVAviFile)->GetHeight(orient, vidStrNum[0]); in ConfigureVideoEncoder()
/external/webkit/WebKit/mac/Misc/
DWebNSViewExtras.m179 … // Properly orient the drag image and orient it differently if it's smaller than the original
/external/webkit/WebKitTools/iExploder/htdocs/
Dcssproperties.in31 -webkit-box-orient
319 -moz-box-orient
/external/webkit/WebKit/win/Interfaces/
DDOMEvents.idl355 //readonly attribute unsigned short orient;
356 HRESULT orient([out, retval] unsigned short* result);
/external/webkit/WebKit/win/
DDOMEventsClasses.cpp593 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::orient( in orient() function in DOMOverflowEvent
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h1075 @property(readonly) unsigned short orient;
1078 - (void)initOverflowEvent:(unsigned short)orient horizontalOverflow:(BOOL)horizontalOverflow vertic…

12