HomeSort by relevance Sort by last modified time
    Searched refs:sfntly (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /external/sfntly/cpp/src/sfntly/tools/subsetter/
table_subsetter_impl.cc 17 #include "sfntly/tools/subsetter/table_subsetter_impl.h"
19 namespace sfntly { namespace
38 } // namespace sfntly
subsetter.h 22 #include "sfntly/font.h"
23 #include "sfntly/font_factory.h"
24 #include "sfntly/table/core/cmap_table.h"
25 #include "sfntly/tools/subsetter/table_subsetter.h"
27 namespace sfntly { namespace
70 } // namespace sfntly
  /external/sfntly/cpp/src/test/
test_data.h 20 #include "sfntly/tag.h"
22 namespace sfntly { namespace
42 } // namespace sfntly
test_xml_utils.h 17 #include "sfntly/port/refcount.h"
23 namespace sfntly { namespace
31 } // namespace sfntly
platform_thread.h 31 #include "sfntly/port/type.h"
33 namespace sfntly { namespace
73 } // namespace sfntly
serialization_test.h 20 #include "sfntly/table/table.h"
22 namespace sfntly { namespace
32 } // namespace sfntly
test_font_utils.h 20 #include "sfntly/font.h"
21 #include "sfntly/font_factory.h"
22 #include "sfntly/port/memory_output_stream.h"
24 namespace sfntly { namespace
39 } // namespace sfntly
open_type_data_test.cc 18 #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());
test_utils_test.cc 18 #include "sfntly/port/type.h"
27 namespace sfntly { namespace
79 } // namespace sfntly
82 ASSERT_TRUE(sfntly::TestExtension());
83 ASSERT_TRUE(sfntly::TestEncoding());
memory_io_test.cc 22 #include "sfntly/port/memory_input_stream.h"
23 #include "sfntly/port/memory_output_stream.h"
24 #include "sfntly/port/type.h"
34 namespace sfntly { namespace
97 } // namespace sfntly
100 ASSERT_TRUE(sfntly::TestMemoryInputStream());
101 ASSERT_TRUE(sfntly::TestMemoryOutputStream());
endian_test.cc 18 #include "sfntly/tag.h"
19 #include "sfntly/data/growable_memory_byte_array.h"
20 #include "sfntly/data/writable_font_data.h"
21 #include "sfntly/math/fixed1616.h"
22 #include "sfntly/port/memory_output_stream.h"
23 #include "sfntly/data/font_output_stream.h"
25 namespace sfntly { namespace
73 } // namespace sfntly
76 ASSERT_TRUE(sfntly::TestEndian());
lock_test.cc 20 #include "sfntly/port/lock.h"
23 namespace sfntly { namespace
231 } // namespace sfntly
234 ASSERT_TRUE(sfntly::BasicLockTest());
238 ASSERT_TRUE(sfntly::TryLockTest());
242 ASSERT_TRUE(sfntly::MutexTwoThreads());
243 ASSERT_TRUE(sfntly::MutexFourThreads());
  /external/sfntly/cpp/src/sfntly/port/
lock.h 27 #include "sfntly/port/type.h"
29 namespace sfntly { namespace
74 } // namespace sfntly
memory_output_stream.h 23 #include "sfntly/port/type.h"
24 #include "sfntly/port/output_stream.h"
26 namespace sfntly { namespace
49 } // namespace sfntly
file_input_stream.h 22 #include "sfntly/port/input_stream.h"
24 namespace sfntly { namespace
55 } // namespace sfntly
input_stream.h 20 #include "sfntly/port/type.h"
22 namespace sfntly { namespace
47 } // namespace sfntly
lock.cc 17 #include "sfntly/port/lock.h"
19 namespace sfntly { namespace
72 } // namespace sfntly
memory_input_stream.h 22 #include "sfntly/port/input_stream.h"
24 namespace sfntly { namespace
55 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.h 20 #include "sfntly/table/bitmap/bitmap_glyph.h"
22 namespace sfntly { namespace
42 } // namespace sfntly
simple_bitmap_glyph.cc 17 #include "sfntly/table/bitmap/simple_bitmap_glyph.h"
19 namespace sfntly { namespace
45 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/
subtable_container_table.h 20 #include "sfntly/table/table.h"
22 namespace sfntly { namespace
46 } // namespace sfntly
table_based_table_builder.h 20 #include "sfntly/table/table.h"
22 namespace sfntly { namespace
46 } // namespace sfntly
generic_table_builder.cc 17 #include "sfntly/table/generic_table_builder.h"
19 namespace sfntly { namespace
49 } // namespace sfntly
  /external/sfntly/cpp/src/sample/subtly/
character_predicate.cc 17 #include "sfntly/port/refcount.h"
21 using namespace sfntly;
subsetter.cc 21 #include "sfntly/font.h"
22 #include "sfntly/font_factory.h"
23 #include "sfntly/tag.h"
30 using namespace sfntly;

Completed in 202 milliseconds

12 3 4 5 6 7 8