HomeSort by relevance Sort by last modified time
    Searched full:subtly (Results 1 - 25 of 54) sorted by null

1 2 3

  /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);
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
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);
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
merger_main.cc 24 #include "subtly/merger.h"
25 #include "subtly/stats.h"
26 #include "subtly/utils.h"
28 using namespace subtly;
merger.h 20 #include "subtly/character_predicate.h"
21 #include "subtly/font_info.h"
27 namespace subtly { namespace
character_predicate.cc 18 #include "subtly/character_predicate.h"
20 namespace subtly { namespace
subsetter.h 22 #include "subtly/character_predicate.h"
24 namespace subtly { namespace
stats.cc 22 #include "subtly/stats.h"
24 namespace subtly { namespace
58 size_percent = subtly::TableSizePercent(new_font, it->first);
stats.h 28 namespace subtly { namespace
font_assembler.h 23 #include "subtly/font_info.h"
33 namespace subtly { namespace
utils.cc 17 #include "subtly/utils.h"
26 namespace subtly { namespace
utils.h 23 namespace subtly { namespace
character_predicate.h 23 namespace subtly { namespace
font_info.cc 17 #include "subtly/font_info.h"
24 #include "subtly/character_predicate.h"
36 namespace subtly { namespace
font_assembler.cc 17 #include "subtly/font_assembler.h"
33 #include "subtly/font_info.h"
35 namespace subtly { namespace
font_info.h 30 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...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
using.dox 33 /// C targeted grammar, but their use may well be subtly different. There are also additional sections
  /external/dnsmasq/src/
config.h 201 /* Never use fork() on uClinux. Note that this is subtly different from the
  /frameworks/support/v4/java/android/support/v4/util/
ArrayMap.java 172 * Set are subtly different than that of a {@link java.util.HashMap}: most important,
  /external/libpng/contrib/visupng/
cexcept.h 119 confusion with the C++ keywords, which have subtly different
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd 176 alt="Side by side: full-frame vs. subtly rounded and treated icons"></td>
  /external/llvm/test/Transforms/SROA/
phi-and-select.ll 412 ; PHI nodes or select nodes. This triggers subtly differently from the above
  /external/vixl/src/vixl/a64/
instructions-a64.h 443 // to be the same, their meaning is subtly different. The first is a scalar

Completed in 226 milliseconds

1 2 3