[roll] Roll fuchsia [flatland] Add SetImageSampleRegion to API

Clients can now specify the rectangular region of
an image that should map onto a Flatland
view/rectangle. This is a "source" crop and not
a "destination" crop and does not affect the
bounds of a Rectangle2D's placement on the display,
which will come in a later CL.

Testing: New and updated tests in:
 - flatland_unittests
 - renderer_unittests
 - global_transform_data_unittests,
 - rectangle_compositor_unittests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/529962
Original-Revision: 0f926d25485469ed1b2f39c24799ad55e55518e2
GitOrigin-RevId: 3143da0ffaae6e21e68787e0a63d582f7075f87b
Change-Id: Ib183bcccf91ceac5c5f52a1e06e429bd3c8fb763
1 file changed
tree: 63014e3046d2a881f71c36461c6c574a691fc7d5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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 via the IRC channel #fuchsia on Freenode.

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.