- 5e62cd0 Remove unused declaration in SkPDFDevice.h. by Lei Zhang · 3 years, 3 months ago
- 065c5d9 Remove deprecated fType field in StructureElementNode. by Lei Zhang · 4 years, 5 months ago
- 43b0f03 SkTHashTable to not require default constructable T by Ben Wagner · 3 years, 3 months ago
- e0ee095 Move UTF16 helpers from SkUtils to SkUTF by Kevin Lubick · 3 years, 3 months ago
- afb0657 [pdf] Modify drawPoints to handle perspective by Ben Wagner · 3 years, 3 months ago
- 2764d52 [pdf] Treat dc:creator as rdf:Seq by Ben Wagner · 3 years, 4 months ago
- 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 3 years, 4 months ago
- 9624399 Remove ICU check from subset_harfbuzz by Ben Wagner · 3 years, 5 months ago
- a4625e2 [pdf] Fully position after emitting Type3 glyph by Ben Wagner · 3 years, 6 months ago
- 51d83ab Ease HarfBuzz API change with feature detection by Ben Wagner · 3 years, 6 months ago
- d59d3e1 Reland "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 6 months ago
- 66684b1 Roll HarfBuzz from 2.6.4 to 2.8.2-147 by Garret Rieger · 3 years, 6 months ago
- 8ba1e71 Revert "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 6 months ago
- 68587ae Add SkClipStack::replaceClip() separate from deprecated clip op by Michael Ludwig · 3 years, 6 months ago
- 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years, 6 months ago
- 0e15769 Fix cases of variable shadowing in src/pdf/. by John Stiles · 3 years, 6 months ago
- 90f4e9f Hide getBlendMode() by Mike Reed · 3 years, 7 months ago
- b9c9829 PDF backend: don't apply paint alpha twice when we have a shader by Mike Reed · 3 years, 8 months ago
- b32708a Use SkM44 for SkDevice's device-to-global transform by Michael Ludwig · 3 years, 9 months ago
- ae87bf1 Remove SkSpan class template deduction guides by Brian Osman · 3 years, 9 months ago
- f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 10 months ago
- 97abbee render RSXForm using SkGlyphRunList by Herb Derby · 3 years, 10 months ago
- 0da2c14 remove paint from SkGlyphRunList by Herb Derby · 3 years, 11 months ago
- 34c56a5 Migrate to drawImage w/ sampling by Mike Reed · 4 years, 1 month ago
- e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 4 years, 1 month ago
- 2ac6ce8 Simplify common case for recttorect by Mike Reed · 4 years, 1 month ago
- 6dbeac5 Begin to hide drawBitmap by Mike Reed · 4 years, 1 month ago
- d8ff313 Plumb sampling to drawSpecial, drawDevice by Mike Reed · 4 years, 1 month ago
- dc607e3 Use bitmap.asImage() by Mike Reed · 4 years, 2 months ago
- ac9f0c9 Bitmap.asImage() by Mike Reed · 4 years, 2 months ago
- 65b4827 Code cleanup: Replace .foreach() loops with regular for loops. by John Stiles · 4 years, 2 months ago
- 5d32270 Take sampling params on device apis by Mike Reed · 4 years, 2 months ago
- 99c9446 Add flag to hide non-sampling imageshader factories by Mike Reed · 4 years, 2 months ago
- 8aa0edf move SkTPin to include/private by Mike Klein · 4 years, 4 months ago
- f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 4 years, 4 months ago
- 278263d Reland "SkDevice::drawSpecial accepts arbitrary matrix v2" by Michael Ludwig · 4 years, 4 months ago
- 7563a48 Revert "SkDevice::drawSpecial accepts arbitrary matrix v2" by Michael Ludwig · 4 years, 4 months ago
- 7c4aca0 SkDevice::drawSpecial accepts arbitrary matrix v2 by Michael Ludwig · 4 years, 4 months ago
- 3037838 Clip perspective bounds by device clip in SkPDFDevice by Michael Ludwig · 4 years, 4 months ago
- a80ce1a remove SkMakeSpan use ctor parameter deduction by Herb Derby · 4 years, 9 months ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 5 months ago
- 16d5b0a Consolidate image filter evaluation into SkBaseDevice by Michael Ludwig · 4 years, 5 months ago
- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 6 months ago
- 58cc97a Use factories to avoid using (deprecated) path editing methods by Mike Reed · 4 years, 6 months ago
- 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 6 months ago
- e0dd3df remove unused Arena reset() by Herb Derby · 4 years, 6 months ago
- 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years, 6 months ago
- ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 6 months ago
- a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 6 months ago
- 997c907 Rename kMultiMaster_FontFlag to kVariable_FontFlag by Ben Wagner · 4 years, 6 months ago
- fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 6 months ago
- 982fff2 Remove "sanity"/"insane" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 6 months ago
- bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 7 months ago
- 9119625 Remove unnecessary macros from SkString header. by John Stiles · 4 years, 7 months ago
- 98e0ed7 PDF without annotations skips structure tree. by Ben Wagner · 4 years, 7 months ago
- 473c9f4 Tagged PDF annotations must appear in the Parent Tree as well. by Dominic Mazzoni · 4 years, 7 months ago
- 2eb3c17 Add appendNodeIdArray to avoid code duplication. by Dominic Mazzoni · 4 years, 8 months ago
- 8c662a7 Get rid of deprecated API to add children to PDF tag nodes. by Dominic Mazzoni · 4 years, 8 months ago
- 127c607 Add separate PDF tag attribute interfaces for names and strings by Dominic Mazzoni · 4 years, 8 months ago
- 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 4 years, 8 months ago
- 1dbc3b5 Tagged PDFs should output an IDTree. by Dominic Mazzoni · 4 years, 9 months ago
- 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 9 months ago
- c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 9 months ago
- 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 9 months ago
- 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 9 months ago
- 9aaec36 Plumbing SkMatrixProvider into the raster backend by Brian Osman · 4 years, 9 months ago
- e2a9443 Fix SkBitSet. by Ben Wagner · 4 years, 9 months ago
- c19459b Don't trust glyph runs in XPS. by Ben Wagner · 4 years, 10 months ago
- dc976a9 update skstd by Mike Klein · 4 years, 10 months ago
- 8cbedf9 Improve SkVerticesPriv ergonomics by Brian Osman · 4 years, 11 months ago
- c227f4a Add support for tagging link annotations in PDFs. by Dominic Mazzoni · 4 years, 11 months ago
- 7b7b78c Make SkPDFUnion a better variant. by Ben Wagner · 5 years ago
- b0cee9b Remove drawBitmap et al. from SkDevice by Michael Ludwig · 5 years ago
- a77f30c Reland "Split building encoding from decoding" by Leon Scroggins III · 5 years ago
- 9d4b788 Revert "Split building encoding from decoding" by Mike Klein · 5 years ago
- 8f233fc Add marked-content ID to PDF images by Dominic Mazzoni · 5 years ago
- 94aaf7c Split building encoding from decoding by Leon Scroggins III · 5 years ago
- 4db2af4 Tiny fix to two attributes of PDF tags by Dominic Mazzoni · 5 years ago
- eced98b Enforce saveLayer ignoring restore paint's mask filter by Michael Ludwig · 5 years ago
- 5caf935 remove bones from SkVertices by Mike Reed · 5 years ago
- fb3f302 Reland "Track device coordinate space as matrix" by Michael Ludwig · 5 years ago
- a64f5b2 Remove SkExclusiveStrikePtr. Replace it with sk_sp<SkStrike> by Herb Derby · 5 years ago
- 2a016ba Allow passing multiple node IDs per PDF structure node. by Dominic Mazzoni · 5 years ago
- 6ffabbb Simplify interface to StructureElementNode. by Dominic Mazzoni · 5 years ago
- 7dfb46e Re-land: Support adding attributes to PDF document structure nodes. by Dominic Mazzoni · 5 years ago
- 86b4388 Revert "Support adding attributes to PDF document structure nodes." by Mike Reed · 5 years ago
- a9609ea turn on -Wreturn-std-move-in-c++11 by Mike Klein · 5 years ago
- 8047415 Support adding attributes to PDF document structure nodes. by Dominic Mazzoni · 5 years ago
- 81e84a6 Make SkStrikeCache::Node be SkStrike. by Herb Derby · 5 years ago
- 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
- 5f3d9f7 Replace usage of SkTClamp with SkTPin by Brian Osman · 5 years ago
- 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 5 years ago
- 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 5 years ago
- c15afe4 move SkClipStack::asPath into PDFUtils by Mike Reed · 5 years ago
- cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 5 years ago
- f46d5ca use std::make_unique by Mike Klein · 5 years ago
- 9347bd8 mark SkMD5->SkUUID copy as sane by Mike Klein · 5 years ago
- b78729a Fix some GCC warnings. by Mike Klein · 5 years ago
- 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
- 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago