HomeSort by relevance Sort by last modified time
    Searched refs:subtly (Results 1 - 18 of 18) sorted by null

  /external/sfntly/cpp/src/sample/subtly/
debug_main.cc 26 #include "subtly/stats.h"
27 #include "subtly/subsetter.h"
28 #include "subtly/utils.h"
30 using namespace subtly;
46 font.Attach(subtly::LoadFont(input_font_path));
57 subtly::SerializeFont(output_font_path, new_font);
58 subtly::PrintComparison(stdout, font, new_font);
merger.h 20 #include "subtly/character_predicate.h"
21 #include "subtly/font_info.h"
27 namespace subtly { namespace
stats.h 28 namespace subtly { namespace
subsetter.h 22 #include "subtly/character_predicate.h"
24 namespace subtly { namespace
subsetter_main.cc 24 #include "subtly/character_predicate.h"
25 #include "subtly/stats.h"
26 #include "subtly/subsetter.h"
27 #include "subtly/utils.h"
29 using namespace subtly;
46 font.Attach(subtly::LoadFont(input_font_path));
75 subtly::SerializeFont(output_font_path, new_font);
76 subtly::PrintComparison(stdout, font, new_font);
character_predicate.cc 18 #include "subtly/character_predicate.h"
20 namespace subtly { namespace
character_predicate.h 23 namespace subtly { namespace
font_assembler.h 23 #include "subtly/font_info.h"
33 namespace subtly { namespace
utils.h 23 namespace subtly { namespace
merger_main.cc 24 #include "subtly/merger.h"
25 #include "subtly/stats.h"
26 #include "subtly/utils.h"
28 using namespace subtly;
subsetter.cc 17 #include "subtly/subsetter.h"
24 #include "subtly/character_predicate.h"
25 #include "subtly/font_assembler.h"
26 #include "subtly/font_info.h"
27 #include "subtly/utils.h"
29 namespace subtly { namespace
stats.cc 22 #include "subtly/stats.h"
24 namespace subtly { namespace
58 size_percent = subtly::TableSizePercent(new_font, it->first);
merger.cc 17 #include "subtly/merger.h"
23 #include "subtly/character_predicate.h"
24 #include "subtly/font_assembler.h"
25 #include "subtly/font_info.h"
26 #include "subtly/utils.h"
28 namespace subtly { namespace
font_info.h 30 namespace subtly { namespace
utils.cc 17 #include "subtly/utils.h"
26 namespace subtly { namespace
font_assembler.cc 17 #include "subtly/font_assembler.h"
33 #include "subtly/font_info.h"
35 namespace subtly { namespace
font_info.cc 17 #include "subtly/font_info.h"
24 #include "subtly/character_predicate.h"
36 namespace subtly { namespace
  /external/sfntly/cpp/
CMakeLists.txt 20 ${CMAKE_CURRENT_SOURCE_DIR}/src/sample ${CMAKE_CURRENT_SOURCE_DIR}/src/sample/subtly)
92 # subtly targets
93 file(GLOB SUBTLY_FILES src/sample/subtly/*.h src/sample/subtly/*.cc)
94 file(GLOB SUBTLY_MAINS src/sample/subtly/*main.cc)
96 add_library(subtly
99 src/sample/subtly/subsetter_main.cc)
100 target_link_libraries(subtly_subsetter subtly sfntly icuuc)
105 src/sample/subtly/merger_main.cc)
106 target_link_libraries(subtly_merger subtly sfntly icuuc
    [all...]

Completed in 253 milliseconds