Home
last modified time | relevance | path

Searched refs:subtly (Results 1 – 25 of 60) sorted by relevance

123

/external/sfntly/cpp/
DCMakeLists.txt22 ${CMAKE_CURRENT_SOURCE_DIR}/src/sample ${CMAKE_CURRENT_SOURCE_DIR}/src/sample/subtly)
94 # subtly targets
95 file(GLOB SUBTLY_FILES src/sample/subtly/*.h src/sample/subtly/*.cc)
96 file(GLOB SUBTLY_MAINS src/sample/subtly/*main.cc)
98 add_library(subtly target
101 src/sample/subtly/subsetter_main.cc)
102 target_link_libraries(subtly_subsetter subtly sfntly icuuc)
107 src/sample/subtly/merger_main.cc)
108 target_link_libraries(subtly_merger subtly sfntly icuuc)
113 src/sample/subtly/debug_main.cc)
[all …]
/external/sfntly/cpp/src/sample/subtly/
Ddebug_main.cc30 using namespace subtly;
46 font.Attach(subtly::LoadFont(input_font_path)); in main()
57 subtly::SerializeFont(output_font_path, new_font); in main()
58 subtly::PrintComparison(stdout, font, new_font); in main()
Dsubsetter_main.cc29 using namespace subtly;
46 font.Attach(subtly::LoadFont(input_font_path)); in main()
75 subtly::SerializeFont(output_font_path, new_font); in main()
76 subtly::PrintComparison(stdout, font, new_font); in main()
Dstats.cc24 namespace subtly { namespace
58 size_percent = subtly::TableSizePercent(new_font, it->first); in PrintComparison()
Dstats.h28 namespace subtly {
Dmerger.h27 namespace subtly {
Dsubsetter.h24 namespace subtly {
Dcharacter_predicate.cc20 namespace subtly { namespace
Dutils.h23 namespace subtly {
Dfont_assembler.h33 namespace subtly {
Dsubsetter.cc29 namespace subtly { namespace
Dmerger_main.cc28 using namespace subtly;
Dcharacter_predicate.h23 namespace subtly {
Dmerger.cc28 namespace subtly { namespace
Dutils.cc26 namespace subtly { namespace
Dfont_info.h30 namespace subtly {
Dfont_info.cc36 namespace subtly { namespace
Dfont_assembler.cc35 namespace subtly { namespace
/external/antlr/runtime/C/doxygen/
Dusing.dox33 /// C targeted grammar, but their use may well be subtly different. There are also additional secti…
/external/libcxx/utils/google-benchmark/docs/
DAssemblyTests.md109 Often tests require testing assembly lines which may subtly differ
/external/google-benchmark/docs/
DAssemblyTests.md109 Often tests require testing assembly lines which may subtly differ
/external/cronet/buildtools/third_party/libc++/trunk/docs/DesignDocs/
DExperimentalFeatures.rst35 (subtly) different implementations of the same functionality in the same library.
/external/rust/crates/tokio-util/
DCHANGELOG.md131 - sync: refactored `PollSender<T>` to fix a subtly broken `Sink<T>` implementation ([#4214])
/external/python/cpython2/Doc/howto/
Ddoanddont.rst319 then it would just be subtly wrong.
/external/llvm/test/Transforms/SROA/
Dphi-and-select.ll412 ; PHI nodes or select nodes. This triggers subtly differently from the above

123