HomeSort by relevance Sort by last modified time
    Searched defs:sfntly (Results 76 - 100 of 316) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/sfntly/cpp/src/sfntly/table/bitmap/
glyph_metrics.cc 17 #include "sfntly/table/bitmap/glyph_metrics.h"
19 namespace sfntly { namespace
39 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/table/
subtable.cc 17 #include "sfntly/table/subtable.h"
19 namespace sfntly { namespace
64 } // namespace sfntly
  /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
  /external/sfntly/cpp/src/test/
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());
platform_thread.cc 19 namespace sfntly { namespace
101 } // namespace sfntly
verify_loca.cc 18 #include "sfntly/font.h"
19 #include "sfntly/table/truetype/loca_table.h"
22 namespace sfntly { namespace
62 } // namespace sfntly
verify_name.cc 18 #include "sfntly/font.h"
19 #include "sfntly/table/core/name_table.h"
22 namespace sfntly { namespace
68 } // namespace sfntly
  /external/chromium_org/third_party/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
font_data.cc 21 #include "sfntly/data/font_data.h"
23 namespace sfntly { namespace
82 } // namespace sfntly
font_input_stream.h 20 #include "sfntly/port/type.h"
21 #include "sfntly/port/input_stream.h"
23 namespace sfntly { namespace
95 } // namespace sfntly
growable_memory_byte_array.cc 17 #include "sfntly/data/growable_memory_byte_array.h"
24 namespace sfntly { namespace
82 } // namespace sfntly
memory_byte_array.cc 17 #include "sfntly/data/memory_byte_array.h"
21 namespace sfntly { namespace
93 } // 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/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
lock.h 27 #include "sfntly/port/type.h"
29 namespace sfntly { namespace
74 } // namespace sfntly
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.cc 17 #include "sfntly/table/bitmap/simple_bitmap_glyph.h"
19 namespace sfntly { namespace
45 } // namespace sfntly
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.cc 17 #include "sfntly/table/byte_array_table_builder.h"
19 namespace sfntly { namespace
70 } // namespace sfntly
generic_table_builder.cc 17 #include "sfntly/table/generic_table_builder.h"
19 namespace sfntly { namespace
49 } // namespace sfntly
subtable.h 20 #include "sfntly/table/font_data_table.h"
22 namespace sfntly { namespace
71 } // namespace sfntly
subtable_container_table.h 20 #include "sfntly/table/table.h"
22 namespace sfntly { namespace
46 } // namespace sfntly
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
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/chromium_org/third_party/sfntly/cpp/src/test/
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());
platform_thread.h 31 #include "sfntly/port/type.h"
33 namespace sfntly { namespace
73 } // namespace sfntly
verify_glyf.cc 18 #include "sfntly/font.h"
19 #include "sfntly/table/truetype/glyph_table.h"
22 namespace sfntly { namespace
59 } // namespace sfntly
verify_hmtx.cc 18 #include "sfntly/font.h"
19 #include "sfntly/table/core/horizontal_metrics_table.h"
22 namespace sfntly { namespace
76 } // 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

Completed in 411 milliseconds

1 2 34 5 6 7 8 91011>>