/external/harfbuzz_ng/src/ |
D | Makefile.sources | 4 hb-aat-fdsc-table.hh \ 5 hb-aat-layout-ankr-table.hh \ 6 hb-aat-layout-bsln-table.hh \ 7 hb-aat-layout-common.hh \ 8 hb-aat-layout-feat-table.hh \ 9 hb-aat-layout-just-table.hh \ 10 hb-aat-layout-kerx-table.hh \ 11 hb-aat-layout-lcar-table.hh \ 12 hb-aat-layout-morx-table.hh \ 13 hb-aat-layout-trak-table.hh \ [all …]
|
D | sample.py | 8 from gi.repository import HarfBuzz as hb unknown 27 blob = hb.glib_blob_create (GLib.Bytes.new (fontdata)) 28 face = hb.face_create (blob, 0) 30 font = hb.font_create (face) 31 upem = hb.face_get_upem (face) 33 hb.font_set_scale (font, upem, upem) 35 hb.ot_font_set_funcs (font) 37 buf = hb.buffer_create () 43 hb.buffer_set_message_func (buf, debugger.message, 1, 0) 55 hb.buffer_add_utf8 (buf, text.encode('utf-8'), 0, -1) [all …]
|
D | dev-run.sh | 49 ninja -Cbuild hb-shape hb-view && { 50 build/hb-shape $@ 52 build/hb-view $@ -O png -o $tmp 55 build/hb-view $@ -O png -o $tmp 58 build/hb-view $@ 63 build/util/hb-shape $@ 65 build/util/hb-view $@ -O png -o $tmp 68 build/util/hb-view $@ -O png -o $tmp 71 build/util/hb-view $@ 90 build/libtool --mode=execute $GDB -- build/util/hb-shape $@
|
D | Makefile.am | 91 SUBDIRS += hb-ucdn 92 HBCFLAGS += -I$(srcdir)/hb-ucdn 93 HBLIBS += hb-ucdn/libhb-ucdn.la 95 hb-ucdn/libhb-ucdn.la: ucdn 97 @$(MAKE) $(AM_MAKEFLAGS) -C hb-ucdn 99 DIST_SUBDIRS += hb-ucdn 103 hb-version.h 105 $(srcdir)/hb-version.h: hb-version.h.in $(top_srcdir)/configure.ac 155 EXTRA_DIST += hb-version.h.in harfbuzz.pc.in harfbuzz-config.cmake.in 207 hb-gobject-enums.%: hb-gobject-enums.%.tmpl $(HBHEADERS) [all …]
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 35 "$_src/hb-aat-fdsc-table.hh", 36 "$_src/hb-aat-layout-ankr-table.hh", 37 "$_src/hb-aat-layout-bsln-table.hh", 38 "$_src/hb-aat-layout-feat-table.hh", 39 "$_src/hb-aat-layout-kerx-table.hh", 40 "$_src/hb-aat-layout-morx-table.hh", 41 "$_src/hb-aat-layout-trak-table.hh", 42 "$_src/hb-aat-layout.cc", 43 "$_src/hb-aat-ltag-table.hh", 44 "$_src/hb-aat-map.cc", [all …]
|
/external/skqp/third_party/harfbuzz/ |
D | BUILD.gn | 26 "../externals/harfbuzz/src/hb-aat-layout.cc", 27 "../externals/harfbuzz/src/hb-aat-map.cc", 28 "../externals/harfbuzz/src/hb-blob.cc", 29 "../externals/harfbuzz/src/hb-buffer.cc", 30 "../externals/harfbuzz/src/hb-buffer-serialize.cc", 31 "../externals/harfbuzz/src/hb-common.cc", 32 "../externals/harfbuzz/src/hb-face.cc", 33 "../externals/harfbuzz/src/hb-font.cc", 34 "../externals/harfbuzz/src/hb-icu.cc", 35 "../externals/harfbuzz/src/hb-map.cc", [all …]
|
/external/harfbuzz_ng/ |
D | Android.bp | 63 "src/hb-aat-layout.cc", 64 "src/hb-aat-map.cc", 65 "src/hb-blob.cc", 66 "src/hb-buffer-serialize.cc", 67 "src/hb-buffer.cc", 68 "src/hb-common.cc", 69 "src/hb-face.cc", 70 "src/hb-font.cc", 71 "src/hb-icu.cc", 72 "src/hb-ot-cff1-table.cc", [all …]
|
D | CMakeLists.txt | 141 # #set (HB_VERSION_H "${PROJECT_SOURCE_DIR}/src/hb-version.h") 163 file(READ ${PROJECT_SOURCE_DIR}/src/hb-ucdn/Makefile.sources UCDNSOURCES) 195 add_prefix_to_list(LIBHB_UCDN_sources "${PROJECT_SOURCE_DIR}/src/hb-ucdn/") 222 ## Generate hb-version.h 224 # set (HB_VERSION_H_IN "${PROJECT_SOURCE_DIR}/src/hb-version.h.in") 225 # set (HB_VERSION_H "${PROJECT_BINARY_DIR}/src/hb-version.h") 272 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-ft.cc) 273 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-ft.h) 290 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-graphite2.cc) 291 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-graphite2.h) [all …]
|
D | TODO | 14 - Add hb-cairo glue 22 - Add hb-fribidi glue? 25 hb-view / hb-shape enhancements:
|
D | NEWS | 10 New API in hb-aat.h: 89 - hb-ot-font now uses 'VORG' table to correctly position CFF glyphs 166 - Fix hb-version.h reported release version that went wrong (1.8.0) 169 - Fix hb-font infinite-recursion issue with some font funcs and 194 - hb-ft now locks underlying FT_Face during use. 198 - Newly-created hb_font_t's now have our internal "hb-ot-font" 249 - hb-ot-font re-creation should be much leaner now, as the 252 hb-*-private.hh is renamed to hb-*.hh. 266 - Fix hb-icu crash on architectures where compare_exchange_weak() can 335 - Fix hb-version.h file generation; last two releases went out with wrong ones. [all …]
|
/external/fdlibm/ |
D | e_hypot.c | 56 int j,k,ha,hb; local 59 hb = __HI(y)&0x7fffffff; /* high word of y */ 60 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;} 62 __HI(b) = hb; /* b <- |b| */ 63 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */ 69 if(((hb^0x7ff00000)|__LO(b))==0) w = b; 73 ha -= 0x25800000; hb -= 0x25800000; k += 600; 75 __HI(b) = hb; 77 if(hb < 0x20b00000) { /* b < 2**-500 */ 78 if(hb <= 0x000fffff) { /* subnormal b or 0 */ [all …]
|
/external/lzma/CPP/7zip/UI/Console/ |
D | HashCon.cpp | 152 HRESULT CHashCallbackConsole::BeforeFirstFile(const CHashBundle &hb) in BeforeFirstFile() argument 159 FOR_VECTOR (i, hb.Hashers) in BeforeFirstFile() 163 const CHasherState &h = hb.Hashers[i]; in BeforeFirstFile() 183 PrintSeparatorLine(hb.Hashers); in BeforeFirstFile() 262 HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showH… in SetOperationResult() argument 266 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash); in SetOperationResult() 312 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb) in PrintHashStat() argument 314 FOR_VECTOR (i, hb.Hashers) in PrintHashStat() 316 const CHasherState &h = hb.Hashers[i]; in PrintHashStat() 318 if (hb.NumFiles != 1 || hb.NumDirs != 0) in PrintHashStat() [all …]
|
/external/harfbuzz_ng/test/fuzzing/ |
D | CMakeLists.txt | 8 #add_executable (hb-shape-fuzzer # it should be run only after ragel execution 12 add_executable (hb-shape-fuzzer ${hb_shape_fuzzer_SOURCES}) 13 target_link_libraries (hb-shape-fuzzer harfbuzz) 15 add_executable (hb-subset-fuzzer ${hb_subset_fuzzer_SOURCES}) 16 target_link_libraries (hb-subset-fuzzer harfbuzz-subset) 18 target_compile_definitions(hb-shape-fuzzer PUBLIC ${FUZZING_CPPFLAGS}) 19 target_compile_definitions(hb-subset-fuzzer PUBLIC ${FUZZING_CPPFLAGS}) 21 add_test (NAME hb-shape-fuzzer 22 COMMAND "${PYTHON_EXECUTABLE}" run-shape-fuzzer-tests.py $<TARGET_FILE:hb-shape-fuzzer> 24 add_test (NAME hb-subset-fuzzer [all …]
|
D | Makefile.am | 27 hb-shape-fuzzer \ 28 hb-subset-fuzzer \ 38 hb-fuzzer.hh \ 39 hb-shape-fuzzer.cc \ 47 hb-fuzzer.hh \ 48 hb-subset-fuzzer.cc \
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 7 <FILE>hb-aat-layout</FILE> 21 <FILE>hb-blob</FILE> 41 <FILE>hb-buffer</FILE> 115 <FILE>hb-common</FILE> 168 <FILE>hb-deprecated</FILE> 201 <FILE>hb-coretext</FILE> 212 <FILE>hb-face</FILE> 241 <FILE>hb-font</FILE> 344 <FILE>hb-ft</FILE> 358 <FILE>hb-glib</FILE> [all …]
|
D | Makefile.am | 39 IGNORE_HFILES+=hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h 60 HFILE_GLOB=$(top_srcdir)/src/hb.h $(top_srcdir)/src/hb-*.h 61 CFILE_GLOB=$(top_srcdir)/src/hb-*.cc
|
/external/harfbuzz_ng/test/shaping/ |
D | Makefile.am | 19 hb-diff \ 20 hb-diff-colorize \ 21 hb-diff-filter-failures \ 22 hb-diff-stat \ 23 hb-unicode-decode \ 24 hb-unicode-encode \ 25 hb-unicode-prettyname \
|
D | README.md | 6 $ ./hb-unicode-encode 41 42 43 627 | ../../util/hb-shape font.ttf 15 To use `record-test.sh`, just put it right before the `hb-shape` invocation: 17 $ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh ../../util/hb-shape font.ttf 21 * Compare the `hb-shape` output of the original font versus the subset 24 glyph names; it then compares the output of `hb-view` for both fonts. 31 $ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh -o data/in-house/tests/test-name.test ../../u…
|
/external/tcpdump/ |
D | print-msnlb.c | 53 const struct msnlb_heartbeat_pkt *hb; in msnlb_print() local 55 hb = (const struct msnlb_heartbeat_pkt *)bp; in msnlb_print() 56 ND_TCHECK(*hb); in msnlb_print() 59 EXTRACT_LE_32BITS(&(hb->host_prio)))); in msnlb_print() 60 ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(ndo, &(hb->virtual_ip)))); in msnlb_print() 61 ND_PRINT((ndo, " host IP: %s", ipaddr_string(ndo, &(hb->host_ip)))); in msnlb_print()
|
/external/brotli/c/enc/ |
D | hash_composite_inc.h | 32 HasherHandle hb; member 44 self->hb = 0; in FN() 67 self->hb = self->ha + sizeof(HasherCommon) + FN_A(HashMemAllocInBytes)( in FN() 69 common_b = (HasherCommon*)self->hb; in FN() 74 FN_B(Initialize)(self->hb, self->params); in FN() 77 FN_B(Prepare)(self->hb, one_shot, input_size, data); in FN() 92 FN_B(Store)(self->hb, data, mask, ix); in FN() 100 FN_B(StoreRange)(self->hb, data, mask, ix_start, ix_end); in FN() 109 FN_B(StitchToPreviousBlock)(self->hb, num_bytes, position, ringbuffer, in FN() 117 FN_B(PrepareDistanceCache)(self->hb, distance_cache); in FN() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/indirect-jump-hazard/ |
D | calls.ll | 34 ; MIPS32R2-NEXT: jalr.hb $25 45 ; MIPS32R6-NEXT: jalr.hb $25 56 ; MIPS64R2-NEXT: jalr.hb $25 67 ; MIPS64R6-NEXT: jalr.hb $25 78 ; PIC-MIPS32R2-NEXT: jalr.hb $25 89 ; PIC-MIPS32R6-NEXT: jalr.hb $25 100 ; PIC-MIPS64R2-NEXT: jalr.hb $25 111 ; PIC-MIPS64R6-NEXT: jalr.hb $25 125 ; MIPS32R2-NEXT: jr.hb $25 131 ; MIPS32R6-NEXT: jr.hb $25 [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | HashCalc.cpp | 231 CHashBundle hb; in HashCalc() local 232 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods)); in HashCalc() 235 hb.NumErrors = dirItems.Stat.NumErrors; in HashCalc() 253 RINOK(callback->BeforeFirstFile(hb)); in HashCalc() 279 hb.NumErrors++; in HashCalc() 289 hb.InitForNewFile(); in HashCalc() 300 hb.Update(buf, size); in HashCalc() 305 hb.Final(isDir, isAltStream, path); in HashCalc() 306 RINOK(callback->SetOperationResult(fileSize, hb, !isDir)); in HashCalc() 309 return callback->AfterLastFile(hb); in HashCalc()
|
/external/harfbuzz_ng/util/ |
D | Makefile.sources | 2 hb-view.cc \ 18 hb-shape.cc \ 26 hb-ot-shape-closure.cc \ 33 hb-subset.cc \
|
D | Makefile.am | 44 bin_PROGRAMS += hb-view 49 bin_PROGRAMS += hb-shape 55 bin_PROGRAMS += hb-subset 58 bin_PROGRAMS += hb-ot-shape-closure
|
/external/harfbuzz_ng/test/shaping/data/aots/ |
D | Makefile.am | 16 TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT) 25 cp $(srcdir)/hb-aots-tester.cpp $(srcdir)/aots/harfbuzz/hb-aots-tester.cpp 26 $(CXX) -Wno-narrowing $(srcdir)/aots/harfbuzz/hb-aots-tester.cpp \
|