aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrFontCache.h
Commit message (Collapse)AuthorAge
* Ganesh text rendering cleanup.Gravatar jvanverth2014-12-04
Rename GrTextStrike.{cpp.h} to GrFontCache.{cpp,h} Move contents of GrTextStrike_impl.h to GrFontCache.h Move glyph uploading to a separate function and remove harmful gotos Add assert on glyph upload failure (shouldn't happen) Review URL: https://codereview.chromium.org/780923002