[roll] Roll fuchsia [display][api-types] Add Dimensions concept.

Dimensions is our equivalent of Vulkan's VkExtent2D. The name is based
on our documentation -- I often found myself writing "image dimensions".

This CL extracts the Dimensions concept from ImageMetadata and
Rectangle. This makes it easier to express constraints such as
"image_source represents an empty region", and checks such as "the image
has the same dimensions as display_destination".

A significant rejected option for the name is "Size". The option was
rejected due to ambiguity. "Image size" may refer to the number of bytes
needed to store the raster image.

Original-Bug: 42079190
Test: fx test //src/graphics/display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1158042
Original-Revision: a6d69e9ba84f8250bf94bc14345858f29cf11c2f
GitOrigin-RevId: 9950164fba904e721c8d74d27c63a74a978017d8
Change-Id: I695ca118fd9b54d56fe4d4aa1c6fa46b3fa959ac
1 file changed
tree: fb64c152147d6700f7067867a982783a41b9c720
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.