summaryrefslogtreecommitdiff
path: root/src/sfnt/ttcolr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of MSVC warnings.Alexei Podtelezhnikov2023-03-051-2/+2
* * src/*: Replace leading underscores with trailing ones in dummy variables.Werner Lemberg2023-02-261-1/+1
* Minor changes.Werner Lemberg2023-01-281-19/+19
* Whitespace.Werner Lemberg2023-01-281-39/+40
* [sfnt] Avoid nullptr dereference in reading malformed 'COLR' v1 table.Dominik Röttsches2023-01-181-1/+1
* Update all copyright notices.Werner Lemberg2023-01-171-1/+1
* sr/*.c: Various minor fixes.Werner Lemberg2023-01-161-1/+1
* [sfnt] Remove temporary runtime flag for variable 'COLR' v1.Dominik Röttsches2023-01-161-39/+11
* [sfnt] Fix color stop bounds check calculation at table end.Dominik Röttsches2023-01-051-7/+17
* [sfnt] Additional bounds checks for `COLR` v1 table handling.Dominik Röttsches2022-10-181-11/+18
* [sfnt] Guard individual `COLR` v1 paint field reads.Dominik Röttsches2022-10-181-2/+38
* [sfnt] Guard access in 'COLR' table when requesting child table pointer.Dominik Röttsches2022-09-271-5/+13
* Reject 'COLR' table if version is 1 but header too small.Dominik Röttsches2022-09-161-3/+13
* [sfnt] Handle variable `COLR` v1 fonts without delta set index mapDominik Röttsches2022-09-051-3/+2
* [sfnt] Pointer sanity checks before reading layer info in 'COLR' v0Dominik Röttsches2022-09-051-1/+3
* [sfnt] Avoid undefined shifts in `COLR` v1 color line retrievalDominik Röttsches2022-08-261-2/+2
* [sfnt] Implement VarClipBox.Dominik Röttsches2022-07-301-2/+30
* [sfnt] Fix typo in clip box computation.Dominik Röttsches2022-07-301-2/+3
* Fix compilation if `TT_CONFIG_OPTION_GX_VAR_SUPPORT` is not set.Werner Lemberg2022-07-291-14/+32
* Fix clang14 compiler warnings.Werner Lemberg2022-07-291-5/+2
* [sfnt] Support variable 'COLR' v1 `PaintVarSkew*`.Dominik Röttsches2022-07-091-4/+49
* [sfnt] Support variable 'COLR' v1 `PaintVarRotate*`.Dominik Röttsches2022-07-091-3/+47
* [sfnt] Support 'COLR' v1 variable `PaintVarScale*`.Dominik Röttsches2022-07-091-24/+95
* [sfnt] Support for 'COLR' v1 variable translate.Dominik Röttsches2022-07-091-1/+22
* [sfnt] Support for 'COLR' v1 variable transforms.Dominik Röttsches2022-07-091-1/+26
* [sfnt] Deltas for 'COLR' v1 gradient coordinates.Dominik Röttsches2022-07-091-0/+59
* [sfnt] Support variable 'COLR' v1 color lines.Dominik Röttsches2022-07-081-8/+56
* [sfnt] Apply variation deltas to `PaintVarSolid`.Dominik Röttsches2022-07-071-5/+92
* [sfnt] Check safety of cast to `TT_Driver` before accessing member.Dominik Röttsches2022-07-071-4/+8
* [sfnt] Load variation store for 'COLR' v1.Dominik Röttsches2022-07-041-0/+100
* [sfnt] Upgrade stop_offset to FT_Fixed from FT_F2Dot14Dominik Röttsches2022-06-221-1/+1
* Documentation, whitespace.Werner Lemberg2022-03-071-4/+4
* [sfnt] Fix limit checks for `COLR` v1 ClipBoxesDominik Röttsches2022-01-111-4/+8
* Update all copyright notices.Werner Lemberg2022-01-111-1/+1
* * src/sfnt/ttcolr.c (read_paint): Fix undefined left-shift operation.Werner Lemberg2022-01-111-2/+12
* * src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Add limit checks.Werner Lemberg2022-01-101-3/+20
* [sfnt] Avoid undefined shifts in `COLR` v1 paint parsingDominik Röttsches2021-11-131-33/+34
* [sfnt] Clarify `COLR` v1 FT_Paint* format representationsDominik Röttsches2021-11-031-14/+22
* [sfnt] Fix format expectation for `COLR` v1 ClipListDominik Röttsches2021-08-191-1/+1
* * src/sfnt/ttcolr.c (tt_face_get_color_glyph_clipbox): Minor fix.Werner Lemberg2021-08-091-1/+1
* [sfnt] Add API for retrieving a 'COLR' v1 'ClipBox' table.Dominik Röttsches2021-08-071-1/+124
* src/sfnt/ttcolr.c: Minor formatting.Werner Lemberg2021-07-291-5/+5
* [sfnt] 'COLR' v1 PaintSweepGradient spec updateDominik Röttsches2021-07-291-2/+2
* [sfnt] Retrieve affine matrix from offset in 'COLR' v1 parsing.Dominik Röttsches2021-07-291-0/+5
* [sfnt] 'COLR' v1 PaintSkew related spec updatesDominik Röttsches2021-07-291-5/+18
* [sfnt] PaintRotate/PaintRotateAroundCenter spec updatesDominik Röttsches2021-07-291-4/+21
* [sfnt] 'COLR' v1 PaintTranslate and PaintScale precisionDominik Röttsches2021-07-291-6/+6
* [sfnt] Support PaintScale in 'COLR' v1 parsing.Dominik Röttsches2021-07-011-0/+58
* [sfnt] Handle fonts without layer list in 'COLR' v1.Dominik Röttsches2021-07-011-13/+24
* [sfnt] Improve paint limit checksDominik Röttsches2021-06-281-7/+24