uriHeart / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

Skia support #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our goal is to use Skia inside Pdfium for Chromium. The motivations are 
security (so we can drop GDI, see 
https://code.google.com/p/chromium/issues/detail?id=365160), performance (it's 
faster to use DirectWrite), and UI (fonts drawn with DW are better looking, 
especially with HiDPI).

Previously we had a Skia port but we lost that in the open sourcing. We need to 
bring that back.

Original issue reported on code.google.com by jam@chromium.org on 11 Jun 2014 at 6:31

GoogleCodeExporter commented 9 years ago
we will revisit what we did last year. At that time, we found some performance 
related issues, we will collect these issues and report back to SKIA team.

Original comment by kai_j...@foxitsoftware.com on 13 Jun 2014 at 5:43

GoogleCodeExporter commented 9 years ago
we had revisited what we did last year. current major issue is rendering 
performance. so far, from what Foxit tested before, SKIA is slower than AGG. we 
have reported the performance issues to google chrome team. we will continue 
porting work once we get confirms from chrome team.

Original comment by kai_j...@foxitsoftware.com on 18 Jun 2014 at 9:14

GoogleCodeExporter commented 9 years ago
Skia porting is in progress. Once the code review 
https://codereview.chromium.org/402463002/ is done, it will be merged to pdfium

Original comment by bo...@foxitsoftware.com on 18 Jul 2014 at 7:00

GoogleCodeExporter commented 9 years ago
See Skia bug to output to EMF: 
https://code.google.com/p/skia/issues/detail?id=2772

Original comment by jam@chromium.org on 21 Jul 2014 at 9:32