Home
last modified time | relevance | path

Searched refs:Vertical (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_init.hpp118 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/
DSkOTTable_EBLC.h69 Vertical, // Vertical small glyph metrics
79 static const SK_OT_CHAR Vertical = 1u << 1; member
/third_party/skia/src/sfnt/
DSkOTTable_EBLC.h69 Vertical, // Vertical small glyph metrics
79 static const SK_OT_CHAR Vertical = 1u << 1; member
/third_party/flutter/flutter/packages/flutter/test/material/
Ddivider_test.dart96 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/
DInputManager.asset25 m_Name: Vertical
169 m_Name: Vertical
/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm15 ; Vertical pass is an implementation of the scheme:
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui164 <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/
Dwpagui.ui164 <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/
Dhb-ot-kern-table.hh226 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal()
230 Vertical = 0x80u, enumerator
/third_party/harfbuzz/src/
Dhb-ot-kern-table.hh231 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal()
235 Vertical = 0x80u, enumerator
Dhb-aat-layout-kerx-table.hh735 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/
Dhb-ot-kern-table.hh231 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/
Doffset.dart15 /// Vertical displacement.
/third_party/gstreamer/gstreamer/docs/random/
Devents59 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/
Dswscale.txt21 | Vertical scaler and output converter
68 Vertical scaler and output converter
/third_party/mesa3d/docs/isl/
Dccs.rst100 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/
Dscrolling.rst53 Vertical and horizontal two-finger scrolling
86 Vertical and horizontal edge scrolling
/third_party/node/deps/npm/node_modules/cli-table3/
DREADME.md21 - Vertical alignment (top, bottom, center).
74 ### Vertical Tables
/third_party/flutter/flutter/dev/manual_tests/lib/
Dpage_view.dart97 trailing: const Text('Vertical Layout'),
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dscroll_view_test.dart191 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/
DExpression.cpp211 "nm": "Vertical Feather", in DEF_TEST()
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dwrap.dart341 …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/
Dreorderable_list_demo.dart100 title: const Text('Vertical Avatars'),
/third_party/mesa3d/src/intel/isl/
DREADME113 RENDER_SURFACE_STATE Surface Vertical Alignment (p325)
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dscale_test.dart119 // Vertical scaling
340 // Vertical moves are scales.

1234