Changeset c2250702 in mainline for uspace/lib/gfx/src/coord.c


Ignore:
Timestamp:
2019-12-16T13:31:42Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb420e48
Parents:
65160d7
git-author:
Jiri Svoboda <jiri@…> (2019-12-15 13:23:28)
git-committer:
Jiri Svoboda <jiri@…> (2019-12-16 13:31:42)
Message:

Clip KFB render operations to KFB interior

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/src/coord.c

    r65160d7 rc2250702  
    145145 *
    146146 * If the two rectangles do not intersect, the result will be an empty
    147  * rectangle (check with gfx_rect_is_empty()).
     147 * rectangle (check with gfx_rect_is_empty()). The resulting rectangle
     148 * is always sorted.
    148149 *
    149150 * @param rect Source rectangle
Note: See TracChangeset for help on using the changeset viewer.