- f5bc3d1 Move all ColorFilter subclasses to src/effects/colorfilters by Kevin Lubick · 1 year, 7 months ago
- 46572b4 [base] Move more files into base by Kevin Lubick · 2 years ago
- 19936eb [base] Move some files from include/private to include/private/base by Kevin Lubick · 2 years ago
- a8378cd Remove legacy getFillPath from SkPaint by Kevin Lubick · 2 years, 1 month ago
- f549128 Add skpathutils namespace by Kevin Lubick · 2 years, 1 month ago
- 177a712 Move getFillPath from Paint to SkPathUtils.h by Kevin Lubick · 2 years, 1 month ago
- a73b0b5 Remove dependency of SkPaint -> SkPaintPriv by Kevin Lubick · 2 years, 1 month ago
- 1ef156b [includes] Enforce IWYU on core .cpp files by Kevin Lubick · 2 years, 1 month ago
- 27be14f [includes] Prepare to remove SkColor<->SkImageInfo by Kevin Lubick · 2 years, 10 months ago
- 7c1dafe Remove references to skstd::optional in Skia. by John Stiles · 3 years ago
- 7326211 Revert "Reland "Remove skstd::optional entirely."" by Brian Osman · 3 years ago
- d161e2f Reland "Remove skstd::optional entirely." by John Stiles · 3 years ago
- 98e5100 Revert "Remove skstd::optional entirely." by John Stiles · 3 years ago
- 17d0fc0 Remove skstd::optional entirely. by John Stiles · 3 years ago
- 0dfb2d9 When setting paint color/alpha, pin alpha to [0,1] by Brian Osman · 3 years, 2 months ago
- 22cada0 Clean up unflattening paints by Mike Reed · 3 years, 5 months ago
- f76768d Revert "Clean up unflattening paints" by Robert Phillips · 3 years, 5 months ago
- 717ef94 Clean up unflattening paints by Mike Reed · 3 years, 5 months ago
- a9c2e3b Remove vestigates of paint's filterquality by Mike Reed · 3 years, 6 months ago
- 95cc53b Hide filterquality enum entirely by Mike Reed · 3 years, 6 months ago
- f8b7c1a Pass CTM to path effects (experimental) by Tyler Denniston · 3 years, 6 months ago
- 526b0b9 Use value_or in getBlendMode_or. by John Stiles · 3 years, 6 months ago
- 26489dc value_or variant for getBlendMode. by Mike Reed · 3 years, 6 months ago
- 3037d9f Make setBlender the real name by Mike Reed · 3 years, 6 months ago
- a8ac441 Move Mode() factory into SkBlender by Mike Reed · 3 years, 6 months ago
- ebf89a0 Simplify uses of asBlendMode by Mike Reed · 3 years, 6 months ago
- 569f29d Only trigger serializing blender if it isn't a mode by Mike Reed · 3 years, 6 months ago
- 55b401e Make blender the source-of-truth by Mike Reed · 3 years, 7 months ago
- a377a92 Add SkBlender support to SkPaint flatten/unflatten. by John Stiles · 3 years, 7 months ago
- 9c2fccb Add SkBlender setters and getters to SkPaint. by John Stiles · 3 years, 7 months ago
- cc2d073 Remove SkPaint::getHash by Brian Osman · 3 years, 7 months ago
- ec9d0e8 Move patheffect details to (private) base subclass by Mike Reed · 3 years, 8 months ago
- 4e1c1a7 Implement computeFastBounds for PathEffects by Michael Ludwig · 3 years, 8 months ago
- 7db854c Hide getFilterQuality by Mike Reed · 3 years, 10 months ago
- 7cee3ef FilterQuality should no longer be needed. by Mike Reed · 3 years, 10 months ago
- 1d62221 Hide (unused) SkDrawLooper by Mike Reed · 4 years ago
- 839eef3 Work on hiding filter-quality by Mike Reed · 4 years, 1 month ago
- e78f8ce Starting to hide setFilterQuality by Mike Reed · 4 years, 1 month ago
- 493f89e [fuzz] Standardize, document, and backport fuzzing defines. by Kevin Lubick · 4 years, 4 months ago
- c477786 Revert "Revert "remove support for serialized pictures before aug 2019"" by Mike Reed · 4 years, 6 months ago
- 59e1602 Revert "remove support for serialized pictures before aug 2019" by Mike Reed · 4 years, 6 months ago
- 380fba6 remove support for serialized pictures before aug 2019 by Mike Reed · 4 years, 6 months ago
- b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 7 months ago
- 1963009 stroke-and-fill is deprecated, introduce simpler api by Mike Reed · 4 years, 8 months ago
- 72a0c0c move all picture version crap into single header by Mike Reed · 5 years ago
- 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
- b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
- 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
- 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
- dc2b98f simplify setColor, without needing the 4f or the colorspace by Mike Reed · 6 years ago
- 0a7b393 SkPaint: new constructor by Hal Canary · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 90791e2 SkPaint: make bitfield defaults more explicit by Hal Canary · 6 years ago
- 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 6 years ago
- 59cf562 SkPaint: clean up ctor, dtor, etc by Hal Canary · 6 years ago
- 8619a34 Revert "Hide setDrawLooper -- deprecate loopers" by Mike Reed · 6 years ago
- c877ea2 Hide setDrawLooper -- deprecate loopers by Mike Reed · 6 years ago
- 5f528e5 Revert "Reland "Revert "remove legacy code for text attributes on paint""" by Mike Reed · 6 years ago
- 3c03c85 Reland "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 6 years ago
- fd0bba8 Revert "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 6 years ago
- fb0e2aa Revert "remove legacy code for text attributes on paint" by Mike Reed · 6 years ago
- 80f4adf remove legacy code for text attributes on paint by Mike Reed · 6 years ago
- f6a2348 remove tricky asint by Mike Reed · 6 years ago
- 02738a8 Revert "hide hinting and flag enums with PAINT_FLAGS" by Hal Canary · 6 years ago
- 5d052da hide hinting and flag enums with PAINT_FLAGS by Mike Reed · 6 years ago
- 463c073 oops, forgot to set hinting on font by Mike Reed · 6 years ago
- f738d42 hide SkPaint::getFlags/setFlags, use bool acessors instead by Mike Reed · 6 years ago
- 31ba6fe unflatten directly to font for legacy skps by Mike Reed · 6 years ago
- e5f9cfa expand flag to include all text-related paint fields by Mike Reed · 6 years ago
- 023403b hide setTextEncoding by Mike Reed · 6 years ago
- 74b7677 change paint serialization to exclude font-related fields by Mike Reed · 6 years ago
- 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
- 9edbf42 Revert[4] "hide nested hinting enum" by Mike Reed · 6 years ago
- 8e12cc6 Reland "Revert "hide nested hinting enum"" by Mike Klein · 6 years ago
- f49563b Revert "Revert "hide nested hinting enum"" by Mike Reed · 6 years ago
- 6bd19df Revert "hide nested hinting enum" by Mike Reed · 6 years ago
- fbebece hide nested hinting enum by Mike Reed · 6 years ago
- d7f6b72 transition to enum class for SkFontHinting by Mike Reed · 6 years ago
- d9b16df add alternative setters for hinting by Mike Reed · 6 years ago
- 1edff30 SkPaint::Align is dead by Mike Reed · 6 years ago
- 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
- 6e24cd3 Reland "hide setTextAlign" by Mike Reed · 6 years ago
- f10ea21 Revert "hide setTextAlign" by Brian Osman · 6 years ago
- 43c7183 hide setTextAlign by Mike Reed · 6 years ago
- c88cc77 remove (unused) vertical-text by Mike Reed · 6 years ago
- dee25cc split SkPaint into separate impl files by Mike Reed · 6 years ago
- 04e0c8b Make setupForAsPaths produce a canonical paint by Herb Derby · 6 years ago
- da2dc5b Enforce range in SkPaint::setAlpha by Brian Osman · 6 years ago
- b0f4d0a Reland "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
- cacf496 Revert "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
- ee87c86 Switch SkPaint's color to SkColor4f by Brian Osman · 6 years ago
- 351545a Revert "update SkPaint size sanity check" by Mike Klein · 6 years ago
- cd72da2 update SkPaint size sanity check by Mike Klein · 6 years ago
- f107a2f SkUTF by Hal Canary · 6 years ago
- ab54e73 Hide SkTextBlob::GlyphPositioning from public API by Florin Malita · 6 years ago
- 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 6 years ago
- c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 7 years ago
- fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 7 years ago
- 2a2f675 SkTypes: extract SkTo by Hal Canary · 7 years ago
- 27dddae rebase by Cary Clark · 7 years ago