Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[Impeller] Add Rect::GetPositive #35083

Merged
merged 2 commits into from
Aug 2, 2022
Merged

Conversation

bdero
Copy link
Member

@bdero bdero commented Aug 2, 2022

Most of the time I've implicitly done this using GetLTRB. This makes the conversion less implicit/easier to read when breaking out the LTRB isn't necessary. Used in the new RRect blur.

@bdero bdero self-assigned this Aug 2, 2022
@bdero bdero requested review from zanderso and chinmaygarde August 2, 2022 11:25
}

/// @brief Get the points that represent the 4 corners of this rectangle. The
/// order is: Top left, top right, bottom left, bottom right.=
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Extra = in the comment.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@bdero bdero force-pushed the bdero/rect-positive branch from a834fce to a302925 Compare August 2, 2022 21:12
@bdero bdero added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 2, 2022
@bdero bdero merged commit 4cc5ad0 into flutter:main Aug 2, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 2, 2022
betrevisan pushed a commit to betrevisan/engine that referenced this pull request Aug 5, 2022
emilyabest pushed a commit to emilyabest/engine that referenced this pull request Aug 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App e: impeller
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants