Searched defs:sfntly (Results 151 - 175 of 316) sorted by relevance

1234567891011>>

/external/sfntly/cpp/src/test/
H A Dhdmx_test.cc18 #include "sfntly/font.h"
19 #include "sfntly/table/core/horizontal_device_metrics_table.h"
23 namespace sfntly { namespace
78 } // namespace sfntly
81 ASSERT_TRUE(sfntly::TestReadingHdmxTable());
H A Dopen_type_data_test.cc18 #include "sfntly/data/writable_font_data.h"
19 #include "sfntly/data/memory_byte_array.h"
21 namespace sfntly { namespace
65 } // namespace sfntly
68 ASSERT_TRUE(sfntly::TestOTFRead());
69 ASSERT_TRUE(sfntly::TestOTFCopy());
H A Dtest_data.cc17 #include "sfntly/tag.cc"
20 namespace sfntly { namespace
75 } // namespace sfntly
H A Dtest_utils.cc24 #include "sfntly/font.h"
25 #include "sfntly/data/memory_byte_array.h"
26 #include "sfntly/data/growable_memory_byte_array.h"
27 #include "sfntly/port/file_input_stream.h"
29 namespace sfntly { namespace
H A Dtest_utils_test.cc18 #include "sfntly/port/type.h"
27 namespace sfntly { namespace
79 } // namespace sfntly
82 ASSERT_TRUE(sfntly::TestExtension());
83 ASSERT_TRUE(sfntly::TestEncoding());
H A Dverify_glyf.cc18 #include "sfntly/font.h"
19 #include "sfntly/table/truetype/glyph_table.h"
22 namespace sfntly { namespace
59 } // namespace sfntly
H A Dverify_hhea.cc18 #include "sfntly/font.h"
19 #include "sfntly/math/fixed1616.h"
20 #include "sfntly/table/core/horizontal_header_table.h"
23 namespace sfntly { namespace
63 } // namespace sfntly
H A Dverify_hmtx.cc18 #include "sfntly/font.h"
19 #include "sfntly/table/core/horizontal_metrics_table.h"
22 namespace sfntly { namespace
76 } // namespace sfntly
/external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc27 #include "sfntly/font.h"
28 #include "sfntly/data/memory_byte_array.h"
29 #include "sfntly/port/memory_output_stream.h"
30 #include "sfntly/port/type.h"
31 #include "sfntly/tag.h"
32 #include "sfntly/tools/subsetter/subsetter.h"
34 namespace sfntly { namespace
98 } // namespace sfntly
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dendian.h20 #include "sfntly/port/config.h"
21 #include "sfntly/port/type.h"
23 namespace sfntly { namespace
75 } // namespace sfntly
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph.cc17 #include "sfntly/table/bitmap/bitmap_glyph.h"
18 #include "sfntly/table/bitmap/simple_bitmap_glyph.h"
19 #include "sfntly/table/bitmap/composite_bitmap_glyph.h"
21 namespace sfntly { namespace
101 } // namespace sfntly
H A Dbitmap_size_table.h20 #include "sfntly/port/lock.h"
21 #include "sfntly/table/bitmap/bitmap_glyph_info.h"
22 #include "sfntly/table/bitmap/index_sub_table.h"
24 namespace sfntly { namespace
171 } // namespace sfntly
H A Debsc_table.h20 #include "sfntly/table/bitmap/eblc_table.h"
22 namespace sfntly { namespace
99 } // namespace sfntly
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_header_table.h20 #include "sfntly/table/table.h"
21 #include "sfntly/table/table_based_table_builder.h"
23 namespace sfntly { namespace
109 } // namespace sfntly
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dfont_data_table.h20 #include "sfntly/data/readable_font_data.h"
21 #include "sfntly/data/writable_font_data.h"
22 #include "sfntly/port/refcount.h"
24 namespace sfntly { namespace
121 } // namespace sfntly
H A Dtable.cc20 #include "sfntly/port/type.h"
21 #include "sfntly/table/table.h"
23 #include "sfntly/font.h"
24 #include "sfntly/tag.h"
25 #include "sfntly/table/bitmap/ebdt_table.h"
26 #include "sfntly/table/bitmap/eblc_table.h"
27 #include "sfntly/table/bitmap/ebsc_table.h"
28 #include "sfntly/table/core/cmap_table.h"
29 #include "sfntly/table/core/font_header_table.h"
30 #include "sfntly/tabl
41 namespace sfntly { namespace
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h20 #include "sfntly/port/java_iterator.h"
21 #include "sfntly/table/table.h"
22 #include "sfntly/table/core/font_header_table.h"
24 namespace sfntly { namespace
181 } // namespace sfntly
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc20 #include "sfntly/port/type.h"
29 #include "sfntly/data/memory_byte_array.h"
30 #include "sfntly/font.h"
31 #include "sfntly/font_factory.h"
32 #include "sfntly/table/core/cmap_table.h"
33 #include "sfntly/table/core/font_header_table.h"
34 #include "sfntly/tag.h"
40 namespace sfntly { namespace
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dotf_basic_editing_test.cc18 #include "sfntly/font.h"
19 #include "sfntly/font_factory.h"
20 #include "sfntly/table/core/font_header_table.h"
21 #include "sfntly/tag.h"
22 #include "sfntly/data/memory_byte_array.h"
23 #include "sfntly/port/endian.h"
24 #include "sfntly/port/file_input_stream.h"
25 #include "sfntly/port/memory_output_stream.h"
29 namespace sfntly { namespace
86 } // namespace sfntly
[all...]
H A Dverify_maxp.cc18 #include "sfntly/font.h"
19 #include "sfntly/math/fixed1616.h"
20 #include "sfntly/table/core/maximum_profile_table.h"
23 namespace sfntly { namespace
72 } // namespace sfntly
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc27 #include "sfntly/font.h"
28 #include "sfntly/data/memory_byte_array.h"
29 #include "sfntly/port/memory_output_stream.h"
30 #include "sfntly/port/type.h"
31 #include "sfntly/tag.h"
32 #include "sfntly/tools/subsetter/subsetter.h"
34 namespace sfntly { namespace
98 } // namespace sfntly
/external/sfntly/cpp/src/sfntly/port/
H A Dendian.h20 #include "sfntly/port/config.h"
21 #include "sfntly/port/type.h"
23 namespace sfntly { namespace
75 } // namespace sfntly
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph.cc17 #include "sfntly/table/bitmap/bitmap_glyph.h"
18 #include "sfntly/table/bitmap/simple_bitmap_glyph.h"
19 #include "sfntly/table/bitmap/composite_bitmap_glyph.h"
21 namespace sfntly { namespace
101 } // namespace sfntly
H A Dbitmap_size_table.h20 #include "sfntly/port/lock.h"
21 #include "sfntly/table/bitmap/bitmap_glyph_info.h"
22 #include "sfntly/table/bitmap/index_sub_table.h"
24 namespace sfntly { namespace
171 } // namespace sfntly
H A Debsc_table.h20 #include "sfntly/table/bitmap/eblc_table.h"
22 namespace sfntly { namespace
99 } // namespace sfntly

Completed in 255 milliseconds

1234567891011>>