/external/webkit/WebCore/rendering/style/ |
D | StyleFlexibleBoxData.cpp | 35 , orient(RenderStyle::initialBoxOrient()) in StyleFlexibleBoxData() 47 , orient(o.orient) in StyleFlexibleBoxData() 56 pack == o.pack && orient == o.orient && lines == o.lines; in operator ==()
|
D | StyleFlexibleBoxData.h | 50 unsigned orient: 1; // EBoxOrient variable
|
D | RenderStyle.h | 607 …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/ |
D | graphics.c | 301 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/ |
D | OverflowEvent.cpp | 61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool vertical… in initOverflowEvent() argument 66 m_orient = orient; in initOverflowEvent()
|
D | OverflowEvent.h | 50 … void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow); 52 unsigned short orient() const { return m_orient; } in orient() function
|
D | OverflowEvent.idl | 34 readonly attribute unsigned short orient; 38 void initOverflowEvent(in unsigned short orient,
|
/external/qemu/android/ |
D | hw-sensors.c | 468 _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()
|
D | hw-sensors.h | 46 extern void android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient );
|
/external/freetype/src/base/ |
D | ftoutln.c | 818 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/ |
D | mediaControls.css | 34 -webkit-box-orient: horizontal; 67 -webkit-box-orient: horizontal;
|
D | mediaControlsQT.css | 59 -webkit-box-orient: horizontal;
|
D | CSSPropertyNames.in | 177 -webkit-box-orient
|
D | html.css | 359 -webkit-box-orient: vertical;
|
/external/webkit/WebCore/platform/gtk/ |
D | gtkdrawing.h | 332 moz_gtk_get_scalethumb_metrics(GtkOrientation orient, gint* thumb_length, gint* thumb_height);
|
/external/webkit/WebCore/svg/ |
D | svgattrs.in | 145 orient
|
/external/opencore/engines/author/test/src/ |
D | test_pv_author_engine_testset7.cpp | 416 bool orient = false; in ConfigureVideoEncoder() local 417 height = (iMIOComponent.iPVAviFile)->GetHeight(orient, vidStrNum[0]); in ConfigureVideoEncoder()
|
D | test_pv_author_engine_testset8.cpp | 416 bool orient = false; in ConfigureVideoEncoder() local 417 height = (iMIOComponent.iPVAviFile)->GetHeight(orient, vidStrNum[0]); in ConfigureVideoEncoder()
|
D | test_pv_author_engine_testset6.cpp | 420 bool orient = false; in ConfigureVideoEncoder() local 421 height = (iMIOComponent.iPVAviFile)->GetHeight(orient, vidStrNum[0]); in ConfigureVideoEncoder()
|
D | test_pv_author_engine_testset5.cpp | 598 bool orient = false; in ConfigureVideoEncoder() local 599 height = (iMIOComponent.iPVAviFile)->GetHeight(orient, vidStrNum[0]); in ConfigureVideoEncoder()
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSViewExtras.m | 179 … // Properly orient the drag image and orient it differently if it's smaller than the original
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | cssproperties.in | 31 -webkit-box-orient 319 -moz-box-orient
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMEvents.idl | 355 //readonly attribute unsigned short orient; 356 HRESULT orient([out, retval] unsigned short* result);
|
/external/webkit/WebKit/win/ |
D | DOMEventsClasses.cpp | 593 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::orient( in orient() function in DOMOverflowEvent
|
/external/webkit/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 1075 @property(readonly) unsigned short orient; 1078 - (void)initOverflowEvent:(unsigned short)orient horizontalOverflow:(BOOL)horizontalOverflow vertic…
|