aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTextBlobRunIterator.h
Commit message (Collapse)AuthorAge
* SkTextBlob: Begin implementing Extended TextBlob APIGravatar halcanary2016-08-30
| | | | | | | BUG=skia:5434 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2084533004 Review-Url: https://codereview.chromium.org/2084533004
* Make SkTextBlob::RunIterator public.Gravatar halcanary2015-10-27
Motivation: This will be easier than adding a friend every time I want to create a one-off SkCanvas subclass or SkRemote::Encoder subclass. See also: SkPath::Iter. Review URL: https://codereview.chromium.org/1411723005