template <>

class WireSyncClientImpl

Defined at line 753 of file fidling/gen/sdk/fidl/fuchsia.accessibility/fuchsia.accessibility/cpp/fidl/fuchsia.accessibility/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_accessibility::MagnificationHandler>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_accessibility::MagnificationHandler::SetClipSpaceTransform> SetClipSpaceTransform (float x, float y, float scale)

Sets clip-space x-offset, y-offset, and scale for the presentation.

x and y are in Vulkan NDC and are applied after scaling, which occurs

about the center of the presentation. The callback indicates when the

update has been presented. The identity transform (0, 0, 1) is the

natural state.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.