HomeSort by relevance Sort by last modified time
    Searched defs:sfntly (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/sfntly/cpp/src/test/
serialization_test.h 20 #include "sfntly/table/table.h"
22 namespace sfntly { namespace
32 } // namespace sfntly
test_data.h 20 #include "sfntly/tag.h"
22 namespace sfntly { namespace
42 } // 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
test_utils.h 21 #include "sfntly/port/type.h"
27 #include "sfntly/font.h"
28 #include "sfntly/data/memory_byte_array.h"
30 namespace sfntly { namespace
test_xml_utils.h 17 #include "sfntly/port/refcount.h"
23 namespace sfntly { namespace
31 } // namespace sfntly
test_xml_utils.cc 22 namespace sfntly { namespace
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.h 20 namespace sfntly { namespace
30 } // namespace sfntly
  /external/sfntly/cpp/src/sample/subtly/
stats.h 22 #include "sfntly/port/type.h"
24 namespace sfntly { namespace
29 using namespace sfntly;
merger.h 23 namespace sfntly { namespace
29 class Merger : public sfntly::RefCounted<Merger> {
31 explicit Merger(sfntly::FontArray* fonts);
35 virtual CALLER_ATTACH sfntly::Font* Merge();
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.h 20 #include "sfntly/data/readable_font_data.h"
22 namespace sfntly { namespace
209 } // namespace sfntly
growable_memory_byte_array.h 20 #include "sfntly/data/byte_array.h"
22 namespace sfntly { namespace
64 } // namespace sfntly
font_output_stream.h 20 #include "sfntly/port/type.h"
21 #include "sfntly/port/output_stream.h"
23 namespace sfntly { namespace
77 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.cc 17 #include "sfntly/table/bitmap/bitmap_glyph_info.h"
19 namespace sfntly { namespace
68 } // namespace sfntly
glyph_metrics.h 20 #include "sfntly/table/subtable.h"
22 namespace sfntly { namespace
41 } // namespace sfntly
simple_bitmap_glyph.h 20 #include "sfntly/table/bitmap/bitmap_glyph.h"
22 namespace sfntly { namespace
42 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.h 20 #include "sfntly/table/table_based_table_builder.h"
22 namespace sfntly { namespace
51 } // namespace sfntly
generic_table_builder.h 20 #include "sfntly/table/table_based_table_builder.h"
22 namespace sfntly { namespace
40 } // namespace sfntly
table_based_table_builder.h 20 #include "sfntly/table/table.h"
22 namespace sfntly { namespace
46 } // namespace sfntly
header.cc 17 #include "sfntly/table/header.h"
19 namespace sfntly { namespace
66 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.h 20 #include "sfntly/tools/subsetter/table_subsetter_impl.h"
22 namespace sfntly { namespace
35 } // namespace sfntly
table_subsetter_impl.h 20 #include "sfntly/tools/subsetter/table_subsetter.h"
22 namespace sfntly { namespace
35 } // namespace sfntly
table_subsetter.h 22 #include "sfntly/font.h"
24 namespace sfntly { namespace
37 } // namespace sfntly
  /external/sfntly/cpp/src/test/autogenerated/
cmap_test_data.h 26 #include "sfntly/port/type.h"
28 namespace sfntly { namespace
183 } // namespace sfntly
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.h 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 { namespace
30 // Smart pointer usage in sfntly:
32 // sfntly carries a smart pointer implementation like COM. Ref-countable objec
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
output_stream.h 20 #include "sfntly/port/type.h"
22 namespace sfntly { namespace
44 } // namespace sfntly

Completed in 146 milliseconds

1 2 3 4 5 6 7