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

1 2 3 45 6 7 8

  /external/sfntly/cpp/src/sample/subtly/
stats.cc 19 #include "sfntly/font.h"
20 #include "sfntly/table/table.h"
21 #include "sfntly/tag.h"
25 using namespace sfntly;
utils.cc 19 #include "sfntly/data/growable_memory_byte_array.h"
20 #include "sfntly/data/memory_byte_array.h"
21 #include "sfntly/font.h"
22 #include "sfntly/font_factory.h"
23 #include "sfntly/port/file_input_stream.h"
24 #include "sfntly/port/memory_output_stream.h"
27 using namespace sfntly;
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 2 * Copyright (C) 2011 The sfntly Open Source Project
20 #include "sfntly/port/refcount.h"
21 #include "sfntly/port/type.h"
22 #include "sfntly/port/input_stream.h"
23 #include "sfntly/port/output_stream.h"
25 namespace sfntly { namespace
199 } // namespace sfntly
memory_byte_array.cc 17 #include "sfntly/data/memory_byte_array.h"
21 namespace sfntly { namespace
93 } // namespace sfntly
writable_font_data.h 20 #include "sfntly/data/readable_font_data.h"
22 namespace sfntly { namespace
209 } // namespace sfntly
font_input_stream.cc 17 #include "sfntly/data/font_input_stream.h"
21 namespace sfntly { namespace
141 } // namespace sfntly
font_output_stream.cc 17 #include "sfntly/data/font_output_stream.h"
21 namespace sfntly { namespace
130 } // namespace sfntly
readable_font_data.h 20 #include "sfntly/data/font_data.h"
21 #include "sfntly/port/lock.h"
23 namespace sfntly { namespace
306 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 17 // Exceptions used in sfntly
28 namespace sfntly { namespace
121 } // namespace sfntly
memory_input_stream.cc 23 #include "sfntly/port/memory_input_stream.h"
24 #include "sfntly/port/exception_type.h"
26 namespace sfntly { namespace
147 } // namespace sfntly
refcount.h 19 // Smart pointer usage in sfntly:
21 // sfntly carries a smart pointer implementation like COM. Ref-countable object
79 #include "sfntly/port/atomic.h"
80 #include "sfntly/port/type.h"
100 namespace sfntly { namespace
275 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.cc 17 #include "sfntly/table/bitmap/composite_bitmap_glyph.h"
19 namespace sfntly { namespace
109 } // namespace sfntly
ebsc_table.cc 17 #include "sfntly/table/bitmap/ebsc_table.h"
19 namespace sfntly { namespace
107 } // namespace sfntly
index_sub_table_format1.h 20 #include "sfntly/port/java_iterator.h"
21 #include "sfntly/table/bitmap/index_sub_table.h"
23 namespace sfntly { namespace
114 } // namespace sfntly
index_sub_table_format2.h 20 #include "sfntly/table/bitmap/index_sub_table.h"
21 #include "sfntly/table/bitmap/big_glyph_metrics.h"
23 namespace sfntly { namespace
104 } // namespace sfntly
index_sub_table_format3.h 20 #include "sfntly/table/bitmap/index_sub_table.h"
22 namespace sfntly { namespace
111 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_header_table.h 20 #include "sfntly/table/table.h"
21 #include "sfntly/table/table_based_table_builder.h"
23 namespace sfntly { namespace
109 } // namespace sfntly
maximum_profile_table.h 20 #include "sfntly/port/refcount.h"
21 #include "sfntly/table/table.h"
22 #include "sfntly/table/table_based_table_builder.h"
24 namespace sfntly { namespace
118 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/
table.h 25 #include "sfntly/port/type.h"
26 #include "sfntly/table/font_data_table.h"
27 #include "sfntly/table/header.h"
29 namespace sfntly { namespace
117 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 20 #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/sfntly/cpp/src/sfntly/
tag.h 22 #include "sfntly/port/type.h"
24 namespace sfntly { namespace
121 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 17 #include "sfntly/tools/subsetter/glyph_table_subsetter.h"
19 #include "sfntly/table/truetype/glyph_table.h"
20 #include "sfntly/table/truetype/loca_table.h"
21 #include "sfntly/tag.h"
22 #include "sfntly/tools/subsetter/subsetter.h"
23 #include "sfntly/port/exception_type.h"
25 namespace sfntly { namespace
90 } // namespace sfntly
  /external/sfntly/cpp/src/test/
test_data.cc 17 #include "sfntly/tag.cc"
20 namespace sfntly { namespace
75 } // namespace sfntly
bitmap_table_test.cc 18 #include "sfntly/font.h"
19 #include "sfntly/port/file_input_stream.h"
20 #include "sfntly/port/memory_input_stream.h"
21 #include "sfntly/port/memory_output_stream.h"
22 #include "sfntly/table/bitmap/ebdt_table.h"
23 #include "sfntly/table/bitmap/eblc_table.h"
24 #include "sfntly/table/bitmap/index_sub_table_format3.h"
25 #include "sfntly/table/bitmap/index_sub_table_format4.h"
29 namespace sfntly { namespace
201 } // namespace sfntly
    [all...]
serialization_test.cc 18 #include "sfntly/font.h"
19 #include "sfntly/font_factory.h"
20 #include "sfntly/port/memory_input_stream.h"
21 #include "sfntly/port/memory_output_stream.h"
26 namespace sfntly { namespace
143 } // namespace sfntly
146 ASSERT_TRUE(sfntly::TestSerialization());
150 ASSERT_TRUE(sfntly::TestSerializationBitmap());

Completed in 836 milliseconds

1 2 3 45 6 7 8