class ImageProperties

Defined at line 1812 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

The properties of an Image as defined by the client. These properties determine how an Image

uses the backing BufferCollection. See [`CreateImage`] for more information.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::math::SizeU & size ()

The size of the Image in pixels.

Defined at line 1819 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

bool has_size ()

Defined at line 1823 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

::fuchsia::math::SizeU * mutable_size ()

The size of the Image in pixels.

Defined at line 1828 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

void clear_size ()

Defined at line 1836 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/hlcpp/fuchsia/ui/composition/cpp/fidl.h

ImageProperties & set_size (::fuchsia::math::SizeU _value)
void ImageProperties ()
void ImageProperties (ImageProperties && other)
void ~ImageProperties ()
ImageProperties & operator= (ImageProperties && other)
::std::unique_ptr<ImageProperties> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ImageProperties * _value, size_t _offset)
zx_status_t Clone (ImageProperties * _result)