/third_party/boost/boost/geometry/srs/projections/impl/ |
D | pj_init.hpp | 118 template <typename T, bool Vertical> 126 std::string units = pj_get_param_s(params, Vertical ? "vunits" : "units"); in pj_init_units() 147 s = pj_get_param_s(params, Vertical ? "vto_meter" : "to_meter"); in pj_init_units() 181 template <typename T, bool Vertical> 189 it = pj_param_find(params, Vertical ? srs::dpar::vunits : srs::dpar::units); in pj_init_units() 212 it = pj_param_find(params, Vertical ? srs::dpar::vto_meter : srs::dpar::to_meter); in pj_init_units() 229 bool Vertical, 235 Vertical, 245 Vertical, 253 : pj_init_units_static<Params, Vertical, UnitsI, N, N> [all …]
|
/third_party/flutter/skia/src/sfnt/ |
D | SkOTTable_EBLC.h | 69 Vertical, // Vertical small glyph metrics 79 static const SK_OT_CHAR Vertical = 1u << 1; member
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_EBLC.h | 69 Vertical, // Vertical small glyph metrics 79 static const SK_OT_CHAR Vertical = 1u << 1; member
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | divider_test.dart | 96 testWidgets('Vertical Divider Test', (WidgetTester tester) async { 130 testWidgets('Vertical Divider Test 2', (WidgetTester tester) async { 154 testWidgets('Vertical divider custom indentation', (WidgetTester tester) async {
|
/third_party/grpc/examples/csharp/HelloworldUnity/ProjectSettings/ |
D | InputManager.asset | 25 m_Name: Vertical 169 m_Name: Vertical
|
/third_party/ffmpeg/libavcodec/x86/ |
D | xvididct.asm | 15 ; Vertical pass is an implementation of the scheme:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.ui | 164 <enum>Qt::Vertical</enum> 198 <enum>Qt::Vertical</enum> 225 <enum>Qt::Vertical</enum> 259 <enum>Qt::Vertical</enum>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.ui | 164 <enum>Qt::Vertical</enum> 198 <enum>Qt::Vertical</enum> 225 <enum>Qt::Vertical</enum> 259 <enum>Qt::Vertical</enum>
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-kern-table.hh | 226 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() 230 Vertical = 0x80u, enumerator
|
/third_party/harfbuzz/src/ |
D | hb-ot-kern-table.hh | 231 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() 235 Vertical = 0x80u, enumerator
|
D | hb-aat-layout-kerx-table.hh | 735 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() 739 Vertical = 0x80000000u, /* Set if table has vertical kerning values. */ enumerator
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-kern-table.hh | 231 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() 235 Vertical = 0x80u, enumerator
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | offset.dart | 15 /// Vertical displacement.
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | events | 59 Vertical events travel from elements to their parents. They are targeted at 60 the application. Vertical events should be used for information that an 62 Vertical events are send to the application by the pipeline that collects those 63 events and supplies a callback for the application. Vertical events are also only 139 at the same time. Vertical emission ensures that an application knows about those 209 Vertical events can not be received by elements. Bins have a default handler function
|
/third_party/ffmpeg/doc/ |
D | swscale.txt | 21 | Vertical scaler and output converter 68 Vertical scaler and output converter
|
/third_party/mesa3d/docs/isl/ |
D | ccs.rst | 100 these alignments in the RT space: Horizontal Alignment = 256 and Vertical 106 computed with Horizontal Alignment = 256 and Surface Vertical Alignment = 113 these alignments in the RT space: Horizontal Alignment = 128 and Vertical 119 computed with Horizontal Alignment = 128 and Surface Vertical Alignment
|
/third_party/libinput/doc/user/ |
D | scrolling.rst | 53 Vertical and horizontal two-finger scrolling 86 Vertical and horizontal edge scrolling
|
/third_party/node/deps/npm/node_modules/cli-table3/ |
D | README.md | 21 - Vertical alignment (top, bottom, center). 74 ### Vertical Tables
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | page_view.dart | 97 trailing: const Text('Vertical Layout'),
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | scroll_view_test.dart | 191 testWidgets('Vertical CustomScrollViews are primary by default', (WidgetTester tester) async { 196 testWidgets('Vertical ListViews are primary by default', (WidgetTester tester) async { 201 testWidgets('Vertical GridViews are primary by default', (WidgetTester tester) async {
|
/third_party/skia/modules/skottie/tests/ |
D | Expression.cpp | 211 "nm": "Vertical Feather", in DEF_TEST()
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | wrap.dart | 341 …assert(verticalDirection != null, 'Vertical $runtimeType with multiple children has a null vertica… 351 …assert(verticalDirection != null, 'Vertical $runtimeType with alignment $alignment has a null vert… 361 …assert(textDirection != null, 'Vertical $runtimeType with runAlignment $runAlignment has a null te… 371 …assert(textDirection != null, 'Vertical $runtimeType with crossAxisAlignment $crossAxisAlignment h…
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | reorderable_list_demo.dart | 100 title: const Text('Vertical Avatars'),
|
/third_party/mesa3d/src/intel/isl/ |
D | README | 113 RENDER_SURFACE_STATE Surface Vertical Alignment (p325)
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | scale_test.dart | 119 // Vertical scaling 340 // Vertical moves are scales.
|