- e57f80b Start enforcing IWYU on src/gpu by K Lubick · 11 months ago
- a8d0102 Remove TextBlob's empty mailbox in favor of delegate by Kevin Lubick · 1 year, 4 months ago
- a7e578d Enforce IWYU on SkStrike* and src/text/* by Kevin Lubick · 1 year, 8 months ago
- dd3d957 Remove old subrun buffering system by Herb Derby · 1 year, 11 months ago
- ed37743 [base] Move several more files from src/core into base. by Kevin Lubick · 2 years ago
- 14c62c6 Merge SkScalerCache into SkStrike by Herb Derby · 2 years ago
- a4a60da Remove the origin offset from the SkGlyphRunList bounds by Herb Derby · 2 years, 5 months ago
- 9a51e6d Remove dangerous SkGlyphRun::sourceBounds by Herb Derby · 2 years, 5 months ago
- 1aea903 Reland "Move SkSubRun to src/text" by Herb Derby · 2 years, 7 months ago[Renamed (84%) from src/core/SkGlyphRun.cpp]
- 40e3b3c Assert when creating nullptr spans with a nonzero length. by John Stiles · 2 years, 7 months ago
- 008d60e Revert "Move SkSubRun to src/text" by John Stiles · 2 years, 7 months ago[Renamed (84%) from src/text/GlyphRun.cpp]
- 4a375fe Move SkSubRun to src/text by Herb Derby · 2 years, 7 months ago[Renamed (84%) from src/core/SkGlyphRun.cpp]
- 8ccbeee Remove SkMakeSpan by Herb Derby · 2 years, 7 months ago
- 26282a5 Remove more or SkGlyphRunPainter by Herb Derby · 2 years, 8 months ago
- 0dcb88b Encapsulate a pointer to the Builder in the GlyphRunList by Herb Derby · 2 years, 9 months ago
- 2008355 Remove default ctor for SkGlyphRunList by Herb Derby · 2 years, 9 months ago
- 817dba1 extract strike-to-source scale from SkStrikeSpec by Herb Derby · 3 years, 3 months ago
- ae87bf1 Remove SkSpan class template deduction guides by Brian Osman · 3 years, 9 months ago
- a372429 Align SkSpan API with std::span by Brian Osman · 3 years, 9 months ago
- b6cce2d don't draw strings that have no glyphs by Herb Derby · 3 years, 9 months ago
- f9cf1aa add drawGlyphs for SkRSXform by Herb Derby · 3 years, 9 months ago
- 3910bc9 introduce SkCanvas::onDrawGlyphRunList by Herb Derby · 3 years, 10 months ago
- 3c1ed9c add bounds generation code to SkGlyphRun by Herb Derby · 3 years, 9 months ago
- 97abbee render RSXForm using SkGlyphRunList by Herb Derby · 3 years, 10 months ago
- 022636b add RSXForm to SkGlyphRun by Herb Derby · 3 years, 10 months ago
- 8960100 inline simple functions in the glyph run builder by Herb Derby · 3 years, 10 months ago
- ef09423 clean up drawTextUTF8 and rename to textToGlyphRunList by Herb Derby · 3 years, 10 months ago
- 48ad43a remove unused functions from glyph run classes by Herb Derby · 3 years, 10 months ago
- 4f8e4fd hoist finite font check to glyph run creation by Herb Derby · 3 years, 10 months ago
- 0da2c14 remove paint from SkGlyphRunList by Herb Derby · 3 years, 10 months ago
- 310dc4e remove unused code SkGlyphIDSet by Herb Derby · 3 years, 10 months ago
- a80ce1a remove SkMakeSpan use ctor parameter deduction by Herb Derby · 4 years, 8 months ago
- f3953d0 Non-substantive GrText-related changes by Robert Phillips · 4 years, 9 months ago
- 81e84a6 Make SkStrikeCache::Node be SkStrike. by Herb Derby · 5 years ago
- 04b0677 [minor] SkGlyphRunList public before private by Hal Canary · 5 years ago
- 1942d69 Use SkZip in SkGlyphRun by Herbert Derby · 5 years ago
- 4008519 Remove paint from simplifyTextBlobIgnoringRSXForm. by Ben Wagner · 5 years ago
- 2eb0feb Use bulk calls in GlyhRun by Herb Derby · 6 years ago
- 9ee1edd Add SkMakeSpan and helpful conversion by Herb Derby · 6 years ago
- 7924d9a Simplify intercepts by Herb Derby · 6 years ago
- ac71827 Make FindOrCreateStrikeWithNoDeviceExclusive analog for SkStrikeSpec by Herb Derby · 6 years ago
- 36a54c1 Rename SkStrikeSpecStorage -> SkStrikeSpec by Herb Derby · 6 years ago
- baf6478 Convert over more sites to SkStrikeSpecStorage, and remove unused calls by Herb Derby · 6 years ago
- 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
- e5f9cfa expand flag to include all text-related paint fields by Mike Reed · 6 years ago
- 96345a2 pass font's explicitly, instead of relying on SkFont::LEGACY_ExtractFromPaint by Mike Reed · 6 years ago
- 191e64b pass a font to GlyphRunBuilder by Mike Reed · 6 years ago
- edce0aa add gm and fix origin for xform-based blobs by Mike Reed · 6 years ago
- 30cf62b add rsxform runs to textblobs by Mike Reed · 6 years ago
- 95e1760 Make SkGlyphRun use SkFont instead of SkPaint by Herb Derby · 6 years ago
- 1886dd7 remove dead methods leftover from drawPosText etc. by Mike Reed · 6 years ago
- 7b7ab59 SkRunFont is gone, there is only SkFont by Mike Reed · 6 years ago
- 0f9d33ef clean up conditional code for SkTextEncoding by Mike Reed · 6 years ago
- 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
- 32c6066 Force clients to specify font when requesting strikecache by Mike Reed · 6 years ago
- c341500 Reland "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
- 1062963 Revert "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
- b07aba4 Move remove ptr args to MakeRecAndEffects by Herb Derby · 6 years ago
- 1edff30 SkPaint::Align is dead by Mike Reed · 6 years ago
- 1324541 Make glyph runs const in the glyph run list. by Herb Derby · 6 years ago
- 9bb6b7e Remove mutablePaint from glyphRuns by Herb Derby · 6 years ago
- 9c3cf0d Don't allocate space for the unique glyphs. by Herb Derby · 6 years ago
- d48b7a8 Remove uniqueID fields from SkGlyphRun by Herb Derby · 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
- f91645d Remove functional part of unique glyphs from the builder by Herb Derby · 6 years ago
- 2e22745 Revert "Remove memory used by unique glyphs" by Brian Osman · 6 years ago
- 7d20bc4 Remove memory used by unique glyphs by Herb Derby · 6 years ago
- 1648976 Remove use of unique glyphs from the SkGlyphRunBuilder by Herb Derby · 6 years ago
- 5a284e5 Revert "Remove unique glyph IDs from glyph runs" by Brian Osman · 6 years ago
- 2d123ad Remove unique glyph IDs from glyph runs by Herb Derby · 6 years ago
- 0edb214 Optimize GPU text regen for full pixel position text by Herb Derby · 6 years ago
- 434377a Split out SkRunFont and SkPaint by Herb Derby · 6 years ago
- 4fce083 Reland "Remove obsolete paint copy" by Herb Derby · 6 years ago
- 6719fcc Revert "Remove obsolete paint copy" by Mike Klein · 6 years ago
- cb969c7 Remove obsolete paint copy by Herb Derby · 6 years ago
- 8378dfb Extract SkGlyphRunListPainter from SkGlyphRun.* by Herb Derby · 6 years ago
- 7edaa73 Remove drawPosText from SkDevice by Herb Derby · 6 years ago
- 8e318fd Reland "Check that mask to path fallback happens" by Herb Derby · 6 years ago
- eb0bb73 Revert "Check that mask to path fallback happens" by Herb Derby · 6 years ago
- 9f85b51 Check that mask to path fallback happens by Herb Derby · 6 years ago
- 92bc476 Rearrange templates to get ios to compile by Herb Derby · 6 years ago
- d2fec23 Have GPU and RemoteGlyphCache share mask position code by Herb Derby · 6 years ago
- 447b198 Reorganize TrackLayerDevice and move processGlyphRunForMask by Herb Derby · 6 years ago
- afcef4b Make calling convention usable by remote cache by Herb Derby · 6 years ago
- 4f169ec Introduce SkGlyphCacheInterface by Herb Derby · 6 years ago
- 6595687 Rename SkGlyphRunListDrawer to SkGlyphRunListPainter by Herb Derby · 6 years ago
- 48aed85 Use SkGlyphRun directly in SkRemoteGlyphCache by Herb Derby · 6 years ago
- 20a6332 Check for too small rect for path by Herb Derby · 6 years ago
- bfd900f Encapsulate the SDF loop by Herb Derby · 6 years ago
- e4643cc Remove unused parameter from drawPathWithMaskFilter by Robert Phillips · 6 years ago
- c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
- bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
- 919a784 Remove use of RunPaint from regenerateGlyphRunList by Herb Derby · 6 years ago
- 97879cb Performance: Move GPU code to GlyphRun and inline - v3 by Herb Derby · 6 years ago
- 44a017e Revert "Performance: Move GPU code to GlyphRun and inline - v2" by Herb Derby · 6 years ago
- c7ef517 Performance: Move GPU code to GlyphRun and inline - v2 by Herb Derby · 6 years ago