template <>

class WireTableBuilder

Defined at line 316 of file fidling/gen/sdk/fidl/fuchsia.ui.display.singleton/fuchsia.ui.display.singleton/cpp/fidl/fuchsia.ui.display.singleton/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_math::wire::SizeU, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_math::wire::SizeU>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_display_singleton::wire::Metrics> & extent_in_px (First && first, Args &&... args_)

Same meaning as `horizontal_resolution` and `vertical_resolution`

in `fuchsia.hardware.display.Mode`. Given in physical pixels.

Defined at line 329 of file fidling/gen/sdk/fidl/fuchsia.ui.display.singleton/fuchsia.ui.display.singleton/cpp/fidl/fuchsia.ui.display.singleton/cpp/wire_types.h

template <typename First = ::fuchsia_math::wire::SizeU, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_math::wire::SizeU>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_display_singleton::wire::Metrics> & extent_in_mm (First && first, Args &&... args_)

Same meaning as `horizontal_size_mm` and `vertical_size_mm`

in `fuchsia.hardware.display.Info`.

Defined at line 342 of file fidling/gen/sdk/fidl/fuchsia.ui.display.singleton/fuchsia.ui.display.singleton/cpp/fidl/fuchsia.ui.display.singleton/cpp/wire_types.h

template <typename First = ::fuchsia_math::wire::VecF, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_math::wire::VecF>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_display_singleton::wire::Metrics> & recommended_device_pixel_ratio (First && first, Args &&... args_)

The number of physical pixels per "logical" pixel, for example as in

`fuchsia.ui.composition.LayoutInfo.logical_size`. It provides an indication

of the size of image buffers that should be allocated. This value would typically

be used by a component near the root of the scene graph to set a scale for the rest

of the scene beneath.

Defined at line 358 of file fidling/gen/sdk/fidl/fuchsia.ui.display.singleton/fuchsia.ui.display.singleton/cpp/fidl/fuchsia.ui.display.singleton/cpp/wire_types.h

Friends

template <>
class Metrics