Searched refs:design (Results 1 – 25 of 528) sorted by relevance
12345678910>>...22
38 - Page \subpage control_plugins explains the design of primitive control plugins.41 - Page \subpage pcm explains the design of the PCM (digital audio) API.42 - Page \subpage pcm_plugins explains the design of PCM (digital audio) plugins.45 - Page \subpage rawmidi explains the design of the RawMidi API.46 - Page \subpage timer explains the design of the Timer API.47 - Page \subpage seq explains the design of the Sequencer API.
104 unsigned int lower, design, upper; in hb_style_get_value() local107 : hb_ot_layout_get_size_params (face, &design, nullptr, nullptr, nullptr, nullptr) in hb_style_get_value()108 ? design / 10.f in hb_style_get_value()
6 tests to ensure that `SKIA <https://skia.org/>`_ is meeting its design specifications on a specific16 Render tests design68 .. _rendertests-design:99 - Otherwise, or put `-1` in the same threshold, as seen in :ref:`rendertests-design`
11 The design of the Driver Wrappers code generation is based on the design proposal https://github.co…12 …riations wrt versioning and broader implementation specific ideas, but the design remains the same.
91 [binary compatibility](../design#icu-binary-compatibility)92 in the [design chapter](../design.md).123 [API compatibility](../design#icu-api-compatibility) in the124 [design chapter](../design.md).136 [binary compatibility](../design#icu-binary-compatibility)137 in the [design chapter](../design.md)). Be sure that you build your271 Please read the [ICU API compatibility](../design#icu-api-compatibility)272 section in the [ICU Design](../design.md) chapter.412 Please read the [ICU Design](../design.md) chapter of the User's Guide.448 Please see the [ICU Design](../design.md) chapter for details.
19 - @ref intro_guide – initialization, error handling and high-level design38 design, implementation and use of GLFW.
32 def design(self, homePos, scale): member in Designer154 t.design(t.position(), 2)
30 design for how DWARF should be represented in WebAssembly. Sourcemap support31 has an existing design and some corresponding browser implementations, so it47 * https://github.com/WebAssembly/design/blob/master/Semantics.md48 * https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md
11 Public design documents for major efforts in Skia
12 design.rst
5 - Buffer mapping dawn wire memory transfer interface design
1 - Buffer mapping dawn wire memory transfer interface design
10 Home page for this fast library with design explanation and benchmarks: https://www.nayuki.io/page/…37 More information about QR Code technology and this library's design can be found on the project hom…
26 developers using ICU are in the [ICU Design](../../design.md) section of the30 protected in order to provide the threading model promised by the ICU design.
18 ; one meant for everything else. The purpose of this unusual design is to
18 ; one is stereo, meant for everything else. The purpose of this unusual design
1987 FT_Fixed* design ) in ft_var_to_design() argument2008 design[i] = coords[i]; in ft_var_to_design()2011 design[i] = 0; in ft_var_to_design()2025 if ( design[i] < av->correspondence[j].toCoord ) in ft_var_to_design()2027 design[i] = in ft_var_to_design()2028 FT_MulDiv( design[i] - av->correspondence[j - 1].toCoord, in ft_var_to_design()2035 FT_TRACE5(( " %.5f\n", design[i] / 65536.0 )); in ft_var_to_design()2047 if ( design[i] < 0 ) in ft_var_to_design()2048 design[i] = a->def + FT_MulFix( design[i], in ft_var_to_design()2050 else if ( design[i] > 0 ) in ft_var_to_design()[all …]
8 The design doc is available [here]
46 The primary design considerations for this extension are debuggability and64 This design also better matches the hardware model.
10 implementation 'com.android.support:design:26.+'
2 // from #41640, based on an example in ant-design