summaryrefslogtreecommitdiff
path: root/source/fitz/geometry.c
AgeCommit message (Expand)Author
2018-07-06Fix stray consts.Robin Watts
2018-07-05Add fz_transform_page helper function.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-07-04Add fz_is_point_inside_rect utility function.Tor Andersson
2018-06-22Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.Tor Andersson
2018-06-22Add fz_quad type.Tor Andersson
2018-02-27Fix fz_expand_rect in presence of empty rectangles.Tor Andersson
2018-02-27Add fz_expand_irect function.Tor Andersson
2018-02-27Add fz_translate_rect helper function.Tor Andersson
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2016-10-24Bug 697234: Fix slow rendering.Robin Watts
2016-09-13Bug 696984: Type 3 fonts bbox fixes.Robin Watts
2016-04-28Partial image decode.Robin Watts
2015-03-30Bug 695556: Use doubles when inverting matrices.Robin Watts
2015-02-24fz_irect_from_rect; don't make a non empty irect from an empty rect.Robin Watts
2014-02-17Add fz_transform_point_xy to simplify transforming a point.Tor Andersson
2013-09-30Bug 694526: Spot non-invertable matrices and bale before strokingRobin Watts
2013-06-20Rearrange source files.Tor Andersson