mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
LibPDF: Add first interpolation methods
Interpolation is needed in more than one place, and I couldn't find a central place where I could borrow a readily available interpolation routine, so I've implemented the first simple interpolation object. More will follow for more complex scenarios.
This commit is contained in:
parent
e818c955b3
commit
2331fe5e68
3 changed files with 63 additions and 0 deletions
|
@ -11,6 +11,7 @@ set(SOURCES
|
|||
Fonts/TrueTypeFont.cpp
|
||||
Fonts/Type0Font.cpp
|
||||
Fonts/Type1Font.cpp
|
||||
Interpolation.cpp
|
||||
ObjectDerivatives.cpp
|
||||
Parser.cpp
|
||||
Reader.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue