Searched refs:subtly (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Ddebug_main.cc26 #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);
H A Dsubsetter_main.cc24 #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);
H A Dmerger.h20 #include "subtly/character_predicate.h"
21 #include "subtly/font_info.h"
27 namespace subtly { namespace
H A Dstats.h28 namespace subtly { namespace
H A Dsubsetter.h22 #include "subtly/character_predicate.h"
24 namespace subtly { namespace
H A Dcharacter_predicate.cc18 #include "subtly/character_predicate.h"
20 namespace subtly { namespace
H A Dutils.h23 namespace subtly { namespace
H A Dcharacter_predicate.h23 namespace subtly { namespace
H A Dfont_assembler.h23 #include "subtly/font_info.h"
33 namespace subtly { namespace
H A Dmerger_main.cc24 #include "subtly/merger.h"
25 #include "subtly/stats.h"
26 #include "subtly/utils.h"
28 using namespace subtly;
H A Dsubsetter.cc17 #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
H A Dstats.cc22 #include "subtly/stats.h"
24 namespace subtly { namespace
58 size_percent = subtly::TableSizePercent(new_font, it->first);
/external/sfntly/cpp/src/sample/subtly/
H A Ddebug_main.cc26 #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);
H A Dsubsetter_main.cc24 #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);
H A Dmerger.h20 #include "subtly/character_predicate.h"
21 #include "subtly/font_info.h"
27 namespace subtly { namespace
H A Dstats.h28 namespace subtly { namespace
H A Dsubsetter.h22 #include "subtly/character_predicate.h"
24 namespace subtly { namespace
H A Dcharacter_predicate.cc18 #include "subtly/character_predicate.h"
20 namespace subtly { namespace
H A Dutils.h23 namespace subtly { namespace
H A Dcharacter_predicate.h23 namespace subtly { namespace
H A Dfont_assembler.h23 #include "subtly/font_info.h"
33 namespace subtly { namespace
H A Dmerger_main.cc24 #include "subtly/merger.h"
25 #include "subtly/stats.h"
26 #include "subtly/utils.h"
28 using namespace subtly;
H A Dsubsetter.cc17 #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
H A Dstats.cc22 #include "subtly/stats.h"
24 namespace subtly { namespace
58 size_percent = subtly::TableSizePercent(new_font, it->first);
/external/sfntly/cpp/
H A DCMakeLists.txt20 ${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 sfntl
[all...]

Completed in 2489 milliseconds

12