Home | History | Annotate | Download | only in chromium

Lines Matching refs:sfntly

16 // File is originally from Chromium third_party/sfntly/src/subsetter.
17 // Use as test case in sfntly so that problems can be caught in upstream early.
22 #include "sfntly/font.h"
23 #include "sfntly/font_factory.h"
24 #include "sfntly/table/truetype/glyph_table.h"
25 #include "sfntly/table/truetype/loca_table.h"
26 #include "sfntly/tag.h"
28 namespace sfntly {
30 // Smart pointer usage in sfntly:
32 // sfntly carries a smart pointer implementation like COM. Ref-countable object
72 } // namespace sfntly