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

1 2 3 4 5 6 7 8

  /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/subtly/
font_assembler.h 25 #include "sfntly/tag.h"
26 #include "sfntly/font.h"
27 #include "sfntly/port/type.h"
28 #include "sfntly/port/refcount.h"
29 #include "sfntly/table/core/cmap_table.h"
30 #include "sfntly/table/truetype/glyph_table.h"
31 #include "sfntly/table/truetype/loca_table.h"
36 class FontAssembler : public sfntly::RefCounted<FontAssembler> {
41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist);
46 virtual CALLER_ATTACH sfntly::Font* Assemble()
    [all...]
subsetter.h 20 #include "sfntly/font.h"
26 class Subsetter : public sfntly::RefCounted<Subsetter> {
28 Subsetter(sfntly::Font* font, CharacterPredicate* predicate);
33 virtual CALLER_ATTACH sfntly::Font* Subset();
36 sfntly::Ptr<sfntly::Font> font_;
37 sfntly::Ptr<CharacterPredicate> predicate_;
utils.h 20 #include "sfntly/font.h"
21 #include "sfntly/font_factory.h"
24 CALLER_ATTACH sfntly::Font* LoadFont(const char* font_path);
25 CALLER_ATTACH sfntly::Font::Builder* LoadFontBuilder(const char* font_path);
27 void LoadFonts(const char* font_path, sfntly::FontFactory* factory,
28 sfntly::FontArray* fonts);
30 sfntly::FontFactory* factory,
31 sfntly::FontBuilderArray* builders);
33 bool SerializeFont(const char* font_path, sfntly::Font* font);
34 bool SerializeFont(const char* font_path, sfntly::FontFactory* factory
    [all...]
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();
character_predicate.h 20 #include "sfntly/port/refcount.h"
21 #include "sfntly/port/type.h"
24 class CharacterPredicate : virtual public sfntly::RefCount {
33 public sfntly::RefCounted<AcceptRange> {
48 public sfntly::RefCounted<AcceptSet> {
50 explicit AcceptSet(sfntly::IntegerSet* characters);
55 sfntly::IntegerSet* characters_;
60 public sfntly::RefCounted<AcceptAll> {
font_info.h 23 #include "sfntly/font.h"
24 #include "sfntly/port/type.h"
25 #include "sfntly/port/refcount.h"
26 #include "sfntly/table/core/cmap_table.h"
27 #include "sfntly/table/truetype/glyph_table.h"
28 #include "sfntly/table/truetype/loca_table.h"
34 typedef std::map<FontId, sfntly::Ptr<sfntly::Font> > FontIdMap;
61 class FontInfo : public sfntly::RefCounted<FontInfo> {
77 virtual sfntly::FontDataTable* GetTable(FontId font_id, int32_t tag)
    [all...]
stats.h 22 #include "sfntly/port/type.h"
24 namespace sfntly { namespace
29 using namespace sfntly;
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.h 20 namespace sfntly { namespace
30 } // namespace sfntly
main.cc 36 sfntly::SubsetUtil subset_util;
  /external/sfntly/cpp/
CMakeLists.txt 2 # CMake build script for Google Typography sfntly.
7 project(sfntly)
43 file(GLOB SFNTLY_CORE_FILES src/sfntly/*.h src/sfntly/*.cc)
44 file(GLOB SFNTLY_PORT_FILES src/sfntly/port/*.h src/sfntly/port/*.cc)
45 file(GLOB SFNTLY_DATA_FILES src/sfntly/data/*.h src/sfntly/data/*.cc)
46 file(GLOB SFNTLY_MATH_FILES src/sfntly/math/*.h src/sfntly/math/*.cc
    [all...]
  /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
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/
chrome_subsetter.cc 24 const char* kInputFileName = sfntly::SAMPLE_TTF_FILE;
36 sfntly::ByteVector input_buffer;
37 sfntly::LoadFile(kInputFileName, &input_buffer);
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
  /external/sfntly/cpp/src/sfntly/math/
fixed1616.h 20 #include "sfntly/port/type.h"
22 namespace sfntly { namespace
39 } // namespace sfntly
font_math.h 20 #include "sfntly/port/type.h"
22 namespace sfntly { namespace
47 } // namespace sfntly
  /external/sfntly/cpp/src/sfntly/port/
output_stream.h 20 #include "sfntly/port/type.h"
22 namespace sfntly { namespace
44 } // namespace sfntly
  /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
glyph_metrics.h 20 #include "sfntly/table/subtable.h"
22 namespace sfntly { namespace
41 } // 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

Completed in 637 milliseconds

1 2 3 4 5 6 7 8