struct ImageConstraintsInfo
Defined at line 55 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 56 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 64 of file ../../src/ui/lib/escher/util/fuchsia_utils.h
void ImageConstraintsInfo (const ImageConstraintsInfo & )
Defined at line 69 of file ../../src/ui/lib/escher/util/fuchsia_utils.h
ImageConstraintsInfo & operator= (const ImageConstraintsInfo & )
Defined at line 69 of file ../../src/ui/lib/escher/util/fuchsia_utils.h