Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a8392b79fb00f59d8cb319c86a4802cb6de524de
/
src
/
pdf
11eeb94
Revert "hide color filters from blitters"
by Michael Ludwig
· 5 years ago
cba6446
hide color filters from blitters
by Mike Klein
· 5 years ago
915b779
Revert "Track device coordinate space as matrix"
by Michael Ludwig
· 5 years ago
c056e16
SkPDF: simplify Producer metadata logic
by Hal Canary
· 5 years ago
b74d554
Track device coordinate space as matrix
by Michael Ludwig
· 5 years ago
c89d1b5
Rename SkDevice::ctm() to localToDevice()
by Michael Ludwig
· 5 years ago
d687f74
Retain hints when subsetting for PDF.
by Ben Wagner
· 5 years ago
9bd947d
SkIRect::makeOffset(SkVector)
by Brian Salomon
· 5 years ago
5c41f36
SkPDF: rasterize bitmap glyphs at 64pt, not em-size
by Hal Canary
· 5 years ago
bd84330
Revert "Revert "add explicit src and dst colorspaces to filterColor4f""
by Mike Reed
· 5 years ago
355111b
Revert "add explicit src and dst colorspaces to filterColor4f"
by Mike Reed
· 5 years ago
2281be3
add explicit src and dst colorspaces to filterColor4f
by Mike Reed
· 5 years ago
4241f5e
Revert "add guard to switch to SkPathTypes"
by Mike Reed
· 5 years ago
e1af444
add guard to switch to SkPathTypes
by Mike Reed
· 5 years ago
6be3ea7
[pdf] Disable default width calculation.
by Ben Wagner
· 5 years ago
e91f2235
[pdf] Only compute needed advances.
by Ben Wagner
· 5 years ago
ac35212
Reland "Combine snapBackImage and snapSpecial"
by Michael Ludwig
· 5 years ago
fd849a5
Revert "Combine snapBackImage and snapSpecial"
by Michael Ludwig
· 5 years ago
45739aa
Combine snapBackImage and snapSpecial
by Michael Ludwig
· 5 years ago
ea07123
Define Usage and image+origin wrapper for image filters
by Michael Ludwig
· 5 years ago
723a877
Make SkFunctionWrapper a better wrapper.
by Ben Wagner
· 5 years ago
ba7e9a6
never check for degenerates in path::iter
by Mike Reed
· 5 years ago
77a9a6c
Remove std::move()s from returns of std::unique_ptrs
by Brian Salomon
· 5 years ago
e30a485
Move the source image into Context
by Michael Ludwig
· 5 years ago
03f9ca3
Remove SkImageFilter_Base::OutputProperties
by Michael Ludwig
· 5 years ago
74c19de
Add SkUNREACHABLE to definition of SK_ABORT.
by Brian Salomon
· 5 years ago
8ee6cf3
Move SkImageFilter functionality into private SkImageFilter_Base
by Michael Ludwig
· 5 years ago
d7cf0be
SkPDF: SkPDFMakeShader handles pathological inputs better.
by Hal Canary
· 5 years ago
02e9150
Switch PDF over to using bulk calls
by Herb Derby
· 5 years ago
5823f6b
SkPDF: fix typo s/ProcSets/ProcSet/ (again)
by Hal Canary
· 5 years ago
7b4aef0
Fix argument order dependency when creating HBBlob.
by Ben Wagner
· 5 years ago
02eefbe
header self-sufficiency and idempotency
by Hal Canary
· 5 years ago
a4eecd8
findImage(const SkGlyph&) -> prepareImage(SkGlyph*)
by Herb Derby
· 5 years ago
511dcfc
Remove getGlyphIDMatrics type calls.
by Herb Derby
· 5 years ago
3e8e34e
Start using new APIs for bounds and glyph lookup
by Herb Derby
· 5 years ago
a3b8612
Remove use of hb_subset_input_set_drop_layout() from SkPDFSubsetFont.cpp
by Daniel Hosseinian
· 5 years ago
f0e7581
Make fPathData private and add API for paths
by Herb Derby
· 5 years ago
e713a3c
Make fAdvance{X|Y} private.
by Herb Derby
· 5 years ago
36a54c1
Rename SkStrikeSpecStorage -> SkStrikeSpec
by Herb Derby
· 5 years ago
27a7431
SkPDF: clean up image shader code
by Hal Canary
· 5 years ago
3a0590e
SkPDF: implement kDecal image shader TileMode
by Hal Canary
· 5 years ago
fcea9a9
SkPDF: MakeShader uses Color4f
by Hal Canary
· 5 years ago
f80ba79
Use bulk advances in SkPDFEmitType1Font
by Herb Derby
· 5 years ago
5314612
Call bulk advances in SkPDFMakeCIDGlyphWidthsArray
by Herb Derby
· 5 years ago
ea41c7b
Get bulk advances for SkPDFDevice::internalDrawGlyphRun
by Herb Derby
· 5 years ago
2b35b7d
Start using strike specs in PDF.
by Herb Derby
· 5 years ago
729a23f
Move ccpr headers for display list out of include/private.
by Ben Wagner
· 5 years ago
ad44dd5
preserve comments past the #include ""
by Mike Klein
· 5 years ago
9b86955
Add thread safety annotations for SkMutex
by Herb Derby
· 5 years ago
5785e4a
Use SkFontHinting instead of macros.
by Ben Wagner
· 5 years ago
0b9b1f1
IWYU for SkTLogic.h
by Ben Wagner
· 6 years ago
b82ac366
SkPDF: fix repeat tilemode with alpha
by Hal Canary
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
2e904bc
SkPDF: move type1 font code into single file
by Hal Canary
· 6 years ago
990bfc7
Convert SkGlyph::toMask() to SkGlyph::mask()
by Herb Derby
· 6 years ago
bb85b8b
remove dead code from old factories, enum
by Mike Reed
· 6 years ago
6028fa7
SkPDF: narrow layer bbox
by Hal Canary
· 6 years ago
f5edf36
SkPDF: split GraphicStateStack out
by Hal Canary
· 6 years ago
b4719cc
SkPDF: simplify device drawRect
by Hal Canary
· 6 years ago
7742278
SkPDF: move annotations away from device.
by Hal Canary
· 6 years ago
f22466e
SkPDF: remove unused field
by Hal Canary
· 6 years ago
cfb0e02
SkPDF: device to use SkTCopyOnFirstWrite<SkPaint>
by Hal Canary
· 6 years ago
7656b2c
Revert "Revert "Move localmatrix routines to shaderbase, no need to be public.""
by Mike Reed
· 6 years ago
7c18eb9
Reland "Revert "Move localmatrix routines to shaderbase, no need to be public.""
by Mike Reed
· 6 years ago
12b4902
Revert "Revert "Move localmatrix routines to shaderbase, no need to be public.""
by Mike Reed
· 6 years ago
f88a0e1
Revert "Move localmatrix routines to shaderbase, no need to be public."
by Mike Reed
· 6 years ago
f4a8d6f
Move localmatrix routines to shaderbase, no need to be public.
by Mike Reed
· 6 years ago
5c83ae8
SkPDF: Use fewer complex PathOps to speed up clipping
by Hal Canary
· 6 years ago
0f2f522
SkMD5 returns digest
by Hal Canary
· 6 years ago
fae8fce
Use SkTileMode instead of nested enum
by Mike Reed
· 6 years ago
25dd2c9
SkPDF: runtime switch between subsetters
by Hal Canary
· 6 years ago
2a3093c
SkPDF: Add experimental Harfbuzz font subsetter
by Hal Canary
· 6 years ago
9882dae
Reduce usage of SkCanvas::flush
by Robert Phillips
· 6 years ago
ff84d8a
SkTypeface::openStream to return smart pointer.
by Ben Wagner
· 6 years ago
75d4898
SkPDF: simplify subsetting code
by Hal Canary
· 6 years ago
454e5fb
Fix cluster reporting from shaper.
by Ben Wagner
· 6 years ago
b7d64b9
Implement drawImage in terms of drawImageRect
by Michael Ludwig
· 6 years ago
6102192
SkLoadICU: simplify
by Hal Canary
· 6 years ago
32498f0
GN/ICU cleanup
by Hal Canary
· 6 years ago
92170de
SkPDF to use aliased em bounds.
by Hal Canary
· 6 years ago
087fad7
Add getTypefaceOrDefault and refTypefaceOrDefault
by Herb Derby
· 6 years ago
5fd955e
Rename SkGlyphCache -> SkStrike
by Herb Derby
· 6 years ago
2111d5f
SkPDF: elimate old IMAGE_STATS, de-dupe image code.
by Hal Canary
· 6 years ago
4ca9fa3
SkPDF: unify Canon and Document
by Hal Canary
· 6 years ago
2746765
Reduce reliance on the SkImage_Gpu's GrContext pointer
by Robert Phillips
· 6 years ago
ac907bd
SkPDF: Fix Hal's bad spelling
by Hal Canary
· 6 years ago
8cb7376
SkPDF: rasterize for color-filter+layer
by Hal Canary
· 6 years ago
016cd02
SkPDF: eliminalte one member function
by Hal Canary
· 6 years ago
279b65d
SkPDF: clean up public header
by Hal Canary
· 6 years ago
8f37ce5
SkPDF: clean up
by Hal Canary
· 6 years ago
dd9003a
SkPDF: wait for jobs to complete on abort()
by Hal Canary
· 6 years ago
1addaff
SkPDF: unify SkPDFOffsetMap and SkPDFObjectSerializer
by Hal Canary
· 6 years ago
d104cc4
SkPDF: debugging flag SK_PDF_BASE85_BINARY applies to JPEG
by Hal Canary
· 6 years ago
7480158
SkPDF: SkPDFObject no longer reference-counted!
by Hal Canary
· 6 years ago
fde1875
SkPDF: debugging flag - SK_PDF_BASE85_BINARY
by Hal Canary
· 6 years ago
f34131a
SkPDF: even more PDFIndirectRefs
by Hal Canary
· 6 years ago
fba5b6c
SkPDF: More IndirectRefs
by Hal Canary
· 6 years ago
9a3f554
SkPDF: refactor streams, experimental threading
by Hal Canary
· 6 years ago
b3907a8
SkPDF: fix bitmap type3 glyphs.
by Hal Canary
· 6 years ago
95e1760
Make SkGlyphRun use SkFont instead of SkPaint
by Herb Derby
· 6 years ago
Next »