Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
53953b457b9a4d1e3e4318a756fd40b5cb7375b0
/
src
/
pdf
/
SkPDFFont.cpp
6addb19
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we
by edisonn@google.com
· 12 years ago
acef3c4
Reverting r8233 (Use SkSet in PDF)
by robertphillips@google.com
· 12 years ago
66bedbb
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved)
by edisonn@google.com
· 12 years ago
fed86bd
move most of SkFontHost to private (preceeding making it all private)
by reed@google.com
· 12 years ago
dcf9c19
[PDF] Always set the symbolic Flag for Fonts.
by vandebo@chromium.org
· 12 years ago
e2e8113
PDF : Unused parameters cleanup
by sugoi@google.com
· 12 years ago
aa537d4
Make SkTDArray accessors const-friendly.
by commit-bot@chromium.org
· 12 years ago
5bd26d3
revert r7892
by edisonn@google.com
· 12 years ago
194b7cd
resubmit after fixing assert issue: https://codereview.appspot.com/6744050
by edisonn@google.com
· 12 years ago
d1c53aa
Revert r7883
by edisonn@google.com
· 12 years ago
676aef0
Use SkSet to fix issue when pdf generates an exp number of resources.
by edisonn@google.com
· 12 years ago
532470f
Expose geometry and gamma on device. https://codereview.appspot.com/6499101/
by bungeman@google.com
· 12 years ago
d96d17b
Remove SkRefPtr
by vandebo@chromium.org
· 12 years ago
6eb549e
Revert "Remove SkRefPtr" - r7021
by vandebo@chromium.org
· 12 years ago
e8a76ae
Remove SkRefPtr
by vandebo@chromium.org
· 12 years ago
1e34ff7
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
022e857
Catch callers who pass invalid glyph ids and improve SkPdfFont desructor.
by edisonn@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
1445a0d
fix warnings on Mac in src/pdf
by caryclark@google.com
· 12 years ago
683001c
[PDF] Ensure that filling single line paths (with no area) does not draw anything.
by vandebo@chromium.org
· 13 years ago
610f716
Fix four memory leaks uncovered by valgrinding gm tests.
by vandebo@chromium.org
· 13 years ago
1771cbf
posix: Avoid static initializers in static/global mutexes
by digit@google.com
· 13 years ago
cadbcb8
Towards enabling -Werror in skia on Linux
by bsalomon@google.com
· 13 years ago
9ad3599
Fix ToUnicode generation bug.
by vandebo@chromium.org
· 13 years ago
083be07
[PDF] Add debug assert to detect failure of GDI cache hack.
by vandebo@chromium.org
· 13 years ago
918352f
PDF: Fix bug in weak pointer pattern.
by vandebo@chromium.org
· 13 years ago
b3b4655
Handle failure of GetAdvancedTypefaceMetrics gracefully until we can figure out why it is failing.
by vandebo@chromium.org
· 13 years ago
17b7894
rolling back the experimental rollbacks in r2178-2179
by epoger@google.com
· 13 years ago
5f22657
rolling tree back to its state as of r2169 to see if that fixes Windows buildbots
by epoger@google.com
· 13 years ago
513909f
Remove compiler warnings (Linux clang, mostly).
by tomhudson@google.com
· 13 years ago
769fa6a
No effect cleanup in pdf code. Review URL: http://codereview.appspot.com/4927042
by ctguil@chromium.org
· 13 years ago
37ad8fb
[PDF] Subset font advance data (W array).
by vandebo@chromium.org
· 13 years ago
7b13aca
Revert "Improve generation of glyph advance array." This reverts commit r2126
by vandebo@chromium.org
· 13 years ago
e7f3300
Improve generation of glyph advance array.
by vandebo@chromium.org
· 13 years ago
a5c7234
Address lint issues in pdf directories.
by ctguil@chromium.org
· 13 years ago
04c643b
Use bfrange to shrink ToUnicode table.
by vandebo@chromium.org
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
17e66e2
[PDF] Improve efficiency of glyph id collection during font subsetting.
by vandebo@chromium.org
· 13 years ago
93225ff
[PDF] Fix mem leak in font subsetting.
by vandebo@chromium.org
· 13 years ago
1f16589
[PDF] Add font subsetting using the sfntly library.
by vandebo@chromium.org
· 13 years ago
9859428
[PDF] Refactor SkPDFFont to enable font/cmap subsetting.
by vandebo@chromium.org
· 13 years ago
31dcee7
Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting."
by vandebo@chromium.org
· 13 years ago
6504cfd
[PDF] Refactor SkPDFFont to enable font/cmap subsetting.
by vandebo@chromium.org
· 13 years ago
421d644
[PDF] Make stream compression optional on a per device basis.
by vandebo@chromium.org
· 13 years ago
f6c3ebd
fix Capitalization of static methods
by reed@google.com
· 13 years ago
c789cf1
helpers for append and insert when the value is a POD.
by reed@google.com
· 13 years ago
8a85d0c
replace detach/getStream apis on dynamicwstream with SkData
by reed@google.com
· 13 years ago
7332207
Fix some problems detected by coverity.
by vandebo@chromium.org
· 13 years ago
f0ec266
[PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF.
by vandebo@chromium.org
· 13 years ago
6744d49
[PDF] Add a ToUnicode mapping for fonts.
by vandebo@chromium.org
· 14 years ago
ee5ee58
fix warnings about possibly-uninitialized-variables
by reed@google.com
· 14 years ago
75f97e4
Generalize the flip origin argument to the PDF device constructor.
by vandebo@chromium.org
· 14 years ago
325cb9a
Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.
by vandebo@chromium.org
· 14 years ago
cae5fba
Store content streams in an SkStream instead of an SkString (64k size limit).
by vandebo@chromium.org
· 14 years ago
ce11b26
convert fixed->scalar directly, since we know that the
by reed@google.com
· 14 years ago
3f0dcf9
fix scalar math to work with float and fixed
by reed@google.com
· 14 years ago
f77e27d
Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedTypefaceMetrics.
by vandebo@chromium.org
· 14 years ago
5b07368
Enable compiling the PDF backend by default in the makefile.
by vandebo@chromium.org
· 14 years ago
9db86bb
PDF Type3 Support.
by ctguil@chromium.org
· 14 years ago
0129410
[PDF] Fix broken encoding conversion code for non-multibyte fonts.
by vandebo@chromium.org
· 14 years ago
c48b2b3
Cleanup SkPDFTypfaceInfo and make it more generic.
by vandebo@chromium.org
· 14 years ago
f7c1576
[PDF] Clean up ref counting.
by vandebo@chromium.org
· 14 years ago
2a22e10
Add Truetype and Type 1 font embedding support
by vandebo@chromium.org
· 14 years ago
28be72b
PDF: Add text support with a font framework (font embedding to come).
by vandebo@chromium.org
· 14 years ago