commit | 02132dcdf97674c223d9a3566c89df9f57029d5c | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Fri Aug 22 16:07:58 2014 -0700 |
committer | Tom Sepez <tsepez@chromium.org> | Fri Aug 22 16:07:58 2014 -0700 |
tree | de17985199667f0150098e000b546da6c8069c3a | |
parent | 48f26c5a67a321c61649405c1e241d4fc480cbb3 [diff] |
Bounds check in CFX_Font::LoadGlyphPath(). Add a check to CFX_Font::LoadGlyphPath() similar to the one that exists in CFX_FaceCache::RenderGlyph(). Also replace some scattered magic numbers in the file with constants, and make arrays not used outside this file be statically scoped. BUG=406144 R=jun_fang@foxitsoftware.com Review URL: https://codereview.chromium.org/497863002