graphics

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BitmapFactoryClient

type BitmapFactoryClient struct {
	// contains filtered or unexported fields
}

BitmapFactoryClient wraps the gRPC BitmapFactoryService client.

func NewBitmapFactoryClient

func NewBitmapFactoryClient(cc grpc.ClientConnInterface) *BitmapFactoryClient

NewBitmapFactoryClient creates a new BitmapFactory client.

func (*BitmapFactoryClient) DecodeByteArray3

func (c *BitmapFactoryClient) DecodeByteArray3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int64, error)

DecodeByteArray3 calls the DecodeByteArray3 RPC.

func (*BitmapFactoryClient) DecodeByteArray4_1

func (c *BitmapFactoryClient) DecodeByteArray4_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int64) (int64, error)

DecodeByteArray4_1 calls the DecodeByteArray4_1 RPC.

func (*BitmapFactoryClient) DecodeFile1

func (c *BitmapFactoryClient) DecodeFile1(ctx context.Context, handle int64, arg0 string) (int64, error)

DecodeFile1 calls the DecodeFile1 RPC.

func (*BitmapFactoryClient) DecodeFile2_1

func (c *BitmapFactoryClient) DecodeFile2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)

DecodeFile2_1 calls the DecodeFile2_1 RPC.

func (*BitmapFactoryClient) DecodeFileDescriptor1

func (c *BitmapFactoryClient) DecodeFileDescriptor1(ctx context.Context, handle int64, arg0 int64) (int64, error)

DecodeFileDescriptor1 calls the DecodeFileDescriptor1 RPC.

func (*BitmapFactoryClient) DecodeFileDescriptor3_1

func (c *BitmapFactoryClient) DecodeFileDescriptor3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

DecodeFileDescriptor3_1 calls the DecodeFileDescriptor3_1 RPC.

func (*BitmapFactoryClient) DecodeResource2

func (c *BitmapFactoryClient) DecodeResource2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)

DecodeResource2 calls the DecodeResource2 RPC.

func (*BitmapFactoryClient) DecodeResource3_1

func (c *BitmapFactoryClient) DecodeResource3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int64, error)

DecodeResource3_1 calls the DecodeResource3_1 RPC.

func (*BitmapFactoryClient) DecodeResourceStream

func (c *BitmapFactoryClient) DecodeResourceStream(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64, arg4 int64) (int64, error)

DecodeResourceStream calls the DecodeResourceStream RPC.

func (*BitmapFactoryClient) DecodeStream1

func (c *BitmapFactoryClient) DecodeStream1(ctx context.Context, handle int64, arg0 int64) (int64, error)

DecodeStream1 calls the DecodeStream1 RPC.

func (*BitmapFactoryClient) DecodeStream3_1

func (c *BitmapFactoryClient) DecodeStream3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

DecodeStream3_1 calls the DecodeStream3_1 RPC.

type BitmapFactoryOptionsClient

type BitmapFactoryOptionsClient struct {
	// contains filtered or unexported fields
}

BitmapFactoryOptionsClient wraps the gRPC BitmapFactoryOptionsService client.

func NewBitmapFactoryOptionsClient

func NewBitmapFactoryOptionsClient(cc grpc.ClientConnInterface) *BitmapFactoryOptionsClient

NewBitmapFactoryOptionsClient creates a new BitmapFactoryOptions client.

func (*BitmapFactoryOptionsClient) RequestCancelDecode

func (c *BitmapFactoryOptionsClient) RequestCancelDecode(ctx context.Context) error

RequestCancelDecode calls the RequestCancelDecode RPC.

type BitmapRegionDecoderClient

type BitmapRegionDecoderClient struct {
	// contains filtered or unexported fields
}

BitmapRegionDecoderClient wraps the gRPC BitmapRegionDecoderService client.

func NewBitmapRegionDecoderClient

func NewBitmapRegionDecoderClient(cc grpc.ClientConnInterface) *BitmapRegionDecoderClient

NewBitmapRegionDecoderClient creates a new BitmapRegionDecoder client.

func (*BitmapRegionDecoderClient) DecodeRegion

func (c *BitmapRegionDecoderClient) DecodeRegion(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

DecodeRegion calls the DecodeRegion RPC.

func (*BitmapRegionDecoderClient) GetHeight

func (c *BitmapRegionDecoderClient) GetHeight(ctx context.Context) (int32, error)

GetHeight calls the GetHeight RPC.

func (*BitmapRegionDecoderClient) GetWidth

func (c *BitmapRegionDecoderClient) GetWidth(ctx context.Context) (int32, error)

GetWidth calls the GetWidth RPC.

func (*BitmapRegionDecoderClient) IsRecycled

func (c *BitmapRegionDecoderClient) IsRecycled(ctx context.Context) (bool, error)

IsRecycled calls the IsRecycled RPC.

func (*BitmapRegionDecoderClient) NewInstance1

func (c *BitmapRegionDecoderClient) NewInstance1(ctx context.Context, arg0 int64) (int64, error)

NewInstance1 calls the NewInstance1 RPC.

func (*BitmapRegionDecoderClient) NewInstance1_4

func (c *BitmapRegionDecoderClient) NewInstance1_4(ctx context.Context, arg0 int64) (int64, error)

NewInstance1_4 calls the NewInstance1_4 RPC.

func (*BitmapRegionDecoderClient) NewInstance1_6

func (c *BitmapRegionDecoderClient) NewInstance1_6(ctx context.Context, arg0 string) (int64, error)

NewInstance1_6 calls the NewInstance1_6 RPC.

func (*BitmapRegionDecoderClient) NewInstance2_3

func (c *BitmapRegionDecoderClient) NewInstance2_3(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

NewInstance2_3 calls the NewInstance2_3 RPC.

func (*BitmapRegionDecoderClient) NewInstance2_5

func (c *BitmapRegionDecoderClient) NewInstance2_5(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

NewInstance2_5 calls the NewInstance2_5 RPC.

func (*BitmapRegionDecoderClient) NewInstance2_7

func (c *BitmapRegionDecoderClient) NewInstance2_7(ctx context.Context, arg0 string, arg1 bool) (int64, error)

NewInstance2_7 calls the NewInstance2_7 RPC.

func (*BitmapRegionDecoderClient) NewInstance3_1

func (c *BitmapRegionDecoderClient) NewInstance3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)

NewInstance3_1 calls the NewInstance3_1 RPC.

func (*BitmapRegionDecoderClient) NewInstance4_2

func (c *BitmapRegionDecoderClient) NewInstance4_2(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 bool) (int64, error)

NewInstance4_2 calls the NewInstance4_2 RPC.

func (*BitmapRegionDecoderClient) Recycle

Recycle calls the Recycle RPC.

type BitmapShaderClient

type BitmapShaderClient struct {
	// contains filtered or unexported fields
}

BitmapShaderClient wraps the gRPC BitmapShaderService client.

func NewBitmapShaderClient

func NewBitmapShaderClient(cc grpc.ClientConnInterface) *BitmapShaderClient

NewBitmapShaderClient creates a new BitmapShader client.

func (*BitmapShaderClient) GetFilterMode

func (c *BitmapShaderClient) GetFilterMode(ctx context.Context, handle int64) (int32, error)

GetFilterMode calls the GetFilterMode RPC.

func (*BitmapShaderClient) GetMaxAnisotropy

func (c *BitmapShaderClient) GetMaxAnisotropy(ctx context.Context, handle int64) (int32, error)

GetMaxAnisotropy calls the GetMaxAnisotropy RPC.

func (*BitmapShaderClient) SetFilterMode

func (c *BitmapShaderClient) SetFilterMode(ctx context.Context, handle int64, arg0 int32) error

SetFilterMode calls the SetFilterMode RPC.

func (*BitmapShaderClient) SetMaxAnisotropy

func (c *BitmapShaderClient) SetMaxAnisotropy(ctx context.Context, handle int64, arg0 int32) error

SetMaxAnisotropy calls the SetMaxAnisotropy RPC.

func (*BitmapShaderClient) SetOverrideGainmap

func (c *BitmapShaderClient) SetOverrideGainmap(ctx context.Context, handle int64, arg0 int64) error

SetOverrideGainmap calls the SetOverrideGainmap RPC.

type BlendModeClient

type BlendModeClient struct {
	// contains filtered or unexported fields
}

BlendModeClient wraps the gRPC BlendModeService client.

func NewBlendModeClient

func NewBlendModeClient(cc grpc.ClientConnInterface) *BlendModeClient

NewBlendModeClient creates a new BlendMode client.

func (*BlendModeClient) ValueOf

func (c *BlendModeClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*BlendModeClient) Values

func (c *BlendModeClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type BlendModeColorFilterClient

type BlendModeColorFilterClient struct {
	// contains filtered or unexported fields
}

BlendModeColorFilterClient wraps the gRPC BlendModeColorFilterService client.

func NewBlendModeColorFilterClient

func NewBlendModeColorFilterClient(cc grpc.ClientConnInterface) *BlendModeColorFilterClient

NewBlendModeColorFilterClient creates a new BlendModeColorFilter client.

func (*BlendModeColorFilterClient) Equals

func (c *BlendModeColorFilterClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*BlendModeColorFilterClient) GetColor

func (c *BlendModeColorFilterClient) GetColor(ctx context.Context, handle int64) (int32, error)

GetColor calls the GetColor RPC.

func (*BlendModeColorFilterClient) GetMode

func (c *BlendModeColorFilterClient) GetMode(ctx context.Context, handle int64) (int64, error)

GetMode calls the GetMode RPC.

func (*BlendModeColorFilterClient) HashCode

func (c *BlendModeColorFilterClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

type BlurMaskFilterBlurClient

type BlurMaskFilterBlurClient struct {
	// contains filtered or unexported fields
}

BlurMaskFilterBlurClient wraps the gRPC BlurMaskFilterBlurService client.

func NewBlurMaskFilterBlurClient

func NewBlurMaskFilterBlurClient(cc grpc.ClientConnInterface) *BlurMaskFilterBlurClient

NewBlurMaskFilterBlurClient creates a new BlurMaskFilterBlur client.

func (*BlurMaskFilterBlurClient) ValueOf

func (c *BlurMaskFilterBlurClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*BlurMaskFilterBlurClient) Values

Values calls the Values RPC.

type CameraClient

type CameraClient struct {
	// contains filtered or unexported fields
}

CameraClient wraps the gRPC CameraService client.

func NewCameraClient

func NewCameraClient(cc grpc.ClientConnInterface) *CameraClient

NewCameraClient creates a new Camera client.

func (*CameraClient) ApplyToCanvas

func (c *CameraClient) ApplyToCanvas(ctx context.Context, handle int64, arg0 int64) error

ApplyToCanvas calls the ApplyToCanvas RPC.

func (*CameraClient) DotWithNormal

func (c *CameraClient) DotWithNormal(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (float32, error)

DotWithNormal calls the DotWithNormal RPC.

func (*CameraClient) GetLocationX

func (c *CameraClient) GetLocationX(ctx context.Context, handle int64) (float32, error)

GetLocationX calls the GetLocationX RPC.

func (*CameraClient) GetLocationY

func (c *CameraClient) GetLocationY(ctx context.Context, handle int64) (float32, error)

GetLocationY calls the GetLocationY RPC.

func (*CameraClient) GetLocationZ

func (c *CameraClient) GetLocationZ(ctx context.Context, handle int64) (float32, error)

GetLocationZ calls the GetLocationZ RPC.

func (*CameraClient) GetMatrix

func (c *CameraClient) GetMatrix(ctx context.Context, handle int64, arg0 int64) error

GetMatrix calls the GetMatrix RPC.

func (*CameraClient) Restore

func (c *CameraClient) Restore(ctx context.Context, handle int64) error

Restore calls the Restore RPC.

func (*CameraClient) Rotate

func (c *CameraClient) Rotate(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

Rotate calls the Rotate RPC.

func (*CameraClient) RotateX

func (c *CameraClient) RotateX(ctx context.Context, handle int64, arg0 float32) error

RotateX calls the RotateX RPC.

func (*CameraClient) RotateY

func (c *CameraClient) RotateY(ctx context.Context, handle int64, arg0 float32) error

RotateY calls the RotateY RPC.

func (*CameraClient) RotateZ

func (c *CameraClient) RotateZ(ctx context.Context, handle int64, arg0 float32) error

RotateZ calls the RotateZ RPC.

func (*CameraClient) Save

func (c *CameraClient) Save(ctx context.Context, handle int64) error

Save calls the Save RPC.

func (*CameraClient) SetLocation

func (c *CameraClient) SetLocation(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

SetLocation calls the SetLocation RPC.

func (*CameraClient) Translate

func (c *CameraClient) Translate(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

Translate calls the Translate RPC.

type ColorClient

type ColorClient struct {
	// contains filtered or unexported fields
}

ColorClient wraps the gRPC ColorService client.

func NewColorClient

func NewColorClient(cc grpc.ClientConnInterface) *ColorClient

NewColorClient creates a new Color client.

func (*ColorClient) Alpha0

func (c *ColorClient) Alpha0(ctx context.Context, handle int64) (float32, error)

Alpha0 calls the Alpha0 RPC.

func (*ColorClient) Alpha1_1

func (c *ColorClient) Alpha1_1(ctx context.Context, handle int64, arg0 int32) (int32, error)

Alpha1_1 calls the Alpha1_1 RPC.

func (*ColorClient) Alpha1_2

func (c *ColorClient) Alpha1_2(ctx context.Context, handle int64, arg0 int64) (float32, error)

Alpha1_2 calls the Alpha1_2 RPC.

func (*ColorClient) Argb4

func (c *ColorClient) Argb4(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int32, error)

Argb4 calls the Argb4 RPC.

func (*ColorClient) Argb4_1

func (c *ColorClient) Argb4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int32, error)

Argb4_1 calls the Argb4_1 RPC.

func (*ColorClient) Blue0

func (c *ColorClient) Blue0(ctx context.Context, handle int64) (float32, error)

Blue0 calls the Blue0 RPC.

func (*ColorClient) Blue1_1

func (c *ColorClient) Blue1_1(ctx context.Context, handle int64, arg0 int32) (int32, error)

Blue1_1 calls the Blue1_1 RPC.

func (*ColorClient) Blue1_2

func (c *ColorClient) Blue1_2(ctx context.Context, handle int64, arg0 int64) (float32, error)

Blue1_2 calls the Blue1_2 RPC.

func (*ColorClient) ColorSpace

func (c *ColorClient) ColorSpace(ctx context.Context, handle int64, arg0 int64) (int64, error)

ColorSpace calls the ColorSpace RPC.

func (*ColorClient) ColorToHSV

func (c *ColorClient) ColorToHSV(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

ColorToHSV calls the ColorToHSV RPC.

func (*ColorClient) Convert1

func (c *ColorClient) Convert1(ctx context.Context, handle int64, arg0 int64) (int64, error)

Convert1 calls the Convert1 RPC.

func (*ColorClient) Convert2_3

func (c *ColorClient) Convert2_3(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)

Convert2_3 calls the Convert2_3 RPC.

func (*ColorClient) Convert2_4

func (c *ColorClient) Convert2_4(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

Convert2_4 calls the Convert2_4 RPC.

func (*ColorClient) Convert2_5

func (c *ColorClient) Convert2_5(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

Convert2_5 calls the Convert2_5 RPC.

func (*ColorClient) Convert5_2

func (c *ColorClient) Convert5_2(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) (int64, error)

Convert5_2 calls the Convert5_2 RPC.

func (*ColorClient) Convert6_1

func (c *ColorClient) Convert6_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64, arg5 int64) (int64, error)

Convert6_1 calls the Convert6_1 RPC.

func (*ColorClient) Equals

func (c *ColorClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ColorClient) GetColorSpace

func (c *ColorClient) GetColorSpace(ctx context.Context, handle int64) (int64, error)

GetColorSpace calls the GetColorSpace RPC.

func (*ColorClient) GetComponent

func (c *ColorClient) GetComponent(ctx context.Context, handle int64, arg0 int32) (float32, error)

GetComponent calls the GetComponent RPC.

func (*ColorClient) GetComponentCount

func (c *ColorClient) GetComponentCount(ctx context.Context, handle int64) (int32, error)

GetComponentCount calls the GetComponentCount RPC.

func (*ColorClient) GetComponents0

func (c *ColorClient) GetComponents0(ctx context.Context, handle int64) (int64, error)

GetComponents0 calls the GetComponents0 RPC.

func (*ColorClient) GetComponents1_1

func (c *ColorClient) GetComponents1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetComponents1_1 calls the GetComponents1_1 RPC.

func (*ColorClient) GetModel

func (c *ColorClient) GetModel(ctx context.Context, handle int64) (int64, error)

GetModel calls the GetModel RPC.

func (*ColorClient) Green0

func (c *ColorClient) Green0(ctx context.Context, handle int64) (float32, error)

Green0 calls the Green0 RPC.

func (*ColorClient) Green1_1

func (c *ColorClient) Green1_1(ctx context.Context, handle int64, arg0 int32) (int32, error)

Green1_1 calls the Green1_1 RPC.

func (*ColorClient) Green1_2

func (c *ColorClient) Green1_2(ctx context.Context, handle int64, arg0 int64) (float32, error)

Green1_2 calls the Green1_2 RPC.

func (*ColorClient) HSVToColor1

func (c *ColorClient) HSVToColor1(ctx context.Context, handle int64, arg0 int64) (int32, error)

HSVToColor1 calls the HSVToColor1 RPC.

func (*ColorClient) HSVToColor2_1

func (c *ColorClient) HSVToColor2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int32, error)

HSVToColor2_1 calls the HSVToColor2_1 RPC.

func (*ColorClient) HashCode

func (c *ColorClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*ColorClient) IsInColorSpace

func (c *ColorClient) IsInColorSpace(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

IsInColorSpace calls the IsInColorSpace RPC.

func (*ColorClient) IsSrgb0

func (c *ColorClient) IsSrgb0(ctx context.Context, handle int64) (bool, error)

IsSrgb0 calls the IsSrgb0 RPC.

func (*ColorClient) IsSrgb1_1

func (c *ColorClient) IsSrgb1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)

IsSrgb1_1 calls the IsSrgb1_1 RPC.

func (*ColorClient) IsWideGamut0

func (c *ColorClient) IsWideGamut0(ctx context.Context, handle int64) (bool, error)

IsWideGamut0 calls the IsWideGamut0 RPC.

func (*ColorClient) IsWideGamut1_1

func (c *ColorClient) IsWideGamut1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)

IsWideGamut1_1 calls the IsWideGamut1_1 RPC.

func (*ColorClient) Luminance0

func (c *ColorClient) Luminance0(ctx context.Context, handle int64) (float32, error)

Luminance0 calls the Luminance0 RPC.

func (*ColorClient) Luminance1_1

func (c *ColorClient) Luminance1_1(ctx context.Context, handle int64, arg0 int32) (float32, error)

Luminance1_1 calls the Luminance1_1 RPC.

func (*ColorClient) Luminance1_2

func (c *ColorClient) Luminance1_2(ctx context.Context, handle int64, arg0 int64) (float32, error)

Luminance1_2 calls the Luminance1_2 RPC.

func (*ColorClient) Pack0

func (c *ColorClient) Pack0(ctx context.Context, handle int64) (int64, error)

Pack0 calls the Pack0 RPC.

func (*ColorClient) Pack1_4

func (c *ColorClient) Pack1_4(ctx context.Context, handle int64, arg0 int32) (int64, error)

Pack1_4 calls the Pack1_4 RPC.

func (*ColorClient) Pack3_1

func (c *ColorClient) Pack3_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (int64, error)

Pack3_1 calls the Pack3_1 RPC.

func (*ColorClient) Pack4_2

func (c *ColorClient) Pack4_2(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int64, error)

Pack4_2 calls the Pack4_2 RPC.

func (*ColorClient) Pack5_3

func (c *ColorClient) Pack5_3(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) (int64, error)

Pack5_3 calls the Pack5_3 RPC.

func (*ColorClient) ParseColor

func (c *ColorClient) ParseColor(ctx context.Context, handle int64, arg0 string) (int32, error)

ParseColor calls the ParseColor RPC.

func (*ColorClient) RGBToHSV

func (c *ColorClient) RGBToHSV(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int64) error

RGBToHSV calls the RGBToHSV RPC.

func (*ColorClient) Red0

func (c *ColorClient) Red0(ctx context.Context, handle int64) (float32, error)

Red0 calls the Red0 RPC.

func (*ColorClient) Red1_1

func (c *ColorClient) Red1_1(ctx context.Context, handle int64, arg0 int32) (int32, error)

Red1_1 calls the Red1_1 RPC.

func (*ColorClient) Red1_2

func (c *ColorClient) Red1_2(ctx context.Context, handle int64, arg0 int64) (float32, error)

Red1_2 calls the Red1_2 RPC.

func (*ColorClient) Rgb3

func (c *ColorClient) Rgb3(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (int32, error)

Rgb3 calls the Rgb3 RPC.

func (*ColorClient) Rgb3_1

func (c *ColorClient) Rgb3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (int32, error)

Rgb3_1 calls the Rgb3_1 RPC.

func (*ColorClient) ToArgb0

func (c *ColorClient) ToArgb0(ctx context.Context, handle int64) (int32, error)

ToArgb0 calls the ToArgb0 RPC.

func (*ColorClient) ToArgb1_1

func (c *ColorClient) ToArgb1_1(ctx context.Context, handle int64, arg0 int64) (int32, error)

ToArgb1_1 calls the ToArgb1_1 RPC.

func (*ColorClient) ToString

func (c *ColorClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*ColorClient) ValueOf1_4

func (c *ColorClient) ValueOf1_4(ctx context.Context, handle int64, arg0 int32) (int64, error)

ValueOf1_4 calls the ValueOf1_4 RPC.

func (*ColorClient) ValueOf1_5

func (c *ColorClient) ValueOf1_5(ctx context.Context, handle int64, arg0 int64) (int64, error)

ValueOf1_5 calls the ValueOf1_5 RPC.

func (*ColorClient) ValueOf2_3

func (c *ColorClient) ValueOf2_3(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

ValueOf2_3 calls the ValueOf2_3 RPC.

func (*ColorClient) ValueOf3

func (c *ColorClient) ValueOf3(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (int64, error)

ValueOf3 calls the ValueOf3 RPC.

func (*ColorClient) ValueOf4_1

func (c *ColorClient) ValueOf4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int64, error)

ValueOf4_1 calls the ValueOf4_1 RPC.

func (*ColorClient) ValueOf5_2

func (c *ColorClient) ValueOf5_2(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) (int64, error)

ValueOf5_2 calls the ValueOf5_2 RPC.

type ColorMatrixClient

type ColorMatrixClient struct {
	// contains filtered or unexported fields
}

ColorMatrixClient wraps the gRPC ColorMatrixService client.

func NewColorMatrixClient

func NewColorMatrixClient(cc grpc.ClientConnInterface) *ColorMatrixClient

NewColorMatrixClient creates a new ColorMatrix client.

func (*ColorMatrixClient) Equals

func (c *ColorMatrixClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ColorMatrixClient) GetArray

func (c *ColorMatrixClient) GetArray(ctx context.Context, handle int64) (int64, error)

GetArray calls the GetArray RPC.

func (*ColorMatrixClient) PostConcat

func (c *ColorMatrixClient) PostConcat(ctx context.Context, handle int64, arg0 int64) error

PostConcat calls the PostConcat RPC.

func (*ColorMatrixClient) PreConcat

func (c *ColorMatrixClient) PreConcat(ctx context.Context, handle int64, arg0 int64) error

PreConcat calls the PreConcat RPC.

func (*ColorMatrixClient) Reset

func (c *ColorMatrixClient) Reset(ctx context.Context, handle int64) error

Reset calls the Reset RPC.

func (*ColorMatrixClient) Set1

func (c *ColorMatrixClient) Set1(ctx context.Context, handle int64, arg0 int64) error

Set1 calls the Set1 RPC.

func (*ColorMatrixClient) Set1_1

func (c *ColorMatrixClient) Set1_1(ctx context.Context, handle int64, arg0 int64) error

Set1_1 calls the Set1_1 RPC.

func (*ColorMatrixClient) SetConcat

func (c *ColorMatrixClient) SetConcat(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

SetConcat calls the SetConcat RPC.

func (*ColorMatrixClient) SetRGB2YUV

func (c *ColorMatrixClient) SetRGB2YUV(ctx context.Context, handle int64) error

SetRGB2YUV calls the SetRGB2YUV RPC.

func (*ColorMatrixClient) SetRotate

func (c *ColorMatrixClient) SetRotate(ctx context.Context, handle int64, arg0 int32, arg1 float32) error

SetRotate calls the SetRotate RPC.

func (*ColorMatrixClient) SetSaturation

func (c *ColorMatrixClient) SetSaturation(ctx context.Context, handle int64, arg0 float32) error

SetSaturation calls the SetSaturation RPC.

func (*ColorMatrixClient) SetScale

func (c *ColorMatrixClient) SetScale(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

SetScale calls the SetScale RPC.

func (*ColorMatrixClient) SetYUV2RGB

func (c *ColorMatrixClient) SetYUV2RGB(ctx context.Context, handle int64) error

SetYUV2RGB calls the SetYUV2RGB RPC.

type ColorMatrixColorFilterClient

type ColorMatrixColorFilterClient struct {
	// contains filtered or unexported fields
}

ColorMatrixColorFilterClient wraps the gRPC ColorMatrixColorFilterService client.

func NewColorMatrixColorFilterClient

func NewColorMatrixColorFilterClient(cc grpc.ClientConnInterface) *ColorMatrixColorFilterClient

NewColorMatrixColorFilterClient creates a new ColorMatrixColorFilter client.

func (*ColorMatrixColorFilterClient) GetColorMatrix

func (c *ColorMatrixColorFilterClient) GetColorMatrix(ctx context.Context, handle int64, arg0 int64) error

GetColorMatrix calls the GetColorMatrix RPC.

type ColorSpaceAdaptationClient

type ColorSpaceAdaptationClient struct {
	// contains filtered or unexported fields
}

ColorSpaceAdaptationClient wraps the gRPC ColorSpaceAdaptationService client.

func NewColorSpaceAdaptationClient

func NewColorSpaceAdaptationClient(cc grpc.ClientConnInterface) *ColorSpaceAdaptationClient

NewColorSpaceAdaptationClient creates a new ColorSpaceAdaptation client.

func (*ColorSpaceAdaptationClient) ValueOf

func (c *ColorSpaceAdaptationClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*ColorSpaceAdaptationClient) Values

Values calls the Values RPC.

type ColorSpaceClient

type ColorSpaceClient struct {
	// contains filtered or unexported fields
}

ColorSpaceClient wraps the gRPC ColorSpaceService client.

func NewColorSpaceClient

func NewColorSpaceClient(cc grpc.ClientConnInterface) *ColorSpaceClient

NewColorSpaceClient creates a new ColorSpace client.

func (*ColorSpaceClient) Adapt2

func (c *ColorSpaceClient) Adapt2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Adapt2 calls the Adapt2 RPC.

func (*ColorSpaceClient) Adapt3_1

func (c *ColorSpaceClient) Adapt3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

Adapt3_1 calls the Adapt3_1 RPC.

func (*ColorSpaceClient) CctToXyz

func (c *ColorSpaceClient) CctToXyz(ctx context.Context, arg0 int32) (int64, error)

CctToXyz calls the CctToXyz RPC.

func (*ColorSpaceClient) ChromaticAdaptation

func (c *ColorSpaceClient) ChromaticAdaptation(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

ChromaticAdaptation calls the ChromaticAdaptation RPC.

func (*ColorSpaceClient) Connect1

func (c *ColorSpaceClient) Connect1(ctx context.Context, arg0 int64) (int64, error)

Connect1 calls the Connect1 RPC.

func (*ColorSpaceClient) Connect2_1

func (c *ColorSpaceClient) Connect2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Connect2_1 calls the Connect2_1 RPC.

func (*ColorSpaceClient) Connect2_3

func (c *ColorSpaceClient) Connect2_3(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Connect2_3 calls the Connect2_3 RPC.

func (*ColorSpaceClient) Connect3_2

func (c *ColorSpaceClient) Connect3_2(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

Connect3_2 calls the Connect3_2 RPC.

func (*ColorSpaceClient) Equals

func (c *ColorSpaceClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ColorSpaceClient) FromXyz1_1

func (c *ColorSpaceClient) FromXyz1_1(ctx context.Context, arg0 int64) (int64, error)

FromXyz1_1 calls the FromXyz1_1 RPC.

func (*ColorSpaceClient) FromXyz3

func (c *ColorSpaceClient) FromXyz3(ctx context.Context, arg0 float32, arg1 float32, arg2 float32) (int64, error)

FromXyz3 calls the FromXyz3 RPC.

func (*ColorSpaceClient) Get

func (c *ColorSpaceClient) Get(ctx context.Context, arg0 int64) (int64, error)

Get calls the Get RPC.

func (*ColorSpaceClient) GetComponentCount

func (c *ColorSpaceClient) GetComponentCount(ctx context.Context) (int32, error)

GetComponentCount calls the GetComponentCount RPC.

func (*ColorSpaceClient) GetDataSpace

func (c *ColorSpaceClient) GetDataSpace(ctx context.Context) (int32, error)

GetDataSpace calls the GetDataSpace RPC.

func (*ColorSpaceClient) GetFromDataSpace

func (c *ColorSpaceClient) GetFromDataSpace(ctx context.Context, arg0 int32) (int64, error)

GetFromDataSpace calls the GetFromDataSpace RPC.

func (*ColorSpaceClient) GetId

func (c *ColorSpaceClient) GetId(ctx context.Context) (int32, error)

GetId calls the GetId RPC.

func (*ColorSpaceClient) GetMaxValue

func (c *ColorSpaceClient) GetMaxValue(ctx context.Context, arg0 int32) (float32, error)

GetMaxValue calls the GetMaxValue RPC.

func (*ColorSpaceClient) GetMinValue

func (c *ColorSpaceClient) GetMinValue(ctx context.Context, arg0 int32) (float32, error)

GetMinValue calls the GetMinValue RPC.

func (*ColorSpaceClient) GetModel

func (c *ColorSpaceClient) GetModel(ctx context.Context) (int64, error)

GetModel calls the GetModel RPC.

func (*ColorSpaceClient) GetName

func (c *ColorSpaceClient) GetName(ctx context.Context) (string, error)

GetName calls the GetName RPC.

func (*ColorSpaceClient) HashCode

func (c *ColorSpaceClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*ColorSpaceClient) IsSrgb

func (c *ColorSpaceClient) IsSrgb(ctx context.Context) (bool, error)

IsSrgb calls the IsSrgb RPC.

func (*ColorSpaceClient) IsWideGamut

func (c *ColorSpaceClient) IsWideGamut(ctx context.Context) (bool, error)

IsWideGamut calls the IsWideGamut RPC.

func (*ColorSpaceClient) Match

func (c *ColorSpaceClient) Match(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Match calls the Match RPC.

func (*ColorSpaceClient) ToString

func (c *ColorSpaceClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*ColorSpaceClient) ToXyz1_1

func (c *ColorSpaceClient) ToXyz1_1(ctx context.Context, arg0 int64) (int64, error)

ToXyz1_1 calls the ToXyz1_1 RPC.

func (*ColorSpaceClient) ToXyz3

func (c *ColorSpaceClient) ToXyz3(ctx context.Context, arg0 float32, arg1 float32, arg2 float32) (int64, error)

ToXyz3 calls the ToXyz3 RPC.

type ColorSpaceConnectorClient

type ColorSpaceConnectorClient struct {
	// contains filtered or unexported fields
}

ColorSpaceConnectorClient wraps the gRPC ColorSpaceConnectorService client.

func NewColorSpaceConnectorClient

func NewColorSpaceConnectorClient(cc grpc.ClientConnInterface) *ColorSpaceConnectorClient

NewColorSpaceConnectorClient creates a new ColorSpaceConnector client.

func (*ColorSpaceConnectorClient) GetDestination

func (c *ColorSpaceConnectorClient) GetDestination(ctx context.Context) (int64, error)

GetDestination calls the GetDestination RPC.

func (*ColorSpaceConnectorClient) GetRenderIntent

func (c *ColorSpaceConnectorClient) GetRenderIntent(ctx context.Context) (int64, error)

GetRenderIntent calls the GetRenderIntent RPC.

func (*ColorSpaceConnectorClient) GetSource

func (c *ColorSpaceConnectorClient) GetSource(ctx context.Context) (int64, error)

GetSource calls the GetSource RPC.

func (*ColorSpaceConnectorClient) Transform1_1

func (c *ColorSpaceConnectorClient) Transform1_1(ctx context.Context, arg0 int64) (int64, error)

Transform1_1 calls the Transform1_1 RPC.

func (*ColorSpaceConnectorClient) Transform3

func (c *ColorSpaceConnectorClient) Transform3(ctx context.Context, arg0 float32, arg1 float32, arg2 float32) (int64, error)

Transform3 calls the Transform3 RPC.

type ColorSpaceModelClient

type ColorSpaceModelClient struct {
	// contains filtered or unexported fields
}

ColorSpaceModelClient wraps the gRPC ColorSpaceModelService client.

func NewColorSpaceModelClient

func NewColorSpaceModelClient(cc grpc.ClientConnInterface) *ColorSpaceModelClient

NewColorSpaceModelClient creates a new ColorSpaceModel client.

func (*ColorSpaceModelClient) GetComponentCount

func (c *ColorSpaceModelClient) GetComponentCount(ctx context.Context) (int32, error)

GetComponentCount calls the GetComponentCount RPC.

func (*ColorSpaceModelClient) ValueOf

func (c *ColorSpaceModelClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*ColorSpaceModelClient) Values

func (c *ColorSpaceModelClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type ColorSpaceNamedClient

type ColorSpaceNamedClient struct {
	// contains filtered or unexported fields
}

ColorSpaceNamedClient wraps the gRPC ColorSpaceNamedService client.

func NewColorSpaceNamedClient

func NewColorSpaceNamedClient(cc grpc.ClientConnInterface) *ColorSpaceNamedClient

NewColorSpaceNamedClient creates a new ColorSpaceNamed client.

func (*ColorSpaceNamedClient) ValueOf

func (c *ColorSpaceNamedClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*ColorSpaceNamedClient) Values

func (c *ColorSpaceNamedClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type ColorSpaceRenderIntentClient

type ColorSpaceRenderIntentClient struct {
	// contains filtered or unexported fields
}

ColorSpaceRenderIntentClient wraps the gRPC ColorSpaceRenderIntentService client.

func NewColorSpaceRenderIntentClient

func NewColorSpaceRenderIntentClient(cc grpc.ClientConnInterface) *ColorSpaceRenderIntentClient

NewColorSpaceRenderIntentClient creates a new ColorSpaceRenderIntent client.

func (*ColorSpaceRenderIntentClient) ValueOf

func (c *ColorSpaceRenderIntentClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*ColorSpaceRenderIntentClient) Values

Values calls the Values RPC.

type ColorSpaceRgbClient

type ColorSpaceRgbClient struct {
	// contains filtered or unexported fields
}

ColorSpaceRgbClient wraps the gRPC ColorSpaceRgbService client.

func NewColorSpaceRgbClient

func NewColorSpaceRgbClient(cc grpc.ClientConnInterface) *ColorSpaceRgbClient

NewColorSpaceRgbClient creates a new ColorSpaceRgb client.

func (*ColorSpaceRgbClient) Equals

func (c *ColorSpaceRgbClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ColorSpaceRgbClient) FromLinear1_1

func (c *ColorSpaceRgbClient) FromLinear1_1(ctx context.Context, arg0 int64) (int64, error)

FromLinear1_1 calls the FromLinear1_1 RPC.

func (*ColorSpaceRgbClient) FromLinear3

func (c *ColorSpaceRgbClient) FromLinear3(ctx context.Context, arg0 float32, arg1 float32, arg2 float32) (int64, error)

FromLinear3 calls the FromLinear3 RPC.

func (*ColorSpaceRgbClient) FromXyz

func (c *ColorSpaceRgbClient) FromXyz(ctx context.Context, arg0 int64) (int64, error)

FromXyz calls the FromXyz RPC.

func (*ColorSpaceRgbClient) GetEotf

func (c *ColorSpaceRgbClient) GetEotf(ctx context.Context) (int64, error)

GetEotf calls the GetEotf RPC.

func (*ColorSpaceRgbClient) GetInverseTransform0

func (c *ColorSpaceRgbClient) GetInverseTransform0(ctx context.Context) (int64, error)

GetInverseTransform0 calls the GetInverseTransform0 RPC.

func (*ColorSpaceRgbClient) GetInverseTransform1_1

func (c *ColorSpaceRgbClient) GetInverseTransform1_1(ctx context.Context, arg0 int64) (int64, error)

GetInverseTransform1_1 calls the GetInverseTransform1_1 RPC.

func (*ColorSpaceRgbClient) GetMaxValue

func (c *ColorSpaceRgbClient) GetMaxValue(ctx context.Context, arg0 int32) (float32, error)

GetMaxValue calls the GetMaxValue RPC.

func (*ColorSpaceRgbClient) GetMinValue

func (c *ColorSpaceRgbClient) GetMinValue(ctx context.Context, arg0 int32) (float32, error)

GetMinValue calls the GetMinValue RPC.

func (*ColorSpaceRgbClient) GetOetf

func (c *ColorSpaceRgbClient) GetOetf(ctx context.Context) (int64, error)

GetOetf calls the GetOetf RPC.

func (*ColorSpaceRgbClient) GetPrimaries0

func (c *ColorSpaceRgbClient) GetPrimaries0(ctx context.Context) (int64, error)

GetPrimaries0 calls the GetPrimaries0 RPC.

func (*ColorSpaceRgbClient) GetPrimaries1_1

func (c *ColorSpaceRgbClient) GetPrimaries1_1(ctx context.Context, arg0 int64) (int64, error)

GetPrimaries1_1 calls the GetPrimaries1_1 RPC.

func (*ColorSpaceRgbClient) GetTransferParameters

func (c *ColorSpaceRgbClient) GetTransferParameters(ctx context.Context) (int64, error)

GetTransferParameters calls the GetTransferParameters RPC.

func (*ColorSpaceRgbClient) GetTransform0

func (c *ColorSpaceRgbClient) GetTransform0(ctx context.Context) (int64, error)

GetTransform0 calls the GetTransform0 RPC.

func (*ColorSpaceRgbClient) GetTransform1_1

func (c *ColorSpaceRgbClient) GetTransform1_1(ctx context.Context, arg0 int64) (int64, error)

GetTransform1_1 calls the GetTransform1_1 RPC.

func (*ColorSpaceRgbClient) GetWhitePoint0

func (c *ColorSpaceRgbClient) GetWhitePoint0(ctx context.Context) (int64, error)

GetWhitePoint0 calls the GetWhitePoint0 RPC.

func (*ColorSpaceRgbClient) GetWhitePoint1_1

func (c *ColorSpaceRgbClient) GetWhitePoint1_1(ctx context.Context, arg0 int64) (int64, error)

GetWhitePoint1_1 calls the GetWhitePoint1_1 RPC.

func (*ColorSpaceRgbClient) HashCode

func (c *ColorSpaceRgbClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*ColorSpaceRgbClient) IsSrgb

func (c *ColorSpaceRgbClient) IsSrgb(ctx context.Context) (bool, error)

IsSrgb calls the IsSrgb RPC.

func (*ColorSpaceRgbClient) IsWideGamut

func (c *ColorSpaceRgbClient) IsWideGamut(ctx context.Context) (bool, error)

IsWideGamut calls the IsWideGamut RPC.

func (*ColorSpaceRgbClient) ToLinear1_1

func (c *ColorSpaceRgbClient) ToLinear1_1(ctx context.Context, arg0 int64) (int64, error)

ToLinear1_1 calls the ToLinear1_1 RPC.

func (*ColorSpaceRgbClient) ToLinear3

func (c *ColorSpaceRgbClient) ToLinear3(ctx context.Context, arg0 float32, arg1 float32, arg2 float32) (int64, error)

ToLinear3 calls the ToLinear3 RPC.

func (*ColorSpaceRgbClient) ToXyz

func (c *ColorSpaceRgbClient) ToXyz(ctx context.Context, arg0 int64) (int64, error)

ToXyz calls the ToXyz RPC.

type GainmapClient

type GainmapClient struct {
	// contains filtered or unexported fields
}

GainmapClient wraps the gRPC GainmapService client.

func NewGainmapClient

func NewGainmapClient(cc grpc.ClientConnInterface) *GainmapClient

NewGainmapClient creates a new Gainmap client.

func (*GainmapClient) DescribeContents

func (c *GainmapClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*GainmapClient) GetAlternativeImagePrimaries

func (c *GainmapClient) GetAlternativeImagePrimaries(ctx context.Context, handle int64) (int64, error)

GetAlternativeImagePrimaries calls the GetAlternativeImagePrimaries RPC.

func (*GainmapClient) GetDisplayRatioForFullHdr

func (c *GainmapClient) GetDisplayRatioForFullHdr(ctx context.Context, handle int64) (float32, error)

GetDisplayRatioForFullHdr calls the GetDisplayRatioForFullHdr RPC.

func (*GainmapClient) GetEpsilonHdr

func (c *GainmapClient) GetEpsilonHdr(ctx context.Context, handle int64) (int64, error)

GetEpsilonHdr calls the GetEpsilonHdr RPC.

func (*GainmapClient) GetEpsilonSdr

func (c *GainmapClient) GetEpsilonSdr(ctx context.Context, handle int64) (int64, error)

GetEpsilonSdr calls the GetEpsilonSdr RPC.

func (*GainmapClient) GetGainmapContents

func (c *GainmapClient) GetGainmapContents(ctx context.Context, handle int64) (int64, error)

GetGainmapContents calls the GetGainmapContents RPC.

func (*GainmapClient) GetGainmapDirection

func (c *GainmapClient) GetGainmapDirection(ctx context.Context, handle int64) (int32, error)

GetGainmapDirection calls the GetGainmapDirection RPC.

func (*GainmapClient) GetGamma

func (c *GainmapClient) GetGamma(ctx context.Context, handle int64) (int64, error)

GetGamma calls the GetGamma RPC.

func (*GainmapClient) GetMinDisplayRatioForHdrTransition

func (c *GainmapClient) GetMinDisplayRatioForHdrTransition(ctx context.Context, handle int64) (float32, error)

GetMinDisplayRatioForHdrTransition calls the GetMinDisplayRatioForHdrTransition RPC.

func (*GainmapClient) GetRatioMax

func (c *GainmapClient) GetRatioMax(ctx context.Context, handle int64) (int64, error)

GetRatioMax calls the GetRatioMax RPC.

func (*GainmapClient) GetRatioMin

func (c *GainmapClient) GetRatioMin(ctx context.Context, handle int64) (int64, error)

GetRatioMin calls the GetRatioMin RPC.

func (*GainmapClient) SetAlternativeImagePrimaries

func (c *GainmapClient) SetAlternativeImagePrimaries(ctx context.Context, handle int64, arg0 int64) error

SetAlternativeImagePrimaries calls the SetAlternativeImagePrimaries RPC.

func (*GainmapClient) SetDisplayRatioForFullHdr

func (c *GainmapClient) SetDisplayRatioForFullHdr(ctx context.Context, handle int64, arg0 float32) error

SetDisplayRatioForFullHdr calls the SetDisplayRatioForFullHdr RPC.

func (*GainmapClient) SetEpsilonHdr

func (c *GainmapClient) SetEpsilonHdr(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

SetEpsilonHdr calls the SetEpsilonHdr RPC.

func (*GainmapClient) SetEpsilonSdr

func (c *GainmapClient) SetEpsilonSdr(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

SetEpsilonSdr calls the SetEpsilonSdr RPC.

func (*GainmapClient) SetGainmapContents

func (c *GainmapClient) SetGainmapContents(ctx context.Context, handle int64, arg0 int64) error

SetGainmapContents calls the SetGainmapContents RPC.

func (*GainmapClient) SetGainmapDirection

func (c *GainmapClient) SetGainmapDirection(ctx context.Context, handle int64, arg0 int32) error

SetGainmapDirection calls the SetGainmapDirection RPC.

func (*GainmapClient) SetGamma

func (c *GainmapClient) SetGamma(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

SetGamma calls the SetGamma RPC.

func (*GainmapClient) SetMinDisplayRatioForHdrTransition

func (c *GainmapClient) SetMinDisplayRatioForHdrTransition(ctx context.Context, handle int64, arg0 float32) error

SetMinDisplayRatioForHdrTransition calls the SetMinDisplayRatioForHdrTransition RPC.

func (*GainmapClient) SetRatioMax

func (c *GainmapClient) SetRatioMax(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

SetRatioMax calls the SetRatioMax RPC.

func (*GainmapClient) SetRatioMin

func (c *GainmapClient) SetRatioMin(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

SetRatioMin calls the SetRatioMin RPC.

func (*GainmapClient) WriteToParcel

func (c *GainmapClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type HardwareBufferRendererClient

type HardwareBufferRendererClient struct {
	// contains filtered or unexported fields
}

HardwareBufferRendererClient wraps the gRPC HardwareBufferRendererService client.

func NewHardwareBufferRendererClient

func NewHardwareBufferRendererClient(cc grpc.ClientConnInterface) *HardwareBufferRendererClient

NewHardwareBufferRendererClient creates a new HardwareBufferRenderer client.

func (*HardwareBufferRendererClient) Close

func (c *HardwareBufferRendererClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*HardwareBufferRendererClient) IsClosed

func (c *HardwareBufferRendererClient) IsClosed(ctx context.Context, handle int64) (bool, error)

IsClosed calls the IsClosed RPC.

func (*HardwareBufferRendererClient) ObtainRenderRequest

func (c *HardwareBufferRendererClient) ObtainRenderRequest(ctx context.Context, handle int64) (int64, error)

ObtainRenderRequest calls the ObtainRenderRequest RPC.

func (*HardwareBufferRendererClient) SetContentRoot

func (c *HardwareBufferRendererClient) SetContentRoot(ctx context.Context, handle int64, arg0 int64) error

SetContentRoot calls the SetContentRoot RPC.

func (*HardwareBufferRendererClient) SetLightSourceAlpha

func (c *HardwareBufferRendererClient) SetLightSourceAlpha(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

SetLightSourceAlpha calls the SetLightSourceAlpha RPC.

func (*HardwareBufferRendererClient) SetLightSourceGeometry

func (c *HardwareBufferRendererClient) SetLightSourceGeometry(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

SetLightSourceGeometry calls the SetLightSourceGeometry RPC.

type HardwareBufferRendererRenderRequestClient

type HardwareBufferRendererRenderRequestClient struct {
	// contains filtered or unexported fields
}

HardwareBufferRendererRenderRequestClient wraps the gRPC HardwareBufferRendererRenderRequestService client.

func NewHardwareBufferRendererRenderRequestClient

func NewHardwareBufferRendererRenderRequestClient(cc grpc.ClientConnInterface) *HardwareBufferRendererRenderRequestClient

NewHardwareBufferRendererRenderRequestClient creates a new HardwareBufferRendererRenderRequest client.

func (*HardwareBufferRendererRenderRequestClient) SetBufferTransform

func (c *HardwareBufferRendererRenderRequestClient) SetBufferTransform(ctx context.Context, arg0 int32) (int64, error)

SetBufferTransform calls the SetBufferTransform RPC.

func (*HardwareBufferRendererRenderRequestClient) SetColorSpace

SetColorSpace calls the SetColorSpace RPC.

type HardwareBufferRendererRenderResultClient

type HardwareBufferRendererRenderResultClient struct {
	// contains filtered or unexported fields
}

HardwareBufferRendererRenderResultClient wraps the gRPC HardwareBufferRendererRenderResultService client.

func NewHardwareBufferRendererRenderResultClient

func NewHardwareBufferRendererRenderResultClient(cc grpc.ClientConnInterface) *HardwareBufferRendererRenderResultClient

NewHardwareBufferRendererRenderResultClient creates a new HardwareBufferRendererRenderResult client.

func (*HardwareBufferRendererRenderResultClient) GetFence

GetFence calls the GetFence RPC.

func (*HardwareBufferRendererRenderResultClient) GetStatus

GetStatus calls the GetStatus RPC.

type HardwareRendererClient

type HardwareRendererClient struct {
	// contains filtered or unexported fields
}

HardwareRendererClient wraps the gRPC HardwareRendererService client.

func NewHardwareRendererClient

func NewHardwareRendererClient(cc grpc.ClientConnInterface) *HardwareRendererClient

NewHardwareRendererClient creates a new HardwareRenderer client.

func (*HardwareRendererClient) ClearContent

func (c *HardwareRendererClient) ClearContent(ctx context.Context, handle int64) error

ClearContent calls the ClearContent RPC.

func (*HardwareRendererClient) CreateRenderRequest

func (c *HardwareRendererClient) CreateRenderRequest(ctx context.Context, handle int64) (int64, error)

CreateRenderRequest calls the CreateRenderRequest RPC.

func (*HardwareRendererClient) Destroy

func (c *HardwareRendererClient) Destroy(ctx context.Context, handle int64) error

Destroy calls the Destroy RPC.

func (*HardwareRendererClient) IsDrawingEnabled

func (c *HardwareRendererClient) IsDrawingEnabled(ctx context.Context, handle int64) (bool, error)

IsDrawingEnabled calls the IsDrawingEnabled RPC.

func (*HardwareRendererClient) IsOpaque

func (c *HardwareRendererClient) IsOpaque(ctx context.Context, handle int64) (bool, error)

IsOpaque calls the IsOpaque RPC.

func (*HardwareRendererClient) NotifyFramePending

func (c *HardwareRendererClient) NotifyFramePending(ctx context.Context, handle int64) error

NotifyFramePending calls the NotifyFramePending RPC.

func (*HardwareRendererClient) SetContentRoot

func (c *HardwareRendererClient) SetContentRoot(ctx context.Context, handle int64, arg0 int64) error

SetContentRoot calls the SetContentRoot RPC.

func (*HardwareRendererClient) SetDrawingEnabled

func (c *HardwareRendererClient) SetDrawingEnabled(ctx context.Context, handle int64, arg0 bool) error

SetDrawingEnabled calls the SetDrawingEnabled RPC.

func (*HardwareRendererClient) SetLightSourceAlpha

func (c *HardwareRendererClient) SetLightSourceAlpha(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

SetLightSourceAlpha calls the SetLightSourceAlpha RPC.

func (*HardwareRendererClient) SetLightSourceGeometry

func (c *HardwareRendererClient) SetLightSourceGeometry(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

SetLightSourceGeometry calls the SetLightSourceGeometry RPC.

func (*HardwareRendererClient) SetName

func (c *HardwareRendererClient) SetName(ctx context.Context, handle int64, arg0 string) error

SetName calls the SetName RPC.

func (*HardwareRendererClient) SetOpaque

func (c *HardwareRendererClient) SetOpaque(ctx context.Context, handle int64, arg0 bool) error

SetOpaque calls the SetOpaque RPC.

func (*HardwareRendererClient) SetSurface

func (c *HardwareRendererClient) SetSurface(ctx context.Context, handle int64, arg0 int64) error

SetSurface calls the SetSurface RPC.

func (*HardwareRendererClient) Start

func (c *HardwareRendererClient) Start(ctx context.Context, handle int64) error

Start calls the Start RPC.

func (*HardwareRendererClient) Stop

func (c *HardwareRendererClient) Stop(ctx context.Context, handle int64) error

Stop calls the Stop RPC.

type HardwareRendererFrameRenderRequestClient

type HardwareRendererFrameRenderRequestClient struct {
	// contains filtered or unexported fields
}

HardwareRendererFrameRenderRequestClient wraps the gRPC HardwareRendererFrameRenderRequestService client.

func NewHardwareRendererFrameRenderRequestClient

func NewHardwareRendererFrameRenderRequestClient(cc grpc.ClientConnInterface) *HardwareRendererFrameRenderRequestClient

NewHardwareRendererFrameRenderRequestClient creates a new HardwareRendererFrameRenderRequest client.

func (*HardwareRendererFrameRenderRequestClient) SetFrameCommitCallback

func (c *HardwareRendererFrameRenderRequestClient) SetFrameCommitCallback(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetFrameCommitCallback calls the SetFrameCommitCallback RPC.

func (*HardwareRendererFrameRenderRequestClient) SetVsyncTime

SetVsyncTime calls the SetVsyncTime RPC.

func (*HardwareRendererFrameRenderRequestClient) SetWaitForPresent

func (c *HardwareRendererFrameRenderRequestClient) SetWaitForPresent(ctx context.Context, arg0 bool) (int64, error)

SetWaitForPresent calls the SetWaitForPresent RPC.

func (*HardwareRendererFrameRenderRequestClient) SyncAndDraw

SyncAndDraw calls the SyncAndDraw RPC.

type ImageDecoderClient

type ImageDecoderClient struct {
	// contains filtered or unexported fields
}

ImageDecoderClient wraps the gRPC ImageDecoderService client.

func NewImageDecoderClient

func NewImageDecoderClient(cc grpc.ClientConnInterface) *ImageDecoderClient

NewImageDecoderClient creates a new ImageDecoder client.

func (*ImageDecoderClient) Close

func (c *ImageDecoderClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*ImageDecoderClient) CreateSource1_3

func (c *ImageDecoderClient) CreateSource1_3(ctx context.Context, arg0 int64) (int64, error)

CreateSource1_3 calls the CreateSource1_3 RPC.

func (*ImageDecoderClient) CreateSource1_5

func (c *ImageDecoderClient) CreateSource1_5(ctx context.Context, arg0 int64) (int64, error)

CreateSource1_5 calls the CreateSource1_5 RPC.

func (*ImageDecoderClient) CreateSource2

func (c *ImageDecoderClient) CreateSource2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

CreateSource2 calls the CreateSource2 RPC.

func (*ImageDecoderClient) CreateSource2_1

func (c *ImageDecoderClient) CreateSource2_1(ctx context.Context, arg0 int64, arg1 string) (int64, error)

CreateSource2_1 calls the CreateSource2_1 RPC.

func (*ImageDecoderClient) CreateSource2_2

func (c *ImageDecoderClient) CreateSource2_2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

CreateSource2_2 calls the CreateSource2_2 RPC.

func (*ImageDecoderClient) CreateSource3_4

func (c *ImageDecoderClient) CreateSource3_4(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)

CreateSource3_4 calls the CreateSource3_4 RPC.

func (*ImageDecoderClient) DecodeBitmap1

func (c *ImageDecoderClient) DecodeBitmap1(ctx context.Context, arg0 int64) (int64, error)

DecodeBitmap1 calls the DecodeBitmap1 RPC.

func (*ImageDecoderClient) DecodeBitmap2_1

func (c *ImageDecoderClient) DecodeBitmap2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

DecodeBitmap2_1 calls the DecodeBitmap2_1 RPC.

func (*ImageDecoderClient) DecodeDrawable1

func (c *ImageDecoderClient) DecodeDrawable1(ctx context.Context, arg0 int64) (int64, error)

DecodeDrawable1 calls the DecodeDrawable1 RPC.

func (*ImageDecoderClient) DecodeDrawable2_1

func (c *ImageDecoderClient) DecodeDrawable2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

DecodeDrawable2_1 calls the DecodeDrawable2_1 RPC.

func (*ImageDecoderClient) GetAllocator

func (c *ImageDecoderClient) GetAllocator(ctx context.Context) (int32, error)

GetAllocator calls the GetAllocator RPC.

func (*ImageDecoderClient) GetCrop

func (c *ImageDecoderClient) GetCrop(ctx context.Context) (int64, error)

GetCrop calls the GetCrop RPC.

func (*ImageDecoderClient) GetMemorySizePolicy

func (c *ImageDecoderClient) GetMemorySizePolicy(ctx context.Context) (int32, error)

GetMemorySizePolicy calls the GetMemorySizePolicy RPC.

func (*ImageDecoderClient) GetOnPartialImageListener

func (c *ImageDecoderClient) GetOnPartialImageListener(ctx context.Context) (int64, error)

GetOnPartialImageListener calls the GetOnPartialImageListener RPC.

func (*ImageDecoderClient) GetPostProcessor

func (c *ImageDecoderClient) GetPostProcessor(ctx context.Context) (int64, error)

GetPostProcessor calls the GetPostProcessor RPC.

func (*ImageDecoderClient) IsDecodeAsAlphaMaskEnabled

func (c *ImageDecoderClient) IsDecodeAsAlphaMaskEnabled(ctx context.Context) (bool, error)

IsDecodeAsAlphaMaskEnabled calls the IsDecodeAsAlphaMaskEnabled RPC.

func (*ImageDecoderClient) IsMimeTypeSupported

func (c *ImageDecoderClient) IsMimeTypeSupported(ctx context.Context, arg0 string) (bool, error)

IsMimeTypeSupported calls the IsMimeTypeSupported RPC.

func (*ImageDecoderClient) IsMutableRequired

func (c *ImageDecoderClient) IsMutableRequired(ctx context.Context) (bool, error)

IsMutableRequired calls the IsMutableRequired RPC.

func (*ImageDecoderClient) IsUnpremultipliedRequired

func (c *ImageDecoderClient) IsUnpremultipliedRequired(ctx context.Context) (bool, error)

IsUnpremultipliedRequired calls the IsUnpremultipliedRequired RPC.

func (*ImageDecoderClient) SetAllocator

func (c *ImageDecoderClient) SetAllocator(ctx context.Context, arg0 int32) error

SetAllocator calls the SetAllocator RPC.

func (*ImageDecoderClient) SetCrop

func (c *ImageDecoderClient) SetCrop(ctx context.Context, arg0 int64) error

SetCrop calls the SetCrop RPC.

func (*ImageDecoderClient) SetDecodeAsAlphaMaskEnabled

func (c *ImageDecoderClient) SetDecodeAsAlphaMaskEnabled(ctx context.Context, arg0 bool) error

SetDecodeAsAlphaMaskEnabled calls the SetDecodeAsAlphaMaskEnabled RPC.

func (*ImageDecoderClient) SetMemorySizePolicy

func (c *ImageDecoderClient) SetMemorySizePolicy(ctx context.Context, arg0 int32) error

SetMemorySizePolicy calls the SetMemorySizePolicy RPC.

func (*ImageDecoderClient) SetMutableRequired

func (c *ImageDecoderClient) SetMutableRequired(ctx context.Context, arg0 bool) error

SetMutableRequired calls the SetMutableRequired RPC.

func (*ImageDecoderClient) SetOnPartialImageListener

func (c *ImageDecoderClient) SetOnPartialImageListener(ctx context.Context, arg0 int64) error

SetOnPartialImageListener calls the SetOnPartialImageListener RPC.

func (*ImageDecoderClient) SetPostProcessor

func (c *ImageDecoderClient) SetPostProcessor(ctx context.Context, arg0 int64) error

SetPostProcessor calls the SetPostProcessor RPC.

func (*ImageDecoderClient) SetTargetColorSpace

func (c *ImageDecoderClient) SetTargetColorSpace(ctx context.Context, arg0 int64) error

SetTargetColorSpace calls the SetTargetColorSpace RPC.

func (*ImageDecoderClient) SetTargetSampleSize

func (c *ImageDecoderClient) SetTargetSampleSize(ctx context.Context, arg0 int32) error

SetTargetSampleSize calls the SetTargetSampleSize RPC.

func (*ImageDecoderClient) SetTargetSize

func (c *ImageDecoderClient) SetTargetSize(ctx context.Context, arg0 int32, arg1 int32) error

SetTargetSize calls the SetTargetSize RPC.

func (*ImageDecoderClient) SetUnpremultipliedRequired

func (c *ImageDecoderClient) SetUnpremultipliedRequired(ctx context.Context, arg0 bool) error

SetUnpremultipliedRequired calls the SetUnpremultipliedRequired RPC.

type ImageDecoderDecodeExceptionClient

type ImageDecoderDecodeExceptionClient struct {
	// contains filtered or unexported fields
}

ImageDecoderDecodeExceptionClient wraps the gRPC ImageDecoderDecodeExceptionService client.

func NewImageDecoderDecodeExceptionClient

func NewImageDecoderDecodeExceptionClient(cc grpc.ClientConnInterface) *ImageDecoderDecodeExceptionClient

NewImageDecoderDecodeExceptionClient creates a new ImageDecoderDecodeException client.

func (*ImageDecoderDecodeExceptionClient) GetError

GetError calls the GetError RPC.

func (*ImageDecoderDecodeExceptionClient) GetSource

GetSource calls the GetSource RPC.

type ImageDecoderImageInfoClient

type ImageDecoderImageInfoClient struct {
	// contains filtered or unexported fields
}

ImageDecoderImageInfoClient wraps the gRPC ImageDecoderImageInfoService client.

func NewImageDecoderImageInfoClient

func NewImageDecoderImageInfoClient(cc grpc.ClientConnInterface) *ImageDecoderImageInfoClient

NewImageDecoderImageInfoClient creates a new ImageDecoderImageInfo client.

func (*ImageDecoderImageInfoClient) GetColorSpace

func (c *ImageDecoderImageInfoClient) GetColorSpace(ctx context.Context) (int64, error)

GetColorSpace calls the GetColorSpace RPC.

func (*ImageDecoderImageInfoClient) GetMimeType

func (c *ImageDecoderImageInfoClient) GetMimeType(ctx context.Context) (string, error)

GetMimeType calls the GetMimeType RPC.

func (*ImageDecoderImageInfoClient) GetSize

GetSize calls the GetSize RPC.

func (*ImageDecoderImageInfoClient) IsAnimated

func (c *ImageDecoderImageInfoClient) IsAnimated(ctx context.Context) (bool, error)

IsAnimated calls the IsAnimated RPC.

type ImageDecoderOnHeaderDecodedListenerClient

type ImageDecoderOnHeaderDecodedListenerClient struct {
	// contains filtered or unexported fields
}

ImageDecoderOnHeaderDecodedListenerClient wraps the gRPC ImageDecoderOnHeaderDecodedListenerService client.

func NewImageDecoderOnHeaderDecodedListenerClient

func NewImageDecoderOnHeaderDecodedListenerClient(cc grpc.ClientConnInterface) *ImageDecoderOnHeaderDecodedListenerClient

NewImageDecoderOnHeaderDecodedListenerClient creates a new ImageDecoderOnHeaderDecodedListener client.

func (*ImageDecoderOnHeaderDecodedListenerClient) OnHeaderDecoded

func (c *ImageDecoderOnHeaderDecodedListenerClient) OnHeaderDecoded(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnHeaderDecoded calls the OnHeaderDecoded RPC.

type ImageDecoderOnPartialImageListenerClient

type ImageDecoderOnPartialImageListenerClient struct {
	// contains filtered or unexported fields
}

ImageDecoderOnPartialImageListenerClient wraps the gRPC ImageDecoderOnPartialImageListenerService client.

func NewImageDecoderOnPartialImageListenerClient

func NewImageDecoderOnPartialImageListenerClient(cc grpc.ClientConnInterface) *ImageDecoderOnPartialImageListenerClient

NewImageDecoderOnPartialImageListenerClient creates a new ImageDecoderOnPartialImageListener client.

func (*ImageDecoderOnPartialImageListenerClient) OnPartialImage

func (c *ImageDecoderOnPartialImageListenerClient) OnPartialImage(ctx context.Context, arg0 int64) (bool, error)

OnPartialImage calls the OnPartialImage RPC.

type ImageFormatClient

type ImageFormatClient struct {
	// contains filtered or unexported fields
}

ImageFormatClient wraps the gRPC ImageFormatService client.

func NewImageFormatClient

func NewImageFormatClient(cc grpc.ClientConnInterface) *ImageFormatClient

NewImageFormatClient creates a new ImageFormat client.

func (*ImageFormatClient) GetBitsPerPixel

func (c *ImageFormatClient) GetBitsPerPixel(ctx context.Context, handle int64, arg0 int32) (int32, error)

GetBitsPerPixel calls the GetBitsPerPixel RPC.

type InsetsClient

type InsetsClient struct {
	// contains filtered or unexported fields
}

InsetsClient wraps the gRPC InsetsService client.

func NewInsetsClient

func NewInsetsClient(cc grpc.ClientConnInterface) *InsetsClient

NewInsetsClient creates a new Insets client.

func (*InsetsClient) Add

func (c *InsetsClient) Add(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Add calls the Add RPC.

func (*InsetsClient) DescribeContents

func (c *InsetsClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*InsetsClient) Equals

func (c *InsetsClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*InsetsClient) HashCode

func (c *InsetsClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*InsetsClient) Max

func (c *InsetsClient) Max(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Max calls the Max RPC.

func (*InsetsClient) Min

func (c *InsetsClient) Min(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Min calls the Min RPC.

func (*InsetsClient) Of1

func (c *InsetsClient) Of1(ctx context.Context, arg0 int64) (int64, error)

Of1 calls the Of1 RPC.

func (*InsetsClient) Of4_1

func (c *InsetsClient) Of4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int64, error)

Of4_1 calls the Of4_1 RPC.

func (*InsetsClient) Subtract

func (c *InsetsClient) Subtract(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

Subtract calls the Subtract RPC.

func (*InsetsClient) ToString

func (c *InsetsClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*InsetsClient) WriteToParcel

func (c *InsetsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type InterpolatorClient

type InterpolatorClient struct {
	// contains filtered or unexported fields
}

InterpolatorClient wraps the gRPC InterpolatorService client.

func NewInterpolatorClient

func NewInterpolatorClient(cc grpc.ClientConnInterface) *InterpolatorClient

NewInterpolatorClient creates a new Interpolator client.

func (*InterpolatorClient) GetKeyFrameCount

func (c *InterpolatorClient) GetKeyFrameCount(ctx context.Context, handle int64) (int32, error)

GetKeyFrameCount calls the GetKeyFrameCount RPC.

func (*InterpolatorClient) GetValueCount

func (c *InterpolatorClient) GetValueCount(ctx context.Context, handle int64) (int32, error)

GetValueCount calls the GetValueCount RPC.

func (*InterpolatorClient) Reset1

func (c *InterpolatorClient) Reset1(ctx context.Context, handle int64, arg0 int32) error

Reset1 calls the Reset1 RPC.

func (*InterpolatorClient) Reset2_1

func (c *InterpolatorClient) Reset2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Reset2_1 calls the Reset2_1 RPC.

func (*InterpolatorClient) SetKeyFrame3

func (c *InterpolatorClient) SetKeyFrame3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error

SetKeyFrame3 calls the SetKeyFrame3 RPC.

func (*InterpolatorClient) SetKeyFrame4_1

func (c *InterpolatorClient) SetKeyFrame4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64, arg3 int64) error

SetKeyFrame4_1 calls the SetKeyFrame4_1 RPC.

func (*InterpolatorClient) SetRepeatMirror

func (c *InterpolatorClient) SetRepeatMirror(ctx context.Context, handle int64, arg0 float32, arg1 bool) error

SetRepeatMirror calls the SetRepeatMirror RPC.

func (*InterpolatorClient) TimeToValues1

func (c *InterpolatorClient) TimeToValues1(ctx context.Context, handle int64, arg0 int64) (int64, error)

TimeToValues1 calls the TimeToValues1 RPC.

func (*InterpolatorClient) TimeToValues2_1

func (c *InterpolatorClient) TimeToValues2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)

TimeToValues2_1 calls the TimeToValues2_1 RPC.

type InterpolatorResultClient

type InterpolatorResultClient struct {
	// contains filtered or unexported fields
}

InterpolatorResultClient wraps the gRPC InterpolatorResultService client.

func NewInterpolatorResultClient

func NewInterpolatorResultClient(cc grpc.ClientConnInterface) *InterpolatorResultClient

NewInterpolatorResultClient creates a new InterpolatorResult client.

func (*InterpolatorResultClient) ValueOf

func (c *InterpolatorResultClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*InterpolatorResultClient) Values

Values calls the Values RPC.

type LightingColorFilterClient

type LightingColorFilterClient struct {
	// contains filtered or unexported fields
}

LightingColorFilterClient wraps the gRPC LightingColorFilterService client.

func NewLightingColorFilterClient

func NewLightingColorFilterClient(cc grpc.ClientConnInterface) *LightingColorFilterClient

NewLightingColorFilterClient creates a new LightingColorFilter client.

func (*LightingColorFilterClient) GetColorAdd

func (c *LightingColorFilterClient) GetColorAdd(ctx context.Context, handle int64) (int32, error)

GetColorAdd calls the GetColorAdd RPC.

func (*LightingColorFilterClient) GetColorMultiply

func (c *LightingColorFilterClient) GetColorMultiply(ctx context.Context, handle int64) (int32, error)

GetColorMultiply calls the GetColorMultiply RPC.

type Matrix44Client

type Matrix44Client struct {
	// contains filtered or unexported fields
}

Matrix44Client wraps the gRPC Matrix44Service client.

func NewMatrix44Client

func NewMatrix44Client(cc grpc.ClientConnInterface) *Matrix44Client

NewMatrix44Client creates a new Matrix44 client.

func (*Matrix44Client) Concat

func (c *Matrix44Client) Concat(ctx context.Context, handle int64, arg0 int64) (int64, error)

Concat calls the Concat RPC.

func (*Matrix44Client) Equals

func (c *Matrix44Client) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*Matrix44Client) Get

func (c *Matrix44Client) Get(ctx context.Context, handle int64, arg0 int32, arg1 int32) (float32, error)

Get calls the Get RPC.

func (*Matrix44Client) GetValues

func (c *Matrix44Client) GetValues(ctx context.Context, handle int64, arg0 int64) error

GetValues calls the GetValues RPC.

func (*Matrix44Client) HashCode

func (c *Matrix44Client) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*Matrix44Client) Invert

func (c *Matrix44Client) Invert(ctx context.Context, handle int64) (bool, error)

Invert calls the Invert RPC.

func (*Matrix44Client) IsIdentity

func (c *Matrix44Client) IsIdentity(ctx context.Context, handle int64) (bool, error)

IsIdentity calls the IsIdentity RPC.

func (*Matrix44Client) Map4

func (c *Matrix44Client) Map4(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int64, error)

Map4 calls the Map4 RPC.

func (*Matrix44Client) Map5_1

func (c *Matrix44Client) Map5_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) error

Map5_1 calls the Map5_1 RPC.

func (*Matrix44Client) Reset

func (c *Matrix44Client) Reset(ctx context.Context, handle int64) error

Reset calls the Reset RPC.

func (*Matrix44Client) Rotate

func (c *Matrix44Client) Rotate(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int64, error)

Rotate calls the Rotate RPC.

func (*Matrix44Client) Scale

func (c *Matrix44Client) Scale(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (int64, error)

Scale calls the Scale RPC.

func (*Matrix44Client) Set

func (c *Matrix44Client) Set(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 float32) error

Set calls the Set RPC.

func (*Matrix44Client) SetValues

func (c *Matrix44Client) SetValues(ctx context.Context, handle int64, arg0 int64) error

SetValues calls the SetValues RPC.

func (*Matrix44Client) ToString

func (c *Matrix44Client) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*Matrix44Client) Translate

func (c *Matrix44Client) Translate(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (int64, error)

Translate calls the Translate RPC.

type MatrixClient

type MatrixClient struct {
	// contains filtered or unexported fields
}

MatrixClient wraps the gRPC MatrixService client.

func NewMatrixClient

func NewMatrixClient(cc grpc.ClientConnInterface) *MatrixClient

NewMatrixClient creates a new Matrix client.

func (*MatrixClient) Dump

func (c *MatrixClient) Dump(ctx context.Context, handle int64, arg0 int64) error

Dump calls the Dump RPC.

func (*MatrixClient) Equals

func (c *MatrixClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*MatrixClient) GetValues

func (c *MatrixClient) GetValues(ctx context.Context, handle int64, arg0 int64) error

GetValues calls the GetValues RPC.

func (*MatrixClient) HashCode

func (c *MatrixClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*MatrixClient) Invert

func (c *MatrixClient) Invert(ctx context.Context, handle int64, arg0 int64) (bool, error)

Invert calls the Invert RPC.

func (*MatrixClient) IsAffine

func (c *MatrixClient) IsAffine(ctx context.Context, handle int64) (bool, error)

IsAffine calls the IsAffine RPC.

func (*MatrixClient) IsIdentity

func (c *MatrixClient) IsIdentity(ctx context.Context, handle int64) (bool, error)

IsIdentity calls the IsIdentity RPC.

func (*MatrixClient) MapPoints1

func (c *MatrixClient) MapPoints1(ctx context.Context, handle int64, arg0 int64) error

MapPoints1 calls the MapPoints1 RPC.

func (*MatrixClient) MapPoints2_1

func (c *MatrixClient) MapPoints2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

MapPoints2_1 calls the MapPoints2_1 RPC.

func (*MatrixClient) MapPoints5_2

func (c *MatrixClient) MapPoints5_2(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, arg3 int32, arg4 int32) error

MapPoints5_2 calls the MapPoints5_2 RPC.

func (*MatrixClient) MapRadius

func (c *MatrixClient) MapRadius(ctx context.Context, handle int64, arg0 float32) (float32, error)

MapRadius calls the MapRadius RPC.

func (*MatrixClient) MapRect1

func (c *MatrixClient) MapRect1(ctx context.Context, handle int64, arg0 int64) (bool, error)

MapRect1 calls the MapRect1 RPC.

func (*MatrixClient) MapRect2_1

func (c *MatrixClient) MapRect2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

MapRect2_1 calls the MapRect2_1 RPC.

func (*MatrixClient) MapVectors1

func (c *MatrixClient) MapVectors1(ctx context.Context, handle int64, arg0 int64) error

MapVectors1 calls the MapVectors1 RPC.

func (*MatrixClient) MapVectors2_1

func (c *MatrixClient) MapVectors2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

MapVectors2_1 calls the MapVectors2_1 RPC.

func (*MatrixClient) MapVectors5_2

func (c *MatrixClient) MapVectors5_2(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, arg3 int32, arg4 int32) error

MapVectors5_2 calls the MapVectors5_2 RPC.

func (*MatrixClient) PostConcat

func (c *MatrixClient) PostConcat(ctx context.Context, handle int64, arg0 int64) (bool, error)

PostConcat calls the PostConcat RPC.

func (*MatrixClient) PostRotate1

func (c *MatrixClient) PostRotate1(ctx context.Context, handle int64, arg0 float32) (bool, error)

PostRotate1 calls the PostRotate1 RPC.

func (*MatrixClient) PostRotate3_1

func (c *MatrixClient) PostRotate3_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (bool, error)

PostRotate3_1 calls the PostRotate3_1 RPC.

func (*MatrixClient) PostScale2

func (c *MatrixClient) PostScale2(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

PostScale2 calls the PostScale2 RPC.

func (*MatrixClient) PostScale4_1

func (c *MatrixClient) PostScale4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (bool, error)

PostScale4_1 calls the PostScale4_1 RPC.

func (*MatrixClient) PostSkew2

func (c *MatrixClient) PostSkew2(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

PostSkew2 calls the PostSkew2 RPC.

func (*MatrixClient) PostSkew4_1

func (c *MatrixClient) PostSkew4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (bool, error)

PostSkew4_1 calls the PostSkew4_1 RPC.

func (*MatrixClient) PostTranslate

func (c *MatrixClient) PostTranslate(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

PostTranslate calls the PostTranslate RPC.

func (*MatrixClient) PreConcat

func (c *MatrixClient) PreConcat(ctx context.Context, handle int64, arg0 int64) (bool, error)

PreConcat calls the PreConcat RPC.

func (*MatrixClient) PreRotate1

func (c *MatrixClient) PreRotate1(ctx context.Context, handle int64, arg0 float32) (bool, error)

PreRotate1 calls the PreRotate1 RPC.

func (*MatrixClient) PreRotate3_1

func (c *MatrixClient) PreRotate3_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) (bool, error)

PreRotate3_1 calls the PreRotate3_1 RPC.

func (*MatrixClient) PreScale2

func (c *MatrixClient) PreScale2(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

PreScale2 calls the PreScale2 RPC.

func (*MatrixClient) PreScale4_1

func (c *MatrixClient) PreScale4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (bool, error)

PreScale4_1 calls the PreScale4_1 RPC.

func (*MatrixClient) PreSkew2

func (c *MatrixClient) PreSkew2(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

PreSkew2 calls the PreSkew2 RPC.

func (*MatrixClient) PreSkew4_1

func (c *MatrixClient) PreSkew4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (bool, error)

PreSkew4_1 calls the PreSkew4_1 RPC.

func (*MatrixClient) PreTranslate

func (c *MatrixClient) PreTranslate(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

PreTranslate calls the PreTranslate RPC.

func (*MatrixClient) RectStaysRect

func (c *MatrixClient) RectStaysRect(ctx context.Context, handle int64) (bool, error)

RectStaysRect calls the RectStaysRect RPC.

func (*MatrixClient) Reset

func (c *MatrixClient) Reset(ctx context.Context, handle int64) error

Reset calls the Reset RPC.

func (*MatrixClient) Set

func (c *MatrixClient) Set(ctx context.Context, handle int64, arg0 int64) error

Set calls the Set RPC.

func (*MatrixClient) SetConcat

func (c *MatrixClient) SetConcat(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

SetConcat calls the SetConcat RPC.

func (*MatrixClient) SetPolyToPoly

func (c *MatrixClient) SetPolyToPoly(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64, arg3 int32, arg4 int32) (bool, error)

SetPolyToPoly calls the SetPolyToPoly RPC.

func (*MatrixClient) SetRectToRect

func (c *MatrixClient) SetRectToRect(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

SetRectToRect calls the SetRectToRect RPC.

func (*MatrixClient) SetRotate1

func (c *MatrixClient) SetRotate1(ctx context.Context, handle int64, arg0 float32) error

SetRotate1 calls the SetRotate1 RPC.

func (*MatrixClient) SetRotate3_1

func (c *MatrixClient) SetRotate3_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32) error

SetRotate3_1 calls the SetRotate3_1 RPC.

func (*MatrixClient) SetScale2

func (c *MatrixClient) SetScale2(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

SetScale2 calls the SetScale2 RPC.

func (*MatrixClient) SetScale4_1

func (c *MatrixClient) SetScale4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

SetScale4_1 calls the SetScale4_1 RPC.

func (*MatrixClient) SetSinCos2

func (c *MatrixClient) SetSinCos2(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

SetSinCos2 calls the SetSinCos2 RPC.

func (*MatrixClient) SetSinCos4_1

func (c *MatrixClient) SetSinCos4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

SetSinCos4_1 calls the SetSinCos4_1 RPC.

func (*MatrixClient) SetSkew2

func (c *MatrixClient) SetSkew2(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

SetSkew2 calls the SetSkew2 RPC.

func (*MatrixClient) SetSkew4_1

func (c *MatrixClient) SetSkew4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

SetSkew4_1 calls the SetSkew4_1 RPC.

func (*MatrixClient) SetTranslate

func (c *MatrixClient) SetTranslate(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

SetTranslate calls the SetTranslate RPC.

func (*MatrixClient) SetValues

func (c *MatrixClient) SetValues(ctx context.Context, handle int64, arg0 int64) error

SetValues calls the SetValues RPC.

func (*MatrixClient) ToShortString

func (c *MatrixClient) ToShortString(ctx context.Context, handle int64) (string, error)

ToShortString calls the ToShortString RPC.

func (*MatrixClient) ToString

func (c *MatrixClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type MatrixScaleToFitClient

type MatrixScaleToFitClient struct {
	// contains filtered or unexported fields
}

MatrixScaleToFitClient wraps the gRPC MatrixScaleToFitService client.

func NewMatrixScaleToFitClient

func NewMatrixScaleToFitClient(cc grpc.ClientConnInterface) *MatrixScaleToFitClient

NewMatrixScaleToFitClient creates a new MatrixScaleToFit client.

func (*MatrixScaleToFitClient) ValueOf

func (c *MatrixScaleToFitClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*MatrixScaleToFitClient) Values

func (c *MatrixScaleToFitClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type MeshClient

type MeshClient struct {
	// contains filtered or unexported fields
}

MeshClient wraps the gRPC MeshService client.

func NewMeshClient

func NewMeshClient(cc grpc.ClientConnInterface) *MeshClient

NewMeshClient creates a new Mesh client.

func (*MeshClient) SetColorUniform2

func (c *MeshClient) SetColorUniform2(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetColorUniform2 calls the SetColorUniform2 RPC.

func (*MeshClient) SetColorUniform2_1

func (c *MeshClient) SetColorUniform2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetColorUniform2_1 calls the SetColorUniform2_1 RPC.

func (*MeshClient) SetColorUniform2_2

func (c *MeshClient) SetColorUniform2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetColorUniform2_2 calls the SetColorUniform2_2 RPC.

func (*MeshClient) SetFloatUniform2

func (c *MeshClient) SetFloatUniform2(ctx context.Context, handle int64, arg0 string, arg1 float32) error

SetFloatUniform2 calls the SetFloatUniform2 RPC.

func (*MeshClient) SetFloatUniform2_4

func (c *MeshClient) SetFloatUniform2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetFloatUniform2_4 calls the SetFloatUniform2_4 RPC.

func (*MeshClient) SetFloatUniform3_1

func (c *MeshClient) SetFloatUniform3_1(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32) error

SetFloatUniform3_1 calls the SetFloatUniform3_1 RPC.

func (*MeshClient) SetFloatUniform4_2

func (c *MeshClient) SetFloatUniform4_2(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32, arg3 float32) error

SetFloatUniform4_2 calls the SetFloatUniform4_2 RPC.

func (*MeshClient) SetFloatUniform5_3

func (c *MeshClient) SetFloatUniform5_3(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32, arg3 float32, arg4 float32) error

SetFloatUniform5_3 calls the SetFloatUniform5_3 RPC.

func (*MeshClient) SetIntUniform2

func (c *MeshClient) SetIntUniform2(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetIntUniform2 calls the SetIntUniform2 RPC.

func (*MeshClient) SetIntUniform2_4

func (c *MeshClient) SetIntUniform2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetIntUniform2_4 calls the SetIntUniform2_4 RPC.

func (*MeshClient) SetIntUniform3_1

func (c *MeshClient) SetIntUniform3_1(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) error

SetIntUniform3_1 calls the SetIntUniform3_1 RPC.

func (*MeshClient) SetIntUniform4_2

func (c *MeshClient) SetIntUniform4_2(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32) error

SetIntUniform4_2 calls the SetIntUniform4_2 RPC.

func (*MeshClient) SetIntUniform5_3

func (c *MeshClient) SetIntUniform5_3(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

SetIntUniform5_3 calls the SetIntUniform5_3 RPC.

type MeshSpecificationAttributeClient

type MeshSpecificationAttributeClient struct {
	// contains filtered or unexported fields
}

MeshSpecificationAttributeClient wraps the gRPC MeshSpecificationAttributeService client.

func NewMeshSpecificationAttributeClient

func NewMeshSpecificationAttributeClient(cc grpc.ClientConnInterface) *MeshSpecificationAttributeClient

NewMeshSpecificationAttributeClient creates a new MeshSpecificationAttribute client.

func (*MeshSpecificationAttributeClient) GetName

GetName calls the GetName RPC.

func (*MeshSpecificationAttributeClient) GetOffset

GetOffset calls the GetOffset RPC.

func (*MeshSpecificationAttributeClient) GetType

GetType calls the GetType RPC.

func (*MeshSpecificationAttributeClient) ToString

ToString calls the ToString RPC.

type MeshSpecificationClient

type MeshSpecificationClient struct {
	// contains filtered or unexported fields
}

MeshSpecificationClient wraps the gRPC MeshSpecificationService client.

func NewMeshSpecificationClient

func NewMeshSpecificationClient(cc grpc.ClientConnInterface) *MeshSpecificationClient

NewMeshSpecificationClient creates a new MeshSpecification client.

func (*MeshSpecificationClient) Make5

func (c *MeshSpecificationClient) Make5(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 string, arg4 string) (int64, error)

Make5 calls the Make5 RPC.

func (*MeshSpecificationClient) Make6_1

func (c *MeshSpecificationClient) Make6_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 string, arg4 string, arg5 int64) (int64, error)

Make6_1 calls the Make6_1 RPC.

func (*MeshSpecificationClient) Make7_2

func (c *MeshSpecificationClient) Make7_2(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 string, arg4 string, arg5 int64, arg6 int32) (int64, error)

Make7_2 calls the Make7_2 RPC.

type MeshSpecificationVaryingClient

type MeshSpecificationVaryingClient struct {
	// contains filtered or unexported fields
}

MeshSpecificationVaryingClient wraps the gRPC MeshSpecificationVaryingService client.

func NewMeshSpecificationVaryingClient

func NewMeshSpecificationVaryingClient(cc grpc.ClientConnInterface) *MeshSpecificationVaryingClient

NewMeshSpecificationVaryingClient creates a new MeshSpecificationVarying client.

func (*MeshSpecificationVaryingClient) GetName

GetName calls the GetName RPC.

func (*MeshSpecificationVaryingClient) GetType

GetType calls the GetType RPC.

func (*MeshSpecificationVaryingClient) ToString

ToString calls the ToString RPC.

type MovieClient

type MovieClient struct {
	// contains filtered or unexported fields
}

MovieClient wraps the gRPC MovieService client.

func NewMovieClient

func NewMovieClient(cc grpc.ClientConnInterface) *MovieClient

NewMovieClient creates a new Movie client.

func (*MovieClient) DecodeByteArray

func (c *MovieClient) DecodeByteArray(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)

DecodeByteArray calls the DecodeByteArray RPC.

func (*MovieClient) DecodeFile

func (c *MovieClient) DecodeFile(ctx context.Context, arg0 string) (int64, error)

DecodeFile calls the DecodeFile RPC.

func (*MovieClient) DecodeStream

func (c *MovieClient) DecodeStream(ctx context.Context, arg0 int64) (int64, error)

DecodeStream calls the DecodeStream RPC.

func (*MovieClient) Draw3

func (c *MovieClient) Draw3(ctx context.Context, arg0 int64, arg1 float32, arg2 float32) error

Draw3 calls the Draw3 RPC.

func (*MovieClient) Draw4_1

func (c *MovieClient) Draw4_1(ctx context.Context, arg0 int64, arg1 float32, arg2 float32, arg3 int64) error

Draw4_1 calls the Draw4_1 RPC.

func (*MovieClient) Duration

func (c *MovieClient) Duration(ctx context.Context) (int32, error)

Duration calls the Duration RPC.

func (*MovieClient) Height

func (c *MovieClient) Height(ctx context.Context) (int32, error)

Height calls the Height RPC.

func (*MovieClient) IsOpaque

func (c *MovieClient) IsOpaque(ctx context.Context) (bool, error)

IsOpaque calls the IsOpaque RPC.

func (*MovieClient) SetTime

func (c *MovieClient) SetTime(ctx context.Context, arg0 int32) (bool, error)

SetTime calls the SetTime RPC.

func (*MovieClient) Width

func (c *MovieClient) Width(ctx context.Context) (int32, error)

Width calls the Width RPC.

type NinePatchClient

type NinePatchClient struct {
	// contains filtered or unexported fields
}

NinePatchClient wraps the gRPC NinePatchService client.

func NewNinePatchClient

func NewNinePatchClient(cc grpc.ClientConnInterface) *NinePatchClient

NewNinePatchClient creates a new NinePatch client.

func (*NinePatchClient) Draw2

func (c *NinePatchClient) Draw2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Draw2 calls the Draw2 RPC.

func (*NinePatchClient) Draw2_2

func (c *NinePatchClient) Draw2_2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Draw2_2 calls the Draw2_2 RPC.

func (*NinePatchClient) Draw3_1

func (c *NinePatchClient) Draw3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

Draw3_1 calls the Draw3_1 RPC.

func (*NinePatchClient) GetBitmap

func (c *NinePatchClient) GetBitmap(ctx context.Context, handle int64) (int64, error)

GetBitmap calls the GetBitmap RPC.

func (*NinePatchClient) GetDensity

func (c *NinePatchClient) GetDensity(ctx context.Context, handle int64) (int32, error)

GetDensity calls the GetDensity RPC.

func (*NinePatchClient) GetHeight

func (c *NinePatchClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*NinePatchClient) GetName

func (c *NinePatchClient) GetName(ctx context.Context, handle int64) (string, error)

GetName calls the GetName RPC.

func (*NinePatchClient) GetPaint

func (c *NinePatchClient) GetPaint(ctx context.Context, handle int64) (int64, error)

GetPaint calls the GetPaint RPC.

func (*NinePatchClient) GetTransparentRegion

func (c *NinePatchClient) GetTransparentRegion(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetTransparentRegion calls the GetTransparentRegion RPC.

func (*NinePatchClient) GetWidth

func (c *NinePatchClient) GetWidth(ctx context.Context, handle int64) (int32, error)

GetWidth calls the GetWidth RPC.

func (*NinePatchClient) HasAlpha

func (c *NinePatchClient) HasAlpha(ctx context.Context, handle int64) (bool, error)

HasAlpha calls the HasAlpha RPC.

func (*NinePatchClient) IsNinePatchChunk

func (c *NinePatchClient) IsNinePatchChunk(ctx context.Context, handle int64, arg0 int64) (bool, error)

IsNinePatchChunk calls the IsNinePatchChunk RPC.

func (*NinePatchClient) SetPaint

func (c *NinePatchClient) SetPaint(ctx context.Context, handle int64, arg0 int64) error

SetPaint calls the SetPaint RPC.

type OutlineClient

type OutlineClient struct {
	// contains filtered or unexported fields
}

OutlineClient wraps the gRPC OutlineService client.

func NewOutlineClient

func NewOutlineClient(cc grpc.ClientConnInterface) *OutlineClient

NewOutlineClient creates a new Outline client.

func (*OutlineClient) CanClip

func (c *OutlineClient) CanClip(ctx context.Context, handle int64) (bool, error)

CanClip calls the CanClip RPC.

func (*OutlineClient) GetAlpha

func (c *OutlineClient) GetAlpha(ctx context.Context, handle int64) (float32, error)

GetAlpha calls the GetAlpha RPC.

func (*OutlineClient) GetRadius

func (c *OutlineClient) GetRadius(ctx context.Context, handle int64) (float32, error)

GetRadius calls the GetRadius RPC.

func (*OutlineClient) GetRect

func (c *OutlineClient) GetRect(ctx context.Context, handle int64, arg0 int64) (bool, error)

GetRect calls the GetRect RPC.

func (*OutlineClient) IsEmpty

func (c *OutlineClient) IsEmpty(ctx context.Context, handle int64) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*OutlineClient) Offset

func (c *OutlineClient) Offset(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Offset calls the Offset RPC.

func (*OutlineClient) Set

func (c *OutlineClient) Set(ctx context.Context, handle int64, arg0 int64) error

Set calls the Set RPC.

func (*OutlineClient) SetAlpha

func (c *OutlineClient) SetAlpha(ctx context.Context, handle int64, arg0 float32) error

SetAlpha calls the SetAlpha RPC.

func (*OutlineClient) SetConvexPath

func (c *OutlineClient) SetConvexPath(ctx context.Context, handle int64, arg0 int64) error

SetConvexPath calls the SetConvexPath RPC.

func (*OutlineClient) SetEmpty

func (c *OutlineClient) SetEmpty(ctx context.Context, handle int64) error

SetEmpty calls the SetEmpty RPC.

func (*OutlineClient) SetOval1

func (c *OutlineClient) SetOval1(ctx context.Context, handle int64, arg0 int64) error

SetOval1 calls the SetOval1 RPC.

func (*OutlineClient) SetOval4_1

func (c *OutlineClient) SetOval4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

SetOval4_1 calls the SetOval4_1 RPC.

func (*OutlineClient) SetPath

func (c *OutlineClient) SetPath(ctx context.Context, handle int64, arg0 int64) error

SetPath calls the SetPath RPC.

func (*OutlineClient) SetRect1

func (c *OutlineClient) SetRect1(ctx context.Context, handle int64, arg0 int64) error

SetRect1 calls the SetRect1 RPC.

func (*OutlineClient) SetRect4_1

func (c *OutlineClient) SetRect4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

SetRect4_1 calls the SetRect4_1 RPC.

func (*OutlineClient) SetRoundRect2

func (c *OutlineClient) SetRoundRect2(ctx context.Context, handle int64, arg0 int64, arg1 float32) error

SetRoundRect2 calls the SetRoundRect2 RPC.

func (*OutlineClient) SetRoundRect5_1

func (c *OutlineClient) SetRoundRect5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 float32) error

SetRoundRect5_1 calls the SetRoundRect5_1 RPC.

type ParcelableColorSpaceClient

type ParcelableColorSpaceClient struct {
	// contains filtered or unexported fields
}

ParcelableColorSpaceClient wraps the gRPC ParcelableColorSpaceService client.

func NewParcelableColorSpaceClient

func NewParcelableColorSpaceClient(cc grpc.ClientConnInterface) *ParcelableColorSpaceClient

NewParcelableColorSpaceClient creates a new ParcelableColorSpace client.

func (*ParcelableColorSpaceClient) DescribeContents

func (c *ParcelableColorSpaceClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ParcelableColorSpaceClient) Equals

func (c *ParcelableColorSpaceClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ParcelableColorSpaceClient) GetColorSpace

func (c *ParcelableColorSpaceClient) GetColorSpace(ctx context.Context, handle int64) (int64, error)

GetColorSpace calls the GetColorSpace RPC.

func (*ParcelableColorSpaceClient) HashCode

func (c *ParcelableColorSpaceClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*ParcelableColorSpaceClient) IsParcelable

func (c *ParcelableColorSpaceClient) IsParcelable(ctx context.Context, handle int64, arg0 int64) (bool, error)

IsParcelable calls the IsParcelable RPC.

func (*ParcelableColorSpaceClient) WriteToParcel

func (c *ParcelableColorSpaceClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type PathClient

type PathClient struct {
	// contains filtered or unexported fields
}

PathClient wraps the gRPC PathService client.

func NewPathClient

func NewPathClient(cc grpc.ClientConnInterface) *PathClient

NewPathClient creates a new Path client.

func (*PathClient) AddArc3

func (c *PathClient) AddArc3(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32) error

AddArc3 calls the AddArc3 RPC.

func (*PathClient) AddArc6_1

func (c *PathClient) AddArc6_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 float32) error

AddArc6_1 calls the AddArc6_1 RPC.

func (*PathClient) AddCircle

func (c *PathClient) AddCircle(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 int64) error

AddCircle calls the AddCircle RPC.

func (*PathClient) AddOval2

func (c *PathClient) AddOval2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddOval2 calls the AddOval2 RPC.

func (*PathClient) AddOval5_1

func (c *PathClient) AddOval5_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) error

AddOval5_1 calls the AddOval5_1 RPC.

func (*PathClient) AddPath1

func (c *PathClient) AddPath1(ctx context.Context, handle int64, arg0 int64) error

AddPath1 calls the AddPath1 RPC.

func (*PathClient) AddPath2_1

func (c *PathClient) AddPath2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddPath2_1 calls the AddPath2_1 RPC.

func (*PathClient) AddPath3_2

func (c *PathClient) AddPath3_2(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32) error

AddPath3_2 calls the AddPath3_2 RPC.

func (*PathClient) AddRect2

func (c *PathClient) AddRect2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

AddRect2 calls the AddRect2 RPC.

func (*PathClient) AddRect5_1

func (c *PathClient) AddRect5_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) error

AddRect5_1 calls the AddRect5_1 RPC.

func (*PathClient) AddRoundRect3_1

func (c *PathClient) AddRoundRect3_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

AddRoundRect3_1 calls the AddRoundRect3_1 RPC.

func (*PathClient) AddRoundRect4

func (c *PathClient) AddRoundRect4(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32, arg3 int64) error

AddRoundRect4 calls the AddRoundRect4 RPC.

func (*PathClient) AddRoundRect6_3

func (c *PathClient) AddRoundRect6_3(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64, arg5 int64) error

AddRoundRect6_3 calls the AddRoundRect6_3 RPC.

func (*PathClient) AddRoundRect7_2

func (c *PathClient) AddRoundRect7_2(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 float32, arg6 int64) error

AddRoundRect7_2 calls the AddRoundRect7_2 RPC.

func (*PathClient) Approximate

func (c *PathClient) Approximate(ctx context.Context, handle int64, arg0 float32) (int64, error)

Approximate calls the Approximate RPC.

func (*PathClient) ArcTo3

func (c *PathClient) ArcTo3(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32) error

ArcTo3 calls the ArcTo3 RPC.

func (*PathClient) ArcTo4_1

func (c *PathClient) ArcTo4_1(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32, arg3 bool) error

ArcTo4_1 calls the ArcTo4_1 RPC.

func (*PathClient) ArcTo7_2

func (c *PathClient) ArcTo7_2(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 float32, arg6 bool) error

ArcTo7_2 calls the ArcTo7_2 RPC.

func (*PathClient) Close

func (c *PathClient) Close(ctx context.Context, handle int64) error

Close calls the Close RPC.

func (*PathClient) ComputeBounds1

func (c *PathClient) ComputeBounds1(ctx context.Context, handle int64, arg0 int64) error

ComputeBounds1 calls the ComputeBounds1 RPC.

func (*PathClient) ComputeBounds2_1

func (c *PathClient) ComputeBounds2_1(ctx context.Context, handle int64, arg0 int64, arg1 bool) error

ComputeBounds2_1 calls the ComputeBounds2_1 RPC.

func (*PathClient) ConicTo

func (c *PathClient) ConicTo(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32) error

ConicTo calls the ConicTo RPC.

func (*PathClient) CubicTo

func (c *PathClient) CubicTo(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 float32) error

CubicTo calls the CubicTo RPC.

func (*PathClient) GetFillType

func (c *PathClient) GetFillType(ctx context.Context, handle int64) (int64, error)

GetFillType calls the GetFillType RPC.

func (*PathClient) GetGenerationId

func (c *PathClient) GetGenerationId(ctx context.Context, handle int64) (int32, error)

GetGenerationId calls the GetGenerationId RPC.

func (*PathClient) GetPathIterator

func (c *PathClient) GetPathIterator(ctx context.Context, handle int64) (int64, error)

GetPathIterator calls the GetPathIterator RPC.

func (*PathClient) IncReserve

func (c *PathClient) IncReserve(ctx context.Context, handle int64, arg0 int32) error

IncReserve calls the IncReserve RPC.

func (*PathClient) Interpolate

func (c *PathClient) Interpolate(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 int64) (bool, error)

Interpolate calls the Interpolate RPC.

func (*PathClient) IsConvex

func (c *PathClient) IsConvex(ctx context.Context, handle int64) (bool, error)

IsConvex calls the IsConvex RPC.

func (*PathClient) IsEmpty

func (c *PathClient) IsEmpty(ctx context.Context, handle int64) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*PathClient) IsInterpolatable

func (c *PathClient) IsInterpolatable(ctx context.Context, handle int64, arg0 int64) (bool, error)

IsInterpolatable calls the IsInterpolatable RPC.

func (*PathClient) IsInverseFillType

func (c *PathClient) IsInverseFillType(ctx context.Context, handle int64) (bool, error)

IsInverseFillType calls the IsInverseFillType RPC.

func (*PathClient) IsRect

func (c *PathClient) IsRect(ctx context.Context, handle int64, arg0 int64) (bool, error)

IsRect calls the IsRect RPC.

func (*PathClient) LineTo

func (c *PathClient) LineTo(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

LineTo calls the LineTo RPC.

func (*PathClient) MoveTo

func (c *PathClient) MoveTo(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

MoveTo calls the MoveTo RPC.

func (*PathClient) Offset2

func (c *PathClient) Offset2(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

Offset2 calls the Offset2 RPC.

func (*PathClient) Offset3_1

func (c *PathClient) Offset3_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 int64) error

Offset3_1 calls the Offset3_1 RPC.

func (*PathClient) Op2_1

func (c *PathClient) Op2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

Op2_1 calls the Op2_1 RPC.

func (*PathClient) Op3

func (c *PathClient) Op3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

Op3 calls the Op3 RPC.

func (*PathClient) QuadTo

func (c *PathClient) QuadTo(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

QuadTo calls the QuadTo RPC.

func (*PathClient) RConicTo

func (c *PathClient) RConicTo(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32) error

RConicTo calls the RConicTo RPC.

func (*PathClient) RCubicTo

func (c *PathClient) RCubicTo(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 float32) error

RCubicTo calls the RCubicTo RPC.

func (*PathClient) RLineTo

func (c *PathClient) RLineTo(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

RLineTo calls the RLineTo RPC.

func (*PathClient) RMoveTo

func (c *PathClient) RMoveTo(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

RMoveTo calls the RMoveTo RPC.

func (*PathClient) RQuadTo

func (c *PathClient) RQuadTo(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

RQuadTo calls the RQuadTo RPC.

func (*PathClient) Reset

func (c *PathClient) Reset(ctx context.Context, handle int64) error

Reset calls the Reset RPC.

func (*PathClient) Rewind

func (c *PathClient) Rewind(ctx context.Context, handle int64) error

Rewind calls the Rewind RPC.

func (*PathClient) Set

func (c *PathClient) Set(ctx context.Context, handle int64, arg0 int64) error

Set calls the Set RPC.

func (*PathClient) SetFillType

func (c *PathClient) SetFillType(ctx context.Context, handle int64, arg0 int64) error

SetFillType calls the SetFillType RPC.

func (*PathClient) SetLastPoint

func (c *PathClient) SetLastPoint(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

SetLastPoint calls the SetLastPoint RPC.

func (*PathClient) ToggleInverseFillType

func (c *PathClient) ToggleInverseFillType(ctx context.Context, handle int64) error

ToggleInverseFillType calls the ToggleInverseFillType RPC.

func (*PathClient) Transform1

func (c *PathClient) Transform1(ctx context.Context, handle int64, arg0 int64) error

Transform1 calls the Transform1 RPC.

func (*PathClient) Transform2_1

func (c *PathClient) Transform2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Transform2_1 calls the Transform2_1 RPC.

type PathDashPathEffectStyleClient

type PathDashPathEffectStyleClient struct {
	// contains filtered or unexported fields
}

PathDashPathEffectStyleClient wraps the gRPC PathDashPathEffectStyleService client.

func NewPathDashPathEffectStyleClient

func NewPathDashPathEffectStyleClient(cc grpc.ClientConnInterface) *PathDashPathEffectStyleClient

NewPathDashPathEffectStyleClient creates a new PathDashPathEffectStyle client.

func (*PathDashPathEffectStyleClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*PathDashPathEffectStyleClient) Values

Values calls the Values RPC.

type PathDirectionClient

type PathDirectionClient struct {
	// contains filtered or unexported fields
}

PathDirectionClient wraps the gRPC PathDirectionService client.

func NewPathDirectionClient

func NewPathDirectionClient(cc grpc.ClientConnInterface) *PathDirectionClient

NewPathDirectionClient creates a new PathDirection client.

func (*PathDirectionClient) ValueOf

func (c *PathDirectionClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*PathDirectionClient) Values

func (c *PathDirectionClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type PathFillTypeClient

type PathFillTypeClient struct {
	// contains filtered or unexported fields
}

PathFillTypeClient wraps the gRPC PathFillTypeService client.

func NewPathFillTypeClient

func NewPathFillTypeClient(cc grpc.ClientConnInterface) *PathFillTypeClient

NewPathFillTypeClient creates a new PathFillType client.

func (*PathFillTypeClient) ValueOf

func (c *PathFillTypeClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*PathFillTypeClient) Values

func (c *PathFillTypeClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type PathIteratorClient

type PathIteratorClient struct {
	// contains filtered or unexported fields
}

PathIteratorClient wraps the gRPC PathIteratorService client.

func NewPathIteratorClient

func NewPathIteratorClient(cc grpc.ClientConnInterface) *PathIteratorClient

NewPathIteratorClient creates a new PathIterator client.

func (*PathIteratorClient) HasNext

func (c *PathIteratorClient) HasNext(ctx context.Context) (bool, error)

HasNext calls the HasNext RPC.

func (*PathIteratorClient) Next0

func (c *PathIteratorClient) Next0(ctx context.Context) (int64, error)

Next0 calls the Next0 RPC.

func (*PathIteratorClient) Next0_2

func (c *PathIteratorClient) Next0_2(ctx context.Context) (int64, error)

Next0_2 calls the Next0_2 RPC.

func (*PathIteratorClient) Next2_1

func (c *PathIteratorClient) Next2_1(ctx context.Context, arg0 int64, arg1 int32) (int32, error)

Next2_1 calls the Next2_1 RPC.

func (*PathIteratorClient) Peek

func (c *PathIteratorClient) Peek(ctx context.Context) (int32, error)

Peek calls the Peek RPC.

type PathIteratorSegmentClient

type PathIteratorSegmentClient struct {
	// contains filtered or unexported fields
}

PathIteratorSegmentClient wraps the gRPC PathIteratorSegmentService client.

func NewPathIteratorSegmentClient

func NewPathIteratorSegmentClient(cc grpc.ClientConnInterface) *PathIteratorSegmentClient

NewPathIteratorSegmentClient creates a new PathIteratorSegment client.

func (*PathIteratorSegmentClient) GetConicWeight

func (c *PathIteratorSegmentClient) GetConicWeight(ctx context.Context) (float32, error)

GetConicWeight calls the GetConicWeight RPC.

func (*PathIteratorSegmentClient) GetPoints

func (c *PathIteratorSegmentClient) GetPoints(ctx context.Context) (int64, error)

GetPoints calls the GetPoints RPC.

func (*PathIteratorSegmentClient) GetVerb

GetVerb calls the GetVerb RPC.

type PathMeasureClient

type PathMeasureClient struct {
	// contains filtered or unexported fields
}

PathMeasureClient wraps the gRPC PathMeasureService client.

func NewPathMeasureClient

func NewPathMeasureClient(cc grpc.ClientConnInterface) *PathMeasureClient

NewPathMeasureClient creates a new PathMeasure client.

func (*PathMeasureClient) GetLength

func (c *PathMeasureClient) GetLength(ctx context.Context, handle int64) (float32, error)

GetLength calls the GetLength RPC.

func (*PathMeasureClient) GetMatrix

func (c *PathMeasureClient) GetMatrix(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int32) (bool, error)

GetMatrix calls the GetMatrix RPC.

func (*PathMeasureClient) GetPosTan

func (c *PathMeasureClient) GetPosTan(ctx context.Context, handle int64, arg0 float32, arg1 int64, arg2 int64) (bool, error)

GetPosTan calls the GetPosTan RPC.

func (*PathMeasureClient) GetSegment

func (c *PathMeasureClient) GetSegment(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 int64, arg3 bool) (bool, error)

GetSegment calls the GetSegment RPC.

func (*PathMeasureClient) IsClosed

func (c *PathMeasureClient) IsClosed(ctx context.Context, handle int64) (bool, error)

IsClosed calls the IsClosed RPC.

func (*PathMeasureClient) NextContour

func (c *PathMeasureClient) NextContour(ctx context.Context, handle int64) (bool, error)

NextContour calls the NextContour RPC.

func (*PathMeasureClient) SetPath

func (c *PathMeasureClient) SetPath(ctx context.Context, handle int64, arg0 int64, arg1 bool) error

SetPath calls the SetPath RPC.

type PathOpClient

type PathOpClient struct {
	// contains filtered or unexported fields
}

PathOpClient wraps the gRPC PathOpService client.

func NewPathOpClient

func NewPathOpClient(cc grpc.ClientConnInterface) *PathOpClient

NewPathOpClient creates a new PathOp client.

func (*PathOpClient) ValueOf

func (c *PathOpClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*PathOpClient) Values

func (c *PathOpClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type PictureClient

type PictureClient struct {
	// contains filtered or unexported fields
}

PictureClient wraps the gRPC PictureService client.

func NewPictureClient

func NewPictureClient(cc grpc.ClientConnInterface) *PictureClient

NewPictureClient creates a new Picture client.

func (*PictureClient) BeginRecording

func (c *PictureClient) BeginRecording(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)

BeginRecording calls the BeginRecording RPC.

func (*PictureClient) Draw

func (c *PictureClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

func (*PictureClient) EndRecording

func (c *PictureClient) EndRecording(ctx context.Context, handle int64) error

EndRecording calls the EndRecording RPC.

func (*PictureClient) GetHeight

func (c *PictureClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*PictureClient) GetWidth

func (c *PictureClient) GetWidth(ctx context.Context, handle int64) (int32, error)

GetWidth calls the GetWidth RPC.

func (*PictureClient) RequiresHardwareAcceleration

func (c *PictureClient) RequiresHardwareAcceleration(ctx context.Context, handle int64) (bool, error)

RequiresHardwareAcceleration calls the RequiresHardwareAcceleration RPC.

type PixelFormatClient

type PixelFormatClient struct {
	// contains filtered or unexported fields
}

PixelFormatClient wraps the gRPC PixelFormatService client.

func NewPixelFormatClient

func NewPixelFormatClient(cc grpc.ClientConnInterface) *PixelFormatClient

NewPixelFormatClient creates a new PixelFormat client.

func (*PixelFormatClient) FormatHasAlpha

func (c *PixelFormatClient) FormatHasAlpha(ctx context.Context, handle int64, arg0 int32) (bool, error)

FormatHasAlpha calls the FormatHasAlpha RPC.

func (*PixelFormatClient) GetPixelFormatInfo

func (c *PixelFormatClient) GetPixelFormatInfo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

GetPixelFormatInfo calls the GetPixelFormatInfo RPC.

type PointClient

type PointClient struct {
	// contains filtered or unexported fields
}

PointClient wraps the gRPC PointService client.

func NewPointClient

func NewPointClient(cc grpc.ClientConnInterface) *PointClient

NewPointClient creates a new Point client.

func (*PointClient) DescribeContents

func (c *PointClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*PointClient) Equals1_1

func (c *PointClient) Equals1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals1_1 calls the Equals1_1 RPC.

func (*PointClient) Equals2

func (c *PointClient) Equals2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

Equals2 calls the Equals2 RPC.

func (*PointClient) HashCode

func (c *PointClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*PointClient) Negate

func (c *PointClient) Negate(ctx context.Context, handle int64) error

Negate calls the Negate RPC.

func (*PointClient) Offset

func (c *PointClient) Offset(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Offset calls the Offset RPC.

func (*PointClient) ReadFromParcel

func (c *PointClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) error

ReadFromParcel calls the ReadFromParcel RPC.

func (*PointClient) Set

func (c *PointClient) Set(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Set calls the Set RPC.

func (*PointClient) ToString

func (c *PointClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*PointClient) WriteToParcel

func (c *PointClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type PointFClient

type PointFClient struct {
	// contains filtered or unexported fields
}

PointFClient wraps the gRPC PointFService client.

func NewPointFClient

func NewPointFClient(cc grpc.ClientConnInterface) *PointFClient

NewPointFClient creates a new PointF client.

func (*PointFClient) DescribeContents

func (c *PointFClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*PointFClient) Equals1_1

func (c *PointFClient) Equals1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals1_1 calls the Equals1_1 RPC.

func (*PointFClient) Equals2

func (c *PointFClient) Equals2(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

Equals2 calls the Equals2 RPC.

func (*PointFClient) HashCode

func (c *PointFClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*PointFClient) Length0

func (c *PointFClient) Length0(ctx context.Context, handle int64) (float32, error)

Length0 calls the Length0 RPC.

func (*PointFClient) Length2_1

func (c *PointFClient) Length2_1(ctx context.Context, handle int64, arg0 float32, arg1 float32) (float32, error)

Length2_1 calls the Length2_1 RPC.

func (*PointFClient) Negate

func (c *PointFClient) Negate(ctx context.Context, handle int64) error

Negate calls the Negate RPC.

func (*PointFClient) Offset

func (c *PointFClient) Offset(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

Offset calls the Offset RPC.

func (*PointFClient) ReadFromParcel

func (c *PointFClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) error

ReadFromParcel calls the ReadFromParcel RPC.

func (*PointFClient) Set1

func (c *PointFClient) Set1(ctx context.Context, handle int64, arg0 int64) error

Set1 calls the Set1 RPC.

func (*PointFClient) Set2_1

func (c *PointFClient) Set2_1(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

Set2_1 calls the Set2_1 RPC.

func (*PointFClient) ToString

func (c *PointFClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*PointFClient) WriteToParcel

func (c *PointFClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type PorterDuffColorFilterClient

type PorterDuffColorFilterClient struct {
	// contains filtered or unexported fields
}

PorterDuffColorFilterClient wraps the gRPC PorterDuffColorFilterService client.

func NewPorterDuffColorFilterClient

func NewPorterDuffColorFilterClient(cc grpc.ClientConnInterface) *PorterDuffColorFilterClient

NewPorterDuffColorFilterClient creates a new PorterDuffColorFilter client.

func (*PorterDuffColorFilterClient) Equals

func (c *PorterDuffColorFilterClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*PorterDuffColorFilterClient) HashCode

func (c *PorterDuffColorFilterClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

type PorterDuffModeClient

type PorterDuffModeClient struct {
	// contains filtered or unexported fields
}

PorterDuffModeClient wraps the gRPC PorterDuffModeService client.

func NewPorterDuffModeClient

func NewPorterDuffModeClient(cc grpc.ClientConnInterface) *PorterDuffModeClient

NewPorterDuffModeClient creates a new PorterDuffMode client.

func (*PorterDuffModeClient) ValueOf

func (c *PorterDuffModeClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*PorterDuffModeClient) Values

func (c *PorterDuffModeClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type PostProcessorClient

type PostProcessorClient struct {
	// contains filtered or unexported fields
}

PostProcessorClient wraps the gRPC PostProcessorService client.

func NewPostProcessorClient

func NewPostProcessorClient(cc grpc.ClientConnInterface) *PostProcessorClient

NewPostProcessorClient creates a new PostProcessor client.

func (*PostProcessorClient) OnPostProcess

func (c *PostProcessorClient) OnPostProcess(ctx context.Context, arg0 int64) (int32, error)

OnPostProcess calls the OnPostProcess RPC.

type RecordingCanvasClient

type RecordingCanvasClient struct {
	// contains filtered or unexported fields
}

RecordingCanvasClient wraps the gRPC RecordingCanvasService client.

func NewRecordingCanvasClient

func NewRecordingCanvasClient(cc grpc.ClientConnInterface) *RecordingCanvasClient

NewRecordingCanvasClient creates a new RecordingCanvas client.

func (*RecordingCanvasClient) DisableZ

func (c *RecordingCanvasClient) DisableZ(ctx context.Context) error

DisableZ calls the DisableZ RPC.

func (*RecordingCanvasClient) DrawARGB

func (c *RecordingCanvasClient) DrawARGB(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

DrawARGB calls the DrawARGB RPC.

func (*RecordingCanvasClient) DrawArc5

func (c *RecordingCanvasClient) DrawArc5(ctx context.Context, arg0 int64, arg1 float32, arg2 float32, arg3 bool, arg4 int64) error

DrawArc5 calls the DrawArc5 RPC.

func (*RecordingCanvasClient) DrawArc8_1

func (c *RecordingCanvasClient) DrawArc8_1(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 float32, arg6 bool, arg7 int64) error

DrawArc8_1 calls the DrawArc8_1 RPC.

func (*RecordingCanvasClient) DrawBitmap3

func (c *RecordingCanvasClient) DrawBitmap3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

DrawBitmap3 calls the DrawBitmap3 RPC.

func (*RecordingCanvasClient) DrawBitmap4_1

func (c *RecordingCanvasClient) DrawBitmap4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

DrawBitmap4_1 calls the DrawBitmap4_1 RPC.

func (*RecordingCanvasClient) DrawBitmap4_2

func (c *RecordingCanvasClient) DrawBitmap4_2(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

DrawBitmap4_2 calls the DrawBitmap4_2 RPC.

func (*RecordingCanvasClient) DrawBitmap4_3

func (c *RecordingCanvasClient) DrawBitmap4_3(ctx context.Context, arg0 int64, arg1 float32, arg2 float32, arg3 int64) error

DrawBitmap4_3 calls the DrawBitmap4_3 RPC.

func (*RecordingCanvasClient) DrawBitmap9_4

func (c *RecordingCanvasClient) DrawBitmap9_4(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 float32, arg4 float32, arg5 int32, arg6 int32, arg7 bool, arg8 int64) error

DrawBitmap9_4 calls the DrawBitmap9_4 RPC.

func (*RecordingCanvasClient) DrawBitmap9_5

func (c *RecordingCanvasClient) DrawBitmap9_5(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int32, arg6 int32, arg7 bool, arg8 int64) error

DrawBitmap9_5 calls the DrawBitmap9_5 RPC.

func (*RecordingCanvasClient) DrawBitmapMesh

func (c *RecordingCanvasClient) DrawBitmapMesh(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64, arg4 int32, arg5 int64, arg6 int32, arg7 int64) error

DrawBitmapMesh calls the DrawBitmapMesh RPC.

func (*RecordingCanvasClient) DrawCircle

func (c *RecordingCanvasClient) DrawCircle(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 int64) error

DrawCircle calls the DrawCircle RPC.

func (*RecordingCanvasClient) DrawColor1

func (c *RecordingCanvasClient) DrawColor1(ctx context.Context, arg0 int32) error

DrawColor1 calls the DrawColor1 RPC.

func (*RecordingCanvasClient) DrawColor2_1

func (c *RecordingCanvasClient) DrawColor2_1(ctx context.Context, arg0 int32, arg1 int64) error

DrawColor2_1 calls the DrawColor2_1 RPC.

func (*RecordingCanvasClient) DrawColor2_2

func (c *RecordingCanvasClient) DrawColor2_2(ctx context.Context, arg0 int32, arg1 int64) error

DrawColor2_2 calls the DrawColor2_2 RPC.

func (*RecordingCanvasClient) DrawColor2_3

func (c *RecordingCanvasClient) DrawColor2_3(ctx context.Context, arg0 int64, arg1 int64) error

DrawColor2_3 calls the DrawColor2_3 RPC.

func (*RecordingCanvasClient) DrawDoubleRoundRect5_1

func (c *RecordingCanvasClient) DrawDoubleRoundRect5_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, arg4 int64) error

DrawDoubleRoundRect5_1 calls the DrawDoubleRoundRect5_1 RPC.

func (*RecordingCanvasClient) DrawDoubleRoundRect7

func (c *RecordingCanvasClient) DrawDoubleRoundRect7(ctx context.Context, arg0 int64, arg1 float32, arg2 float32, arg3 int64, arg4 float32, arg5 float32, arg6 int64) error

DrawDoubleRoundRect7 calls the DrawDoubleRoundRect7 RPC.

func (*RecordingCanvasClient) DrawGlyphs

func (c *RecordingCanvasClient) DrawGlyphs(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32, arg4 int32, arg5 int64, arg6 int64) error

DrawGlyphs calls the DrawGlyphs RPC.

func (*RecordingCanvasClient) DrawLine

func (c *RecordingCanvasClient) DrawLine(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) error

DrawLine calls the DrawLine RPC.

func (*RecordingCanvasClient) DrawLines2

func (c *RecordingCanvasClient) DrawLines2(ctx context.Context, arg0 int64, arg1 int64) error

DrawLines2 calls the DrawLines2 RPC.

func (*RecordingCanvasClient) DrawLines4_1

func (c *RecordingCanvasClient) DrawLines4_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) error

DrawLines4_1 calls the DrawLines4_1 RPC.

func (*RecordingCanvasClient) DrawMesh

func (c *RecordingCanvasClient) DrawMesh(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

DrawMesh calls the DrawMesh RPC.

func (*RecordingCanvasClient) DrawOval2

func (c *RecordingCanvasClient) DrawOval2(ctx context.Context, arg0 int64, arg1 int64) error

DrawOval2 calls the DrawOval2 RPC.

func (*RecordingCanvasClient) DrawOval5_1

func (c *RecordingCanvasClient) DrawOval5_1(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) error

DrawOval5_1 calls the DrawOval5_1 RPC.

func (*RecordingCanvasClient) DrawPaint

func (c *RecordingCanvasClient) DrawPaint(ctx context.Context, arg0 int64) error

DrawPaint calls the DrawPaint RPC.

func (*RecordingCanvasClient) DrawPatch3

func (c *RecordingCanvasClient) DrawPatch3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

DrawPatch3 calls the DrawPatch3 RPC.

func (*RecordingCanvasClient) DrawPatch3_1

func (c *RecordingCanvasClient) DrawPatch3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

DrawPatch3_1 calls the DrawPatch3_1 RPC.

func (*RecordingCanvasClient) DrawPath

func (c *RecordingCanvasClient) DrawPath(ctx context.Context, arg0 int64, arg1 int64) error

DrawPath calls the DrawPath RPC.

func (*RecordingCanvasClient) DrawPicture1

func (c *RecordingCanvasClient) DrawPicture1(ctx context.Context, arg0 int64) error

DrawPicture1 calls the DrawPicture1 RPC.

func (*RecordingCanvasClient) DrawPicture2_1

func (c *RecordingCanvasClient) DrawPicture2_1(ctx context.Context, arg0 int64, arg1 int64) error

DrawPicture2_1 calls the DrawPicture2_1 RPC.

func (*RecordingCanvasClient) DrawPicture2_2

func (c *RecordingCanvasClient) DrawPicture2_2(ctx context.Context, arg0 int64, arg1 int64) error

DrawPicture2_2 calls the DrawPicture2_2 RPC.

func (*RecordingCanvasClient) DrawPoint

func (c *RecordingCanvasClient) DrawPoint(ctx context.Context, arg0 float32, arg1 float32, arg2 int64) error

DrawPoint calls the DrawPoint RPC.

func (*RecordingCanvasClient) DrawPoints2

func (c *RecordingCanvasClient) DrawPoints2(ctx context.Context, arg0 int64, arg1 int64) error

DrawPoints2 calls the DrawPoints2 RPC.

func (*RecordingCanvasClient) DrawPoints4_1

func (c *RecordingCanvasClient) DrawPoints4_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) error

DrawPoints4_1 calls the DrawPoints4_1 RPC.

func (*RecordingCanvasClient) DrawPosText3_1

func (c *RecordingCanvasClient) DrawPosText3_1(ctx context.Context, arg0 string, arg1 int64, arg2 int64) error

DrawPosText3_1 calls the DrawPosText3_1 RPC.

func (*RecordingCanvasClient) DrawPosText5

func (c *RecordingCanvasClient) DrawPosText5(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64, arg4 int64) error

DrawPosText5 calls the DrawPosText5 RPC.

func (*RecordingCanvasClient) DrawRGB

func (c *RecordingCanvasClient) DrawRGB(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error

DrawRGB calls the DrawRGB RPC.

func (*RecordingCanvasClient) DrawRect2

func (c *RecordingCanvasClient) DrawRect2(ctx context.Context, arg0 int64, arg1 int64) error

DrawRect2 calls the DrawRect2 RPC.

func (*RecordingCanvasClient) DrawRect2_1

func (c *RecordingCanvasClient) DrawRect2_1(ctx context.Context, arg0 int64, arg1 int64) error

DrawRect2_1 calls the DrawRect2_1 RPC.

func (*RecordingCanvasClient) DrawRect5_2

func (c *RecordingCanvasClient) DrawRect5_2(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 int64) error

DrawRect5_2 calls the DrawRect5_2 RPC.

func (*RecordingCanvasClient) DrawRegion

func (c *RecordingCanvasClient) DrawRegion(ctx context.Context, arg0 int64, arg1 int64) error

DrawRegion calls the DrawRegion RPC.

func (*RecordingCanvasClient) DrawRenderNode

func (c *RecordingCanvasClient) DrawRenderNode(ctx context.Context, arg0 int64) error

DrawRenderNode calls the DrawRenderNode RPC.

func (*RecordingCanvasClient) DrawRoundRect4

func (c *RecordingCanvasClient) DrawRoundRect4(ctx context.Context, arg0 int64, arg1 float32, arg2 float32, arg3 int64) error

DrawRoundRect4 calls the DrawRoundRect4 RPC.

func (*RecordingCanvasClient) DrawRoundRect7_1

func (c *RecordingCanvasClient) DrawRoundRect7_1(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32, arg4 float32, arg5 float32, arg6 int64) error

DrawRoundRect7_1 calls the DrawRoundRect7_1 RPC.

func (*RecordingCanvasClient) DrawText4_2

func (c *RecordingCanvasClient) DrawText4_2(ctx context.Context, arg0 string, arg1 float32, arg2 float32, arg3 int64) error

DrawText4_2 calls the DrawText4_2 RPC.

func (*RecordingCanvasClient) DrawText6

func (c *RecordingCanvasClient) DrawText6(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 float32, arg4 float32, arg5 int64) error

DrawText6 calls the DrawText6 RPC.

func (*RecordingCanvasClient) DrawText6_1

func (c *RecordingCanvasClient) DrawText6_1(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 float32, arg4 float32, arg5 int64) error

DrawText6_1 calls the DrawText6_1 RPC.

func (*RecordingCanvasClient) DrawText6_3

func (c *RecordingCanvasClient) DrawText6_3(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 float32, arg4 float32, arg5 int64) error

DrawText6_3 calls the DrawText6_3 RPC.

func (*RecordingCanvasClient) DrawTextOnPath5_1

func (c *RecordingCanvasClient) DrawTextOnPath5_1(ctx context.Context, arg0 string, arg1 int64, arg2 float32, arg3 float32, arg4 int64) error

DrawTextOnPath5_1 calls the DrawTextOnPath5_1 RPC.

func (*RecordingCanvasClient) DrawTextOnPath7

func (c *RecordingCanvasClient) DrawTextOnPath7(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64, arg4 float32, arg5 float32, arg6 int64) error

DrawTextOnPath7 calls the DrawTextOnPath7 RPC.

func (*RecordingCanvasClient) DrawTextRun9

func (c *RecordingCanvasClient) DrawTextRun9(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 float32, arg6 float32, arg7 bool, arg8 int64) error

DrawTextRun9 calls the DrawTextRun9 RPC.

func (*RecordingCanvasClient) DrawTextRun9_1

func (c *RecordingCanvasClient) DrawTextRun9_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 float32, arg6 float32, arg7 bool, arg8 int64) error

DrawTextRun9_1 calls the DrawTextRun9_1 RPC.

func (*RecordingCanvasClient) DrawTextRun9_2

func (c *RecordingCanvasClient) DrawTextRun9_2(ctx context.Context, arg0 string, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 float32, arg6 float32, arg7 bool, arg8 int64) error

DrawTextRun9_2 calls the DrawTextRun9_2 RPC.

func (*RecordingCanvasClient) DrawVertices

func (c *RecordingCanvasClient) DrawVertices(ctx context.Context, arg0 int64, arg1 int32, arg2 int64, arg3 int32, arg4 int64, arg5 int32, arg6 int64, arg7 int32, arg8 int64, arg9 int32, arg10 int32, arg11 int64) error

DrawVertices calls the DrawVertices RPC.

func (*RecordingCanvasClient) EnableZ

func (c *RecordingCanvasClient) EnableZ(ctx context.Context) error

EnableZ calls the EnableZ RPC.

func (*RecordingCanvasClient) GetHeight

func (c *RecordingCanvasClient) GetHeight(ctx context.Context) (int32, error)

GetHeight calls the GetHeight RPC.

func (*RecordingCanvasClient) GetMaximumBitmapHeight

func (c *RecordingCanvasClient) GetMaximumBitmapHeight(ctx context.Context) (int32, error)

GetMaximumBitmapHeight calls the GetMaximumBitmapHeight RPC.

func (*RecordingCanvasClient) GetMaximumBitmapWidth

func (c *RecordingCanvasClient) GetMaximumBitmapWidth(ctx context.Context) (int32, error)

GetMaximumBitmapWidth calls the GetMaximumBitmapWidth RPC.

func (*RecordingCanvasClient) GetWidth

func (c *RecordingCanvasClient) GetWidth(ctx context.Context) (int32, error)

GetWidth calls the GetWidth RPC.

func (*RecordingCanvasClient) IsHardwareAccelerated

func (c *RecordingCanvasClient) IsHardwareAccelerated(ctx context.Context) (bool, error)

IsHardwareAccelerated calls the IsHardwareAccelerated RPC.

func (*RecordingCanvasClient) IsOpaque

func (c *RecordingCanvasClient) IsOpaque(ctx context.Context) (bool, error)

IsOpaque calls the IsOpaque RPC.

func (*RecordingCanvasClient) SetBitmap

func (c *RecordingCanvasClient) SetBitmap(ctx context.Context, arg0 int64) error

SetBitmap calls the SetBitmap RPC.

func (*RecordingCanvasClient) SetDensity

func (c *RecordingCanvasClient) SetDensity(ctx context.Context, arg0 int32) error

SetDensity calls the SetDensity RPC.

type RectClient

type RectClient struct {
	// contains filtered or unexported fields
}

RectClient wraps the gRPC RectService client.

func NewRectClient

func NewRectClient(cc grpc.ClientConnInterface) *RectClient

NewRectClient creates a new Rect client.

func (*RectClient) CenterX

func (c *RectClient) CenterX(ctx context.Context, handle int64) (int32, error)

CenterX calls the CenterX RPC.

func (*RectClient) CenterY

func (c *RectClient) CenterY(ctx context.Context, handle int64) (int32, error)

CenterY calls the CenterY RPC.

func (*RectClient) Contains1

func (c *RectClient) Contains1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Contains1 calls the Contains1 RPC.

func (*RectClient) Contains2_1

func (c *RectClient) Contains2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

Contains2_1 calls the Contains2_1 RPC.

func (*RectClient) Contains4_2

func (c *RectClient) Contains4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (bool, error)

Contains4_2 calls the Contains4_2 RPC.

func (*RectClient) DescribeContents

func (c *RectClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RectClient) Equals

func (c *RectClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*RectClient) ExactCenterX

func (c *RectClient) ExactCenterX(ctx context.Context, handle int64) (float32, error)

ExactCenterX calls the ExactCenterX RPC.

func (*RectClient) ExactCenterY

func (c *RectClient) ExactCenterY(ctx context.Context, handle int64) (float32, error)

ExactCenterY calls the ExactCenterY RPC.

func (*RectClient) FlattenToString

func (c *RectClient) FlattenToString(ctx context.Context, handle int64) (string, error)

FlattenToString calls the FlattenToString RPC.

func (*RectClient) HashCode

func (c *RectClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*RectClient) Height

func (c *RectClient) Height(ctx context.Context, handle int64) (int32, error)

Height calls the Height RPC.

func (*RectClient) Inset1

func (c *RectClient) Inset1(ctx context.Context, handle int64, arg0 int64) error

Inset1 calls the Inset1 RPC.

func (*RectClient) Inset2_1

func (c *RectClient) Inset2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Inset2_1 calls the Inset2_1 RPC.

func (*RectClient) Inset4_2

func (c *RectClient) Inset4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

Inset4_2 calls the Inset4_2 RPC.

func (*RectClient) Intersect1

func (c *RectClient) Intersect1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Intersect1 calls the Intersect1 RPC.

func (*RectClient) Intersect4_1

func (c *RectClient) Intersect4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (bool, error)

Intersect4_1 calls the Intersect4_1 RPC.

func (*RectClient) Intersects2

func (c *RectClient) Intersects2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

Intersects2 calls the Intersects2 RPC.

func (*RectClient) Intersects4_1

func (c *RectClient) Intersects4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (bool, error)

Intersects4_1 calls the Intersects4_1 RPC.

func (*RectClient) IsEmpty

func (c *RectClient) IsEmpty(ctx context.Context, handle int64) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*RectClient) Offset

func (c *RectClient) Offset(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Offset calls the Offset RPC.

func (*RectClient) OffsetTo

func (c *RectClient) OffsetTo(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

OffsetTo calls the OffsetTo RPC.

func (*RectClient) ReadFromParcel

func (c *RectClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) error

ReadFromParcel calls the ReadFromParcel RPC.

func (*RectClient) Set1

func (c *RectClient) Set1(ctx context.Context, handle int64, arg0 int64) error

Set1 calls the Set1 RPC.

func (*RectClient) Set4_1

func (c *RectClient) Set4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

Set4_1 calls the Set4_1 RPC.

func (*RectClient) SetEmpty

func (c *RectClient) SetEmpty(ctx context.Context, handle int64) error

SetEmpty calls the SetEmpty RPC.

func (*RectClient) SetIntersect

func (c *RectClient) SetIntersect(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

SetIntersect calls the SetIntersect RPC.

func (*RectClient) Sort

func (c *RectClient) Sort(ctx context.Context, handle int64) error

Sort calls the Sort RPC.

func (*RectClient) ToShortString

func (c *RectClient) ToShortString(ctx context.Context, handle int64) (string, error)

ToShortString calls the ToShortString RPC.

func (*RectClient) ToString

func (c *RectClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*RectClient) UnflattenFromString

func (c *RectClient) UnflattenFromString(ctx context.Context, handle int64, arg0 string) (int64, error)

UnflattenFromString calls the UnflattenFromString RPC.

func (*RectClient) Union1

func (c *RectClient) Union1(ctx context.Context, handle int64, arg0 int64) error

Union1 calls the Union1 RPC.

func (*RectClient) Union2_1

func (c *RectClient) Union2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Union2_1 calls the Union2_1 RPC.

func (*RectClient) Union4_2

func (c *RectClient) Union4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error

Union4_2 calls the Union4_2 RPC.

func (*RectClient) Width

func (c *RectClient) Width(ctx context.Context, handle int64) (int32, error)

Width calls the Width RPC.

func (*RectClient) WriteToParcel

func (c *RectClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type RectFClient

type RectFClient struct {
	// contains filtered or unexported fields
}

RectFClient wraps the gRPC RectFService client.

func NewRectFClient

func NewRectFClient(cc grpc.ClientConnInterface) *RectFClient

NewRectFClient creates a new RectF client.

func (*RectFClient) CenterX

func (c *RectFClient) CenterX(ctx context.Context, handle int64) (float32, error)

CenterX calls the CenterX RPC.

func (*RectFClient) CenterY

func (c *RectFClient) CenterY(ctx context.Context, handle int64) (float32, error)

CenterY calls the CenterY RPC.

func (*RectFClient) Contains1

func (c *RectFClient) Contains1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Contains1 calls the Contains1 RPC.

func (*RectFClient) Contains2_1

func (c *RectFClient) Contains2_1(ctx context.Context, handle int64, arg0 float32, arg1 float32) (bool, error)

Contains2_1 calls the Contains2_1 RPC.

func (*RectFClient) Contains4_2

func (c *RectFClient) Contains4_2(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (bool, error)

Contains4_2 calls the Contains4_2 RPC.

func (*RectFClient) DescribeContents

func (c *RectFClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RectFClient) Equals

func (c *RectFClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*RectFClient) HashCode

func (c *RectFClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*RectFClient) Height

func (c *RectFClient) Height(ctx context.Context, handle int64) (float32, error)

Height calls the Height RPC.

func (*RectFClient) Inset

func (c *RectFClient) Inset(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

Inset calls the Inset RPC.

func (*RectFClient) Intersect1

func (c *RectFClient) Intersect1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Intersect1 calls the Intersect1 RPC.

func (*RectFClient) Intersect4_1

func (c *RectFClient) Intersect4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (bool, error)

Intersect4_1 calls the Intersect4_1 RPC.

func (*RectFClient) Intersects2

func (c *RectFClient) Intersects2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

Intersects2 calls the Intersects2 RPC.

func (*RectFClient) Intersects4_1

func (c *RectFClient) Intersects4_1(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (bool, error)

Intersects4_1 calls the Intersects4_1 RPC.

func (*RectFClient) IsEmpty

func (c *RectFClient) IsEmpty(ctx context.Context, handle int64) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*RectFClient) Offset

func (c *RectFClient) Offset(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

Offset calls the Offset RPC.

func (*RectFClient) OffsetTo

func (c *RectFClient) OffsetTo(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

OffsetTo calls the OffsetTo RPC.

func (*RectFClient) ReadFromParcel

func (c *RectFClient) ReadFromParcel(ctx context.Context, handle int64, arg0 int64) error

ReadFromParcel calls the ReadFromParcel RPC.

func (*RectFClient) Round

func (c *RectFClient) Round(ctx context.Context, handle int64, arg0 int64) error

Round calls the Round RPC.

func (*RectFClient) RoundOut

func (c *RectFClient) RoundOut(ctx context.Context, handle int64, arg0 int64) error

RoundOut calls the RoundOut RPC.

func (*RectFClient) Set1

func (c *RectFClient) Set1(ctx context.Context, handle int64, arg0 int64) error

Set1 calls the Set1 RPC.

func (*RectFClient) Set1_1

func (c *RectFClient) Set1_1(ctx context.Context, handle int64, arg0 int64) error

Set1_1 calls the Set1_1 RPC.

func (*RectFClient) Set4_2

func (c *RectFClient) Set4_2(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

Set4_2 calls the Set4_2 RPC.

func (*RectFClient) SetEmpty

func (c *RectFClient) SetEmpty(ctx context.Context, handle int64) error

SetEmpty calls the SetEmpty RPC.

func (*RectFClient) SetIntersect

func (c *RectFClient) SetIntersect(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

SetIntersect calls the SetIntersect RPC.

func (*RectFClient) Sort

func (c *RectFClient) Sort(ctx context.Context, handle int64) error

Sort calls the Sort RPC.

func (*RectFClient) ToShortString

func (c *RectFClient) ToShortString(ctx context.Context, handle int64) (string, error)

ToShortString calls the ToShortString RPC.

func (*RectFClient) ToString

func (c *RectFClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*RectFClient) Union1

func (c *RectFClient) Union1(ctx context.Context, handle int64, arg0 int64) error

Union1 calls the Union1 RPC.

func (*RectFClient) Union2_1

func (c *RectFClient) Union2_1(ctx context.Context, handle int64, arg0 float32, arg1 float32) error

Union2_1 calls the Union2_1 RPC.

func (*RectFClient) Union4_2

func (c *RectFClient) Union4_2(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) error

Union4_2 calls the Union4_2 RPC.

func (*RectFClient) Width

func (c *RectFClient) Width(ctx context.Context, handle int64) (float32, error)

Width calls the Width RPC.

func (*RectFClient) WriteToParcel

func (c *RectFClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type RegionClient

type RegionClient struct {
	// contains filtered or unexported fields
}

RegionClient wraps the gRPC RegionService client.

func NewRegionClient

func NewRegionClient(cc grpc.ClientConnInterface) *RegionClient

NewRegionClient creates a new Region client.

func (*RegionClient) Contains

func (c *RegionClient) Contains(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

Contains calls the Contains RPC.

func (*RegionClient) DescribeContents

func (c *RegionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RegionClient) Equals

func (c *RegionClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*RegionClient) GetBoundaryPath0

func (c *RegionClient) GetBoundaryPath0(ctx context.Context, handle int64) (int64, error)

GetBoundaryPath0 calls the GetBoundaryPath0 RPC.

func (*RegionClient) GetBoundaryPath1_1

func (c *RegionClient) GetBoundaryPath1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)

GetBoundaryPath1_1 calls the GetBoundaryPath1_1 RPC.

func (*RegionClient) GetBounds0

func (c *RegionClient) GetBounds0(ctx context.Context, handle int64) (int64, error)

GetBounds0 calls the GetBounds0 RPC.

func (*RegionClient) GetBounds1_1

func (c *RegionClient) GetBounds1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)

GetBounds1_1 calls the GetBounds1_1 RPC.

func (*RegionClient) IsComplex

func (c *RegionClient) IsComplex(ctx context.Context, handle int64) (bool, error)

IsComplex calls the IsComplex RPC.

func (*RegionClient) IsEmpty

func (c *RegionClient) IsEmpty(ctx context.Context, handle int64) (bool, error)

IsEmpty calls the IsEmpty RPC.

func (*RegionClient) IsRect

func (c *RegionClient) IsRect(ctx context.Context, handle int64) (bool, error)

IsRect calls the IsRect RPC.

func (*RegionClient) Op2_1

func (c *RegionClient) Op2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

Op2_1 calls the Op2_1 RPC.

func (*RegionClient) Op2_3

func (c *RegionClient) Op2_3(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

Op2_3 calls the Op2_3 RPC.

func (*RegionClient) Op3

func (c *RegionClient) Op3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

Op3 calls the Op3 RPC.

func (*RegionClient) Op3_2

func (c *RegionClient) Op3_2(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (bool, error)

Op3_2 calls the Op3_2 RPC.

func (*RegionClient) Op5_4

func (c *RegionClient) Op5_4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int64) (bool, error)

Op5_4 calls the Op5_4 RPC.

func (*RegionClient) QuickContains1

func (c *RegionClient) QuickContains1(ctx context.Context, handle int64, arg0 int64) (bool, error)

QuickContains1 calls the QuickContains1 RPC.

func (*RegionClient) QuickContains4_1

func (c *RegionClient) QuickContains4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (bool, error)

QuickContains4_1 calls the QuickContains4_1 RPC.

func (*RegionClient) QuickReject1

func (c *RegionClient) QuickReject1(ctx context.Context, handle int64, arg0 int64) (bool, error)

QuickReject1 calls the QuickReject1 RPC.

func (*RegionClient) QuickReject1_1

func (c *RegionClient) QuickReject1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)

QuickReject1_1 calls the QuickReject1_1 RPC.

func (*RegionClient) QuickReject4_2

func (c *RegionClient) QuickReject4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (bool, error)

QuickReject4_2 calls the QuickReject4_2 RPC.

func (*RegionClient) Set1

func (c *RegionClient) Set1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Set1 calls the Set1 RPC.

func (*RegionClient) Set1_1

func (c *RegionClient) Set1_1(ctx context.Context, handle int64, arg0 int64) (bool, error)

Set1_1 calls the Set1_1 RPC.

func (*RegionClient) Set4_2

func (c *RegionClient) Set4_2(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (bool, error)

Set4_2 calls the Set4_2 RPC.

func (*RegionClient) SetEmpty

func (c *RegionClient) SetEmpty(ctx context.Context, handle int64) error

SetEmpty calls the SetEmpty RPC.

func (*RegionClient) SetPath

func (c *RegionClient) SetPath(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

SetPath calls the SetPath RPC.

func (*RegionClient) ToString

func (c *RegionClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*RegionClient) Translate2

func (c *RegionClient) Translate2(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

Translate2 calls the Translate2 RPC.

func (*RegionClient) Translate3_1

func (c *RegionClient) Translate3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error

Translate3_1 calls the Translate3_1 RPC.

func (*RegionClient) Union

func (c *RegionClient) Union(ctx context.Context, handle int64, arg0 int64) (bool, error)

Union calls the Union RPC.

func (*RegionClient) WriteToParcel

func (c *RegionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type RegionIteratorClient

type RegionIteratorClient struct {
	// contains filtered or unexported fields
}

RegionIteratorClient wraps the gRPC RegionIteratorService client.

func NewRegionIteratorClient

func NewRegionIteratorClient(cc grpc.ClientConnInterface) *RegionIteratorClient

NewRegionIteratorClient creates a new RegionIterator client.

func (*RegionIteratorClient) Next

func (c *RegionIteratorClient) Next(ctx context.Context, handle int64, arg0 int64) (bool, error)

Next calls the Next RPC.

type RegionOpClient

type RegionOpClient struct {
	// contains filtered or unexported fields
}

RegionOpClient wraps the gRPC RegionOpService client.

func NewRegionOpClient

func NewRegionOpClient(cc grpc.ClientConnInterface) *RegionOpClient

NewRegionOpClient creates a new RegionOp client.

func (*RegionOpClient) ValueOf

func (c *RegionOpClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*RegionOpClient) Values

func (c *RegionOpClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type RenderEffectClient

type RenderEffectClient struct {
	// contains filtered or unexported fields
}

RenderEffectClient wraps the gRPC RenderEffectService client.

func NewRenderEffectClient

func NewRenderEffectClient(cc grpc.ClientConnInterface) *RenderEffectClient

NewRenderEffectClient creates a new RenderEffect client.

func (*RenderEffectClient) CreateBitmapEffect1

func (c *RenderEffectClient) CreateBitmapEffect1(ctx context.Context, arg0 int64) (int64, error)

CreateBitmapEffect1 calls the CreateBitmapEffect1 RPC.

func (*RenderEffectClient) CreateBitmapEffect3_1

func (c *RenderEffectClient) CreateBitmapEffect3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateBitmapEffect3_1 calls the CreateBitmapEffect3_1 RPC.

func (*RenderEffectClient) CreateBlendModeEffect

func (c *RenderEffectClient) CreateBlendModeEffect(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateBlendModeEffect calls the CreateBlendModeEffect RPC.

func (*RenderEffectClient) CreateBlurEffect3_1

func (c *RenderEffectClient) CreateBlurEffect3_1(ctx context.Context, arg0 float32, arg1 float32, arg2 int64) (int64, error)

CreateBlurEffect3_1 calls the CreateBlurEffect3_1 RPC.

func (*RenderEffectClient) CreateBlurEffect4

func (c *RenderEffectClient) CreateBlurEffect4(ctx context.Context, arg0 float32, arg1 float32, arg2 int64, arg3 int64) (int64, error)

CreateBlurEffect4 calls the CreateBlurEffect4 RPC.

func (*RenderEffectClient) CreateChainEffect

func (c *RenderEffectClient) CreateChainEffect(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

CreateChainEffect calls the CreateChainEffect RPC.

func (*RenderEffectClient) CreateColorFilterEffect1

func (c *RenderEffectClient) CreateColorFilterEffect1(ctx context.Context, arg0 int64) (int64, error)

CreateColorFilterEffect1 calls the CreateColorFilterEffect1 RPC.

func (*RenderEffectClient) CreateColorFilterEffect2_1

func (c *RenderEffectClient) CreateColorFilterEffect2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

CreateColorFilterEffect2_1 calls the CreateColorFilterEffect2_1 RPC.

func (*RenderEffectClient) CreateOffsetEffect2

func (c *RenderEffectClient) CreateOffsetEffect2(ctx context.Context, arg0 float32, arg1 float32) (int64, error)

CreateOffsetEffect2 calls the CreateOffsetEffect2 RPC.

func (*RenderEffectClient) CreateOffsetEffect3_1

func (c *RenderEffectClient) CreateOffsetEffect3_1(ctx context.Context, arg0 float32, arg1 float32, arg2 int64) (int64, error)

CreateOffsetEffect3_1 calls the CreateOffsetEffect3_1 RPC.

func (*RenderEffectClient) CreateRuntimeShaderEffect

func (c *RenderEffectClient) CreateRuntimeShaderEffect(ctx context.Context, arg0 int64, arg1 string) (int64, error)

CreateRuntimeShaderEffect calls the CreateRuntimeShaderEffect RPC.

func (*RenderEffectClient) CreateShaderEffect

func (c *RenderEffectClient) CreateShaderEffect(ctx context.Context, arg0 int64) (int64, error)

CreateShaderEffect calls the CreateShaderEffect RPC.

type RenderNodeClient

type RenderNodeClient struct {
	// contains filtered or unexported fields
}

RenderNodeClient wraps the gRPC RenderNodeService client.

func NewRenderNodeClient

func NewRenderNodeClient(cc grpc.ClientConnInterface) *RenderNodeClient

NewRenderNodeClient creates a new RenderNode client.

func (*RenderNodeClient) BeginRecording0

func (c *RenderNodeClient) BeginRecording0(ctx context.Context, handle int64) (int64, error)

BeginRecording0 calls the BeginRecording0 RPC.

func (*RenderNodeClient) BeginRecording2_1

func (c *RenderNodeClient) BeginRecording2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)

BeginRecording2_1 calls the BeginRecording2_1 RPC.

func (*RenderNodeClient) ComputeApproximateMemoryUsage

func (c *RenderNodeClient) ComputeApproximateMemoryUsage(ctx context.Context, handle int64) (int64, error)

ComputeApproximateMemoryUsage calls the ComputeApproximateMemoryUsage RPC.

func (*RenderNodeClient) DiscardDisplayList

func (c *RenderNodeClient) DiscardDisplayList(ctx context.Context, handle int64) error

DiscardDisplayList calls the DiscardDisplayList RPC.

func (*RenderNodeClient) EndRecording

func (c *RenderNodeClient) EndRecording(ctx context.Context, handle int64) error

EndRecording calls the EndRecording RPC.

func (*RenderNodeClient) GetAlpha

func (c *RenderNodeClient) GetAlpha(ctx context.Context, handle int64) (float32, error)

GetAlpha calls the GetAlpha RPC.

func (*RenderNodeClient) GetAmbientShadowColor

func (c *RenderNodeClient) GetAmbientShadowColor(ctx context.Context, handle int64) (int32, error)

GetAmbientShadowColor calls the GetAmbientShadowColor RPC.

func (*RenderNodeClient) GetBottom

func (c *RenderNodeClient) GetBottom(ctx context.Context, handle int64) (int32, error)

GetBottom calls the GetBottom RPC.

func (*RenderNodeClient) GetCameraDistance

func (c *RenderNodeClient) GetCameraDistance(ctx context.Context, handle int64) (float32, error)

GetCameraDistance calls the GetCameraDistance RPC.

func (*RenderNodeClient) GetClipToBounds

func (c *RenderNodeClient) GetClipToBounds(ctx context.Context, handle int64) (bool, error)

GetClipToBounds calls the GetClipToBounds RPC.

func (*RenderNodeClient) GetClipToOutline

func (c *RenderNodeClient) GetClipToOutline(ctx context.Context, handle int64) (bool, error)

GetClipToOutline calls the GetClipToOutline RPC.

func (*RenderNodeClient) GetElevation

func (c *RenderNodeClient) GetElevation(ctx context.Context, handle int64) (float32, error)

GetElevation calls the GetElevation RPC.

func (*RenderNodeClient) GetHeight

func (c *RenderNodeClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*RenderNodeClient) GetInverseMatrix

func (c *RenderNodeClient) GetInverseMatrix(ctx context.Context, handle int64, arg0 int64) error

GetInverseMatrix calls the GetInverseMatrix RPC.

func (*RenderNodeClient) GetLeft

func (c *RenderNodeClient) GetLeft(ctx context.Context, handle int64) (int32, error)

GetLeft calls the GetLeft RPC.

func (*RenderNodeClient) GetMatrix

func (c *RenderNodeClient) GetMatrix(ctx context.Context, handle int64, arg0 int64) error

GetMatrix calls the GetMatrix RPC.

func (*RenderNodeClient) GetPivotX

func (c *RenderNodeClient) GetPivotX(ctx context.Context, handle int64) (float32, error)

GetPivotX calls the GetPivotX RPC.

func (*RenderNodeClient) GetPivotY

func (c *RenderNodeClient) GetPivotY(ctx context.Context, handle int64) (float32, error)

GetPivotY calls the GetPivotY RPC.

func (*RenderNodeClient) GetRight

func (c *RenderNodeClient) GetRight(ctx context.Context, handle int64) (int32, error)

GetRight calls the GetRight RPC.

func (*RenderNodeClient) GetRotationX

func (c *RenderNodeClient) GetRotationX(ctx context.Context, handle int64) (float32, error)

GetRotationX calls the GetRotationX RPC.

func (*RenderNodeClient) GetRotationY

func (c *RenderNodeClient) GetRotationY(ctx context.Context, handle int64) (float32, error)

GetRotationY calls the GetRotationY RPC.

func (*RenderNodeClient) GetRotationZ

func (c *RenderNodeClient) GetRotationZ(ctx context.Context, handle int64) (float32, error)

GetRotationZ calls the GetRotationZ RPC.

func (*RenderNodeClient) GetScaleX

func (c *RenderNodeClient) GetScaleX(ctx context.Context, handle int64) (float32, error)

GetScaleX calls the GetScaleX RPC.

func (*RenderNodeClient) GetScaleY

func (c *RenderNodeClient) GetScaleY(ctx context.Context, handle int64) (float32, error)

GetScaleY calls the GetScaleY RPC.

func (*RenderNodeClient) GetSpotShadowColor

func (c *RenderNodeClient) GetSpotShadowColor(ctx context.Context, handle int64) (int32, error)

GetSpotShadowColor calls the GetSpotShadowColor RPC.

func (*RenderNodeClient) GetTop

func (c *RenderNodeClient) GetTop(ctx context.Context, handle int64) (int32, error)

GetTop calls the GetTop RPC.

func (*RenderNodeClient) GetTranslationX

func (c *RenderNodeClient) GetTranslationX(ctx context.Context, handle int64) (float32, error)

GetTranslationX calls the GetTranslationX RPC.

func (*RenderNodeClient) GetTranslationY

func (c *RenderNodeClient) GetTranslationY(ctx context.Context, handle int64) (float32, error)

GetTranslationY calls the GetTranslationY RPC.

func (*RenderNodeClient) GetTranslationZ

func (c *RenderNodeClient) GetTranslationZ(ctx context.Context, handle int64) (float32, error)

GetTranslationZ calls the GetTranslationZ RPC.

func (*RenderNodeClient) GetUniqueId

func (c *RenderNodeClient) GetUniqueId(ctx context.Context, handle int64) (int64, error)

GetUniqueId calls the GetUniqueId RPC.

func (*RenderNodeClient) GetUseCompositingLayer

func (c *RenderNodeClient) GetUseCompositingLayer(ctx context.Context, handle int64) (bool, error)

GetUseCompositingLayer calls the GetUseCompositingLayer RPC.

func (*RenderNodeClient) GetWidth

func (c *RenderNodeClient) GetWidth(ctx context.Context, handle int64) (int32, error)

GetWidth calls the GetWidth RPC.

func (*RenderNodeClient) HasDisplayList

func (c *RenderNodeClient) HasDisplayList(ctx context.Context, handle int64) (bool, error)

HasDisplayList calls the HasDisplayList RPC.

func (*RenderNodeClient) HasIdentityMatrix

func (c *RenderNodeClient) HasIdentityMatrix(ctx context.Context, handle int64) (bool, error)

HasIdentityMatrix calls the HasIdentityMatrix RPC.

func (*RenderNodeClient) HasOverlappingRendering

func (c *RenderNodeClient) HasOverlappingRendering(ctx context.Context, handle int64) (bool, error)

HasOverlappingRendering calls the HasOverlappingRendering RPC.

func (*RenderNodeClient) HasShadow

func (c *RenderNodeClient) HasShadow(ctx context.Context, handle int64) (bool, error)

HasShadow calls the HasShadow RPC.

func (*RenderNodeClient) IsForceDarkAllowed

func (c *RenderNodeClient) IsForceDarkAllowed(ctx context.Context, handle int64) (bool, error)

IsForceDarkAllowed calls the IsForceDarkAllowed RPC.

func (*RenderNodeClient) IsPivotExplicitlySet

func (c *RenderNodeClient) IsPivotExplicitlySet(ctx context.Context, handle int64) (bool, error)

IsPivotExplicitlySet calls the IsPivotExplicitlySet RPC.

func (*RenderNodeClient) OffsetLeftAndRight

func (c *RenderNodeClient) OffsetLeftAndRight(ctx context.Context, handle int64, arg0 int32) (bool, error)

OffsetLeftAndRight calls the OffsetLeftAndRight RPC.

func (*RenderNodeClient) OffsetTopAndBottom

func (c *RenderNodeClient) OffsetTopAndBottom(ctx context.Context, handle int64, arg0 int32) (bool, error)

OffsetTopAndBottom calls the OffsetTopAndBottom RPC.

func (*RenderNodeClient) ResetPivot

func (c *RenderNodeClient) ResetPivot(ctx context.Context, handle int64) (bool, error)

ResetPivot calls the ResetPivot RPC.

func (*RenderNodeClient) SetAlpha

func (c *RenderNodeClient) SetAlpha(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetAlpha calls the SetAlpha RPC.

func (*RenderNodeClient) SetAmbientShadowColor

func (c *RenderNodeClient) SetAmbientShadowColor(ctx context.Context, handle int64, arg0 int32) (bool, error)

SetAmbientShadowColor calls the SetAmbientShadowColor RPC.

func (*RenderNodeClient) SetCameraDistance

func (c *RenderNodeClient) SetCameraDistance(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetCameraDistance calls the SetCameraDistance RPC.

func (*RenderNodeClient) SetClipRect

func (c *RenderNodeClient) SetClipRect(ctx context.Context, handle int64, arg0 int64) (bool, error)

SetClipRect calls the SetClipRect RPC.

func (*RenderNodeClient) SetClipToBounds

func (c *RenderNodeClient) SetClipToBounds(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetClipToBounds calls the SetClipToBounds RPC.

func (*RenderNodeClient) SetClipToOutline

func (c *RenderNodeClient) SetClipToOutline(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetClipToOutline calls the SetClipToOutline RPC.

func (*RenderNodeClient) SetElevation

func (c *RenderNodeClient) SetElevation(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetElevation calls the SetElevation RPC.

func (*RenderNodeClient) SetForceDarkAllowed

func (c *RenderNodeClient) SetForceDarkAllowed(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetForceDarkAllowed calls the SetForceDarkAllowed RPC.

func (*RenderNodeClient) SetHasOverlappingRendering

func (c *RenderNodeClient) SetHasOverlappingRendering(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetHasOverlappingRendering calls the SetHasOverlappingRendering RPC.

func (*RenderNodeClient) SetOutline

func (c *RenderNodeClient) SetOutline(ctx context.Context, handle int64, arg0 int64) (bool, error)

SetOutline calls the SetOutline RPC.

func (*RenderNodeClient) SetPivotX

func (c *RenderNodeClient) SetPivotX(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetPivotX calls the SetPivotX RPC.

func (*RenderNodeClient) SetPivotY

func (c *RenderNodeClient) SetPivotY(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetPivotY calls the SetPivotY RPC.

func (*RenderNodeClient) SetPosition1

func (c *RenderNodeClient) SetPosition1(ctx context.Context, handle int64, arg0 int64) (bool, error)

SetPosition1 calls the SetPosition1 RPC.

func (*RenderNodeClient) SetPosition4_1

func (c *RenderNodeClient) SetPosition4_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (bool, error)

SetPosition4_1 calls the SetPosition4_1 RPC.

func (*RenderNodeClient) SetProjectBackwards

func (c *RenderNodeClient) SetProjectBackwards(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetProjectBackwards calls the SetProjectBackwards RPC.

func (*RenderNodeClient) SetProjectionReceiver

func (c *RenderNodeClient) SetProjectionReceiver(ctx context.Context, handle int64, arg0 bool) (bool, error)

SetProjectionReceiver calls the SetProjectionReceiver RPC.

func (*RenderNodeClient) SetRenderEffect

func (c *RenderNodeClient) SetRenderEffect(ctx context.Context, handle int64, arg0 int64) (bool, error)

SetRenderEffect calls the SetRenderEffect RPC.

func (*RenderNodeClient) SetRotationX

func (c *RenderNodeClient) SetRotationX(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetRotationX calls the SetRotationX RPC.

func (*RenderNodeClient) SetRotationY

func (c *RenderNodeClient) SetRotationY(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetRotationY calls the SetRotationY RPC.

func (*RenderNodeClient) SetRotationZ

func (c *RenderNodeClient) SetRotationZ(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetRotationZ calls the SetRotationZ RPC.

func (*RenderNodeClient) SetScaleX

func (c *RenderNodeClient) SetScaleX(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetScaleX calls the SetScaleX RPC.

func (*RenderNodeClient) SetScaleY

func (c *RenderNodeClient) SetScaleY(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetScaleY calls the SetScaleY RPC.

func (*RenderNodeClient) SetSpotShadowColor

func (c *RenderNodeClient) SetSpotShadowColor(ctx context.Context, handle int64, arg0 int32) (bool, error)

SetSpotShadowColor calls the SetSpotShadowColor RPC.

func (*RenderNodeClient) SetTranslationX

func (c *RenderNodeClient) SetTranslationX(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetTranslationX calls the SetTranslationX RPC.

func (*RenderNodeClient) SetTranslationY

func (c *RenderNodeClient) SetTranslationY(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetTranslationY calls the SetTranslationY RPC.

func (*RenderNodeClient) SetTranslationZ

func (c *RenderNodeClient) SetTranslationZ(ctx context.Context, handle int64, arg0 float32) (bool, error)

SetTranslationZ calls the SetTranslationZ RPC.

func (*RenderNodeClient) SetUseCompositingLayer

func (c *RenderNodeClient) SetUseCompositingLayer(ctx context.Context, handle int64, arg0 bool, arg1 int64) (bool, error)

SetUseCompositingLayer calls the SetUseCompositingLayer RPC.

type RuntimeColorFilterClient

type RuntimeColorFilterClient struct {
	// contains filtered or unexported fields
}

RuntimeColorFilterClient wraps the gRPC RuntimeColorFilterService client.

func NewRuntimeColorFilterClient

func NewRuntimeColorFilterClient(cc grpc.ClientConnInterface) *RuntimeColorFilterClient

NewRuntimeColorFilterClient creates a new RuntimeColorFilter client.

func (*RuntimeColorFilterClient) SetColorUniform2

func (c *RuntimeColorFilterClient) SetColorUniform2(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetColorUniform2 calls the SetColorUniform2 RPC.

func (*RuntimeColorFilterClient) SetColorUniform2_1

func (c *RuntimeColorFilterClient) SetColorUniform2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetColorUniform2_1 calls the SetColorUniform2_1 RPC.

func (*RuntimeColorFilterClient) SetColorUniform2_2

func (c *RuntimeColorFilterClient) SetColorUniform2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetColorUniform2_2 calls the SetColorUniform2_2 RPC.

func (*RuntimeColorFilterClient) SetFloatUniform2

func (c *RuntimeColorFilterClient) SetFloatUniform2(ctx context.Context, handle int64, arg0 string, arg1 float32) error

SetFloatUniform2 calls the SetFloatUniform2 RPC.

func (*RuntimeColorFilterClient) SetFloatUniform2_4

func (c *RuntimeColorFilterClient) SetFloatUniform2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetFloatUniform2_4 calls the SetFloatUniform2_4 RPC.

func (*RuntimeColorFilterClient) SetFloatUniform3_1

func (c *RuntimeColorFilterClient) SetFloatUniform3_1(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32) error

SetFloatUniform3_1 calls the SetFloatUniform3_1 RPC.

func (*RuntimeColorFilterClient) SetFloatUniform4_2

func (c *RuntimeColorFilterClient) SetFloatUniform4_2(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32, arg3 float32) error

SetFloatUniform4_2 calls the SetFloatUniform4_2 RPC.

func (*RuntimeColorFilterClient) SetFloatUniform5_3

func (c *RuntimeColorFilterClient) SetFloatUniform5_3(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32, arg3 float32, arg4 float32) error

SetFloatUniform5_3 calls the SetFloatUniform5_3 RPC.

func (*RuntimeColorFilterClient) SetInputColorFilter

func (c *RuntimeColorFilterClient) SetInputColorFilter(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputColorFilter calls the SetInputColorFilter RPC.

func (*RuntimeColorFilterClient) SetInputShader

func (c *RuntimeColorFilterClient) SetInputShader(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputShader calls the SetInputShader RPC.

func (*RuntimeColorFilterClient) SetInputXfermode

func (c *RuntimeColorFilterClient) SetInputXfermode(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputXfermode calls the SetInputXfermode RPC.

func (*RuntimeColorFilterClient) SetIntUniform2

func (c *RuntimeColorFilterClient) SetIntUniform2(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetIntUniform2 calls the SetIntUniform2 RPC.

func (*RuntimeColorFilterClient) SetIntUniform2_4

func (c *RuntimeColorFilterClient) SetIntUniform2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetIntUniform2_4 calls the SetIntUniform2_4 RPC.

func (*RuntimeColorFilterClient) SetIntUniform3_1

func (c *RuntimeColorFilterClient) SetIntUniform3_1(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) error

SetIntUniform3_1 calls the SetIntUniform3_1 RPC.

func (*RuntimeColorFilterClient) SetIntUniform4_2

func (c *RuntimeColorFilterClient) SetIntUniform4_2(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32) error

SetIntUniform4_2 calls the SetIntUniform4_2 RPC.

func (*RuntimeColorFilterClient) SetIntUniform5_3

func (c *RuntimeColorFilterClient) SetIntUniform5_3(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

SetIntUniform5_3 calls the SetIntUniform5_3 RPC.

type RuntimeShaderClient

type RuntimeShaderClient struct {
	// contains filtered or unexported fields
}

RuntimeShaderClient wraps the gRPC RuntimeShaderService client.

func NewRuntimeShaderClient

func NewRuntimeShaderClient(cc grpc.ClientConnInterface) *RuntimeShaderClient

NewRuntimeShaderClient creates a new RuntimeShader client.

func (*RuntimeShaderClient) SetColorUniform2

func (c *RuntimeShaderClient) SetColorUniform2(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetColorUniform2 calls the SetColorUniform2 RPC.

func (*RuntimeShaderClient) SetColorUniform2_1

func (c *RuntimeShaderClient) SetColorUniform2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetColorUniform2_1 calls the SetColorUniform2_1 RPC.

func (*RuntimeShaderClient) SetColorUniform2_2

func (c *RuntimeShaderClient) SetColorUniform2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetColorUniform2_2 calls the SetColorUniform2_2 RPC.

func (*RuntimeShaderClient) SetFloatUniform2

func (c *RuntimeShaderClient) SetFloatUniform2(ctx context.Context, handle int64, arg0 string, arg1 float32) error

SetFloatUniform2 calls the SetFloatUniform2 RPC.

func (*RuntimeShaderClient) SetFloatUniform2_4

func (c *RuntimeShaderClient) SetFloatUniform2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetFloatUniform2_4 calls the SetFloatUniform2_4 RPC.

func (*RuntimeShaderClient) SetFloatUniform3_1

func (c *RuntimeShaderClient) SetFloatUniform3_1(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32) error

SetFloatUniform3_1 calls the SetFloatUniform3_1 RPC.

func (*RuntimeShaderClient) SetFloatUniform4_2

func (c *RuntimeShaderClient) SetFloatUniform4_2(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32, arg3 float32) error

SetFloatUniform4_2 calls the SetFloatUniform4_2 RPC.

func (*RuntimeShaderClient) SetFloatUniform5_3

func (c *RuntimeShaderClient) SetFloatUniform5_3(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32, arg3 float32, arg4 float32) error

SetFloatUniform5_3 calls the SetFloatUniform5_3 RPC.

func (*RuntimeShaderClient) SetInputBuffer

func (c *RuntimeShaderClient) SetInputBuffer(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputBuffer calls the SetInputBuffer RPC.

func (*RuntimeShaderClient) SetInputColorFilter

func (c *RuntimeShaderClient) SetInputColorFilter(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputColorFilter calls the SetInputColorFilter RPC.

func (*RuntimeShaderClient) SetInputShader

func (c *RuntimeShaderClient) SetInputShader(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputShader calls the SetInputShader RPC.

func (*RuntimeShaderClient) SetInputXfermode

func (c *RuntimeShaderClient) SetInputXfermode(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputXfermode calls the SetInputXfermode RPC.

func (*RuntimeShaderClient) SetIntUniform2

func (c *RuntimeShaderClient) SetIntUniform2(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetIntUniform2 calls the SetIntUniform2 RPC.

func (*RuntimeShaderClient) SetIntUniform2_4

func (c *RuntimeShaderClient) SetIntUniform2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetIntUniform2_4 calls the SetIntUniform2_4 RPC.

func (*RuntimeShaderClient) SetIntUniform3_1

func (c *RuntimeShaderClient) SetIntUniform3_1(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) error

SetIntUniform3_1 calls the SetIntUniform3_1 RPC.

func (*RuntimeShaderClient) SetIntUniform4_2

func (c *RuntimeShaderClient) SetIntUniform4_2(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32) error

SetIntUniform4_2 calls the SetIntUniform4_2 RPC.

func (*RuntimeShaderClient) SetIntUniform5_3

func (c *RuntimeShaderClient) SetIntUniform5_3(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

SetIntUniform5_3 calls the SetIntUniform5_3 RPC.

type RuntimeXfermodeClient

type RuntimeXfermodeClient struct {
	// contains filtered or unexported fields
}

RuntimeXfermodeClient wraps the gRPC RuntimeXfermodeService client.

func NewRuntimeXfermodeClient

func NewRuntimeXfermodeClient(cc grpc.ClientConnInterface) *RuntimeXfermodeClient

NewRuntimeXfermodeClient creates a new RuntimeXfermode client.

func (*RuntimeXfermodeClient) SetColorUniform2

func (c *RuntimeXfermodeClient) SetColorUniform2(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetColorUniform2 calls the SetColorUniform2 RPC.

func (*RuntimeXfermodeClient) SetColorUniform2_1

func (c *RuntimeXfermodeClient) SetColorUniform2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetColorUniform2_1 calls the SetColorUniform2_1 RPC.

func (*RuntimeXfermodeClient) SetColorUniform2_2

func (c *RuntimeXfermodeClient) SetColorUniform2_2(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetColorUniform2_2 calls the SetColorUniform2_2 RPC.

func (*RuntimeXfermodeClient) SetFloatUniform2

func (c *RuntimeXfermodeClient) SetFloatUniform2(ctx context.Context, handle int64, arg0 string, arg1 float32) error

SetFloatUniform2 calls the SetFloatUniform2 RPC.

func (*RuntimeXfermodeClient) SetFloatUniform2_4

func (c *RuntimeXfermodeClient) SetFloatUniform2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetFloatUniform2_4 calls the SetFloatUniform2_4 RPC.

func (*RuntimeXfermodeClient) SetFloatUniform3_1

func (c *RuntimeXfermodeClient) SetFloatUniform3_1(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32) error

SetFloatUniform3_1 calls the SetFloatUniform3_1 RPC.

func (*RuntimeXfermodeClient) SetFloatUniform4_2

func (c *RuntimeXfermodeClient) SetFloatUniform4_2(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32, arg3 float32) error

SetFloatUniform4_2 calls the SetFloatUniform4_2 RPC.

func (*RuntimeXfermodeClient) SetFloatUniform5_3

func (c *RuntimeXfermodeClient) SetFloatUniform5_3(ctx context.Context, handle int64, arg0 string, arg1 float32, arg2 float32, arg3 float32, arg4 float32) error

SetFloatUniform5_3 calls the SetFloatUniform5_3 RPC.

func (*RuntimeXfermodeClient) SetInputColorFilter

func (c *RuntimeXfermodeClient) SetInputColorFilter(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputColorFilter calls the SetInputColorFilter RPC.

func (*RuntimeXfermodeClient) SetInputShader

func (c *RuntimeXfermodeClient) SetInputShader(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputShader calls the SetInputShader RPC.

func (*RuntimeXfermodeClient) SetInputXfermode

func (c *RuntimeXfermodeClient) SetInputXfermode(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetInputXfermode calls the SetInputXfermode RPC.

func (*RuntimeXfermodeClient) SetIntUniform2

func (c *RuntimeXfermodeClient) SetIntUniform2(ctx context.Context, handle int64, arg0 string, arg1 int32) error

SetIntUniform2 calls the SetIntUniform2 RPC.

func (*RuntimeXfermodeClient) SetIntUniform2_4

func (c *RuntimeXfermodeClient) SetIntUniform2_4(ctx context.Context, handle int64, arg0 string, arg1 int64) error

SetIntUniform2_4 calls the SetIntUniform2_4 RPC.

func (*RuntimeXfermodeClient) SetIntUniform3_1

func (c *RuntimeXfermodeClient) SetIntUniform3_1(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) error

SetIntUniform3_1 calls the SetIntUniform3_1 RPC.

func (*RuntimeXfermodeClient) SetIntUniform4_2

func (c *RuntimeXfermodeClient) SetIntUniform4_2(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32) error

SetIntUniform4_2 calls the SetIntUniform4_2 RPC.

func (*RuntimeXfermodeClient) SetIntUniform5_3

func (c *RuntimeXfermodeClient) SetIntUniform5_3(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

SetIntUniform5_3 calls the SetIntUniform5_3 RPC.

type ShaderClient

type ShaderClient struct {
	// contains filtered or unexported fields
}

ShaderClient wraps the gRPC ShaderService client.

func NewShaderClient

func NewShaderClient(cc grpc.ClientConnInterface) *ShaderClient

NewShaderClient creates a new Shader client.

func (*ShaderClient) GetLocalMatrix

func (c *ShaderClient) GetLocalMatrix(ctx context.Context, handle int64, arg0 int64) (bool, error)

GetLocalMatrix calls the GetLocalMatrix RPC.

func (*ShaderClient) SetLocalMatrix

func (c *ShaderClient) SetLocalMatrix(ctx context.Context, handle int64, arg0 int64) error

SetLocalMatrix calls the SetLocalMatrix RPC.

type ShaderTileModeClient

type ShaderTileModeClient struct {
	// contains filtered or unexported fields
}

ShaderTileModeClient wraps the gRPC ShaderTileModeService client.

func NewShaderTileModeClient

func NewShaderTileModeClient(cc grpc.ClientConnInterface) *ShaderTileModeClient

NewShaderTileModeClient creates a new ShaderTileMode client.

func (*ShaderTileModeClient) ValueOf

func (c *ShaderTileModeClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*ShaderTileModeClient) Values

func (c *ShaderTileModeClient) Values(ctx context.Context) (int64, error)

Values calls the Values RPC.

type SurfaceTextureClient

type SurfaceTextureClient struct {
	// contains filtered or unexported fields
}

SurfaceTextureClient wraps the gRPC SurfaceTextureService client.

func NewSurfaceTextureClient

func NewSurfaceTextureClient(cc grpc.ClientConnInterface) *SurfaceTextureClient

NewSurfaceTextureClient creates a new SurfaceTexture client.

func (*SurfaceTextureClient) AttachToGLContext

func (c *SurfaceTextureClient) AttachToGLContext(ctx context.Context, handle int64, arg0 int32) error

AttachToGLContext calls the AttachToGLContext RPC.

func (*SurfaceTextureClient) DetachFromGLContext

func (c *SurfaceTextureClient) DetachFromGLContext(ctx context.Context, handle int64) error

DetachFromGLContext calls the DetachFromGLContext RPC.

func (*SurfaceTextureClient) GetDataSpace

func (c *SurfaceTextureClient) GetDataSpace(ctx context.Context, handle int64) (int32, error)

GetDataSpace calls the GetDataSpace RPC.

func (*SurfaceTextureClient) GetTimestamp

func (c *SurfaceTextureClient) GetTimestamp(ctx context.Context, handle int64) (int64, error)

GetTimestamp calls the GetTimestamp RPC.

func (*SurfaceTextureClient) GetTransformMatrix

func (c *SurfaceTextureClient) GetTransformMatrix(ctx context.Context, handle int64, arg0 int64) error

GetTransformMatrix calls the GetTransformMatrix RPC.

func (*SurfaceTextureClient) IsReleased

func (c *SurfaceTextureClient) IsReleased(ctx context.Context, handle int64) (bool, error)

IsReleased calls the IsReleased RPC.

func (*SurfaceTextureClient) Release

func (c *SurfaceTextureClient) Release(ctx context.Context, handle int64) error

Release calls the Release RPC.

func (*SurfaceTextureClient) ReleaseTexImage

func (c *SurfaceTextureClient) ReleaseTexImage(ctx context.Context, handle int64) error

ReleaseTexImage calls the ReleaseTexImage RPC.

func (*SurfaceTextureClient) SetDefaultBufferSize

func (c *SurfaceTextureClient) SetDefaultBufferSize(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

SetDefaultBufferSize calls the SetDefaultBufferSize RPC.

func (*SurfaceTextureClient) SetOnFrameAvailableListener

func (c *SurfaceTextureClient) SetOnFrameAvailableListener(ctx context.Context, handle int64, arg0 int64) error

SetOnFrameAvailableListener calls the SetOnFrameAvailableListener RPC.

func (*SurfaceTextureClient) UpdateTexImage

func (c *SurfaceTextureClient) UpdateTexImage(ctx context.Context, handle int64) error

UpdateTexImage calls the UpdateTexImage RPC.

type SurfaceTextureOnFrameAvailableListenerClient

type SurfaceTextureOnFrameAvailableListenerClient struct {
	// contains filtered or unexported fields
}

SurfaceTextureOnFrameAvailableListenerClient wraps the gRPC SurfaceTextureOnFrameAvailableListenerService client.

func NewSurfaceTextureOnFrameAvailableListenerClient

func NewSurfaceTextureOnFrameAvailableListenerClient(cc grpc.ClientConnInterface) *SurfaceTextureOnFrameAvailableListenerClient

NewSurfaceTextureOnFrameAvailableListenerClient creates a new SurfaceTextureOnFrameAvailableListener client.

func (*SurfaceTextureOnFrameAvailableListenerClient) OnFrameAvailable

OnFrameAvailable calls the OnFrameAvailable RPC.

type YuvImageClient

type YuvImageClient struct {
	// contains filtered or unexported fields
}

YuvImageClient wraps the gRPC YuvImageService client.

func NewYuvImageClient

func NewYuvImageClient(cc grpc.ClientConnInterface) *YuvImageClient

NewYuvImageClient creates a new YuvImage client.

func (*YuvImageClient) CompressToJpeg

func (c *YuvImageClient) CompressToJpeg(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (bool, error)

CompressToJpeg calls the CompressToJpeg RPC.

func (*YuvImageClient) CompressToJpegR

func (c *YuvImageClient) CompressToJpegR(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (bool, error)

CompressToJpegR calls the CompressToJpegR RPC.

func (*YuvImageClient) GetColorSpace

func (c *YuvImageClient) GetColorSpace(ctx context.Context, handle int64) (int64, error)

GetColorSpace calls the GetColorSpace RPC.

func (*YuvImageClient) GetHeight

func (c *YuvImageClient) GetHeight(ctx context.Context, handle int64) (int32, error)

GetHeight calls the GetHeight RPC.

func (*YuvImageClient) GetStrides

func (c *YuvImageClient) GetStrides(ctx context.Context, handle int64) (int64, error)

GetStrides calls the GetStrides RPC.

func (*YuvImageClient) GetWidth

func (c *YuvImageClient) GetWidth(ctx context.Context, handle int64) (int32, error)

GetWidth calls the GetWidth RPC.

func (*YuvImageClient) GetYuvData

func (c *YuvImageClient) GetYuvData(ctx context.Context, handle int64) (int64, error)

GetYuvData calls the GetYuvData RPC.

func (*YuvImageClient) GetYuvFormat

func (c *YuvImageClient) GetYuvFormat(ctx context.Context, handle int64) (int32, error)

GetYuvFormat calls the GetYuvFormat RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL