struct ImageConstraintsInfo

Defined at line 52 of file ../../src/ui/lib/escher/util/fuchsia_utils.h

Public Members

vector format_constraints
ImageConstraintsInfoFUCHSIA image_constraints

Public Methods

void ImageConstraintsInfo ()

Defined at line 53 of file ../../src/ui/lib/escher/util/fuchsia_utils.h

void ImageConstraintsInfo (ImageConstraintsInfo && from)

Note that for functions returning an |ImageConstraintsInfo| object,

compilers may optimize the named return value, that case the returned

object will be initialized directly and this move constructor won't be

invoked. If compiler doesn't optimize the named return value, this move

ctor will be invoked at return time. But this move constructor must be

implemented no matter whether the compiler does the optimization.

Defined at line 61 of file ../../src/ui/lib/escher/util/fuchsia_utils.h

void ImageConstraintsInfo (const ImageConstraintsInfo & )

Defined at line 66 of file ../../src/ui/lib/escher/util/fuchsia_utils.h

ImageConstraintsInfo & operator= (const ImageConstraintsInfo & )

Defined at line 66 of file ../../src/ui/lib/escher/util/fuchsia_utils.h