/external/harfbuzz_ng/src/ |
D | Makefile.sources | 6 hb-atomic-private.hh \ 7 hb-blob.cc \ 8 hb-buffer-private.hh \ 9 hb-buffer-serialize.cc \ 10 hb-buffer.cc \ 11 hb-common.cc \ 12 hb-debug.hh \ 13 hb-dsalgs.hh \ 14 hb-face-private.hh \ 15 hb-face.cc \ [all …]
|
D | sample.py | 7 from gi.repository import HarfBuzz as hb unknown 26 blob = hb.glib_blob_create (GLib.Bytes.new (fontdata)) 27 face = hb.face_create (blob, 0) 29 font = hb.font_create (face) 30 upem = hb.face_get_upem (face) 32 hb.font_set_scale (font, upem, upem) 34 hb.ot_font_set_funcs (font) 36 buf = hb.buffer_create () 42 hb.buffer_set_message_func (buf, debugger.message, 1, 0) 54 hb.buffer_add_utf8 (buf, text.encode('utf-8'), 0, -1) [all …]
|
D | Makefile.am | 98 SUBDIRS += hb-ucdn 99 HBCFLAGS += -I$(srcdir)/hb-ucdn 100 HBLIBS += hb-ucdn/libhb-ucdn.la 102 hb-ucdn/libhb-ucdn.la: ucdn 104 @$(MAKE) $(AM_MAKEFLAGS) -C hb-ucdn 106 DIST_SUBDIRS += hb-ucdn 194 hb-gobject-enums.%: hb-gobject-enums.%.tmpl $(HBHEADERS) 203 hb-gobject-enums.cc.tmpl \ 204 hb-gobject-enums.h.tmpl \ 246 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-arabic-table.hh \ [all …]
|
/external/skqp/third_party/harfbuzz/ |
D | BUILD.gn | 26 "../externals/harfbuzz/src/hb-blob.cc", 27 "../externals/harfbuzz/src/hb-buffer-serialize.cc", 28 "../externals/harfbuzz/src/hb-buffer.cc", 29 "../externals/harfbuzz/src/hb-common.cc", 30 "../externals/harfbuzz/src/hb-face.cc", 31 "../externals/harfbuzz/src/hb-fallback-shape.cc", 32 "../externals/harfbuzz/src/hb-font.cc", 33 "../externals/harfbuzz/src/hb-icu.cc", 34 "../externals/harfbuzz/src/hb-ot-font.cc", 35 "../externals/harfbuzz/src/hb-ot-layout.cc", [all …]
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 26 "../externals/harfbuzz/src/hb-blob.cc", 27 "../externals/harfbuzz/src/hb-buffer-serialize.cc", 28 "../externals/harfbuzz/src/hb-buffer.cc", 29 "../externals/harfbuzz/src/hb-common.cc", 30 "../externals/harfbuzz/src/hb-face.cc", 31 "../externals/harfbuzz/src/hb-fallback-shape.cc", 32 "../externals/harfbuzz/src/hb-font.cc", 33 "../externals/harfbuzz/src/hb-icu.cc", 34 "../externals/harfbuzz/src/hb-ot-font.cc", 35 "../externals/harfbuzz/src/hb-ot-layout.cc", [all …]
|
/external/harfbuzz_ng/ |
D | Android.bp | 62 "src/hb-blob.cc", 63 "src/hb-buffer-serialize.cc", 64 "src/hb-buffer.cc", 65 "src/hb-common.cc", 66 "src/hb-face.cc", 67 "src/hb-font.cc", 68 "src/hb-ot-tag.cc", 69 "src/hb-set.cc", 70 "src/hb-shape.cc", 71 "src/hb-shape-plan.cc", [all …]
|
D | CMakeLists.txt | 90 set(HB_VERSION_H "${PROJECT_SOURCE_DIR}/src/hb-version.h") 113 file(READ ${PROJECT_SOURCE_DIR}/src/hb-ucdn/Makefile.sources UCDNSOURCES) 133 extract_make_variable(LIBHB_UCDN_sources ${UCDNSOURCES} "${PROJECT_SOURCE_DIR}/src/hb-ucdn/") 167 ## Generate hb-version.h 169 set(HB_VERSION_H_IN "${PROJECT_SOURCE_DIR}/src/hb-version.h.in") 170 set(HB_VERSION_H "${PROJECT_BINARY_DIR}/src/hb-version.h") 213 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-ft.cc) 214 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-ft.h) 226 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-graphite2.cc) 227 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-graphite2.h) [all …]
|
D | NEWS | 41 - Implement kerning and glyph names in hb-ot-font. 53 - Implement get_glyph_name() for hb-ot-font. 103 - hb-view / hb-shape now accept following new arguments: 122 - Add --unicodes to hb-view / hb-shape. 142 hb-view and hb-shape and hb-shape now take --verify, which verifies 177 - Rename hb-shape --show-message to --trace. 233 - hb-shape and hb-view now accept --variations. 244 hb-ot-var.h: 295 HVAR/VVAR/MVAR support will also be added to hb-ot-font in the 307 - Fix vertical glyph origin in hb-ot-font. [all …]
|
D | TODO | 32 - Add hb-cairo glue 46 - Add hb-fribidi glue? 49 hb-view / hb-shape enhancements:
|
/external/valgrind/drd/ |
D | drd_hb.c | 86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb) in DRD_() 88 tl_assert(hb != 0); in DRD_() 89 tl_assert(p->a1 == hb); in DRD_() 130 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb) in DRD_() 134 tl_assert(offsetof(DrdClientobj, hb) == 0); in DRD_() 135 p = &(DRD_(clientobj_get)(hb, ClientHbvar)->hb); in DRD_() 139 if (DRD_(clientobj_present)(hb, hb + 1)) in DRD_() 141 wrong_type(hb); in DRD_() 145 p = &(DRD_(clientobj_add)(hb, ClientHbvar)->hb); in DRD_() 146 DRD_(hb_initialize)(p, hb); in DRD_() [all …]
|
D | drd_hb.h | 41 struct hb_info* DRD_(hb_get)(const Addr hb); 42 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb); 43 void DRD_(hb_init)(const Addr hb); 44 void DRD_(hb_destroy)(const Addr hb); 45 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb); 46 void DRD_(hb_happens_before)(const DrdThreadId tid, const Addr hb); 47 void DRD_(hb_happens_done)(const DrdThreadId tid, const Addr hb);
|
/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/docs/ |
D | harfbuzz-sections.txt | 2 <FILE>hb</FILE> 9 <FILE>hb-blob</FILE> 27 <FILE>hb-buffer</FILE> 99 <FILE>hb-common</FILE> 148 <FILE>hb-deprecated</FILE> 158 <FILE>hb-coretext</FILE> 168 <FILE>hb-face</FILE> 191 <FILE>hb-font</FILE> 291 <FILE>hb-ft</FILE> 305 <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 65 EXTRA_HFILES=$(top_builddir)/src/hb-version.h
|
/external/harfbuzz_ng/test/shaping/ |
D | Makefile.am | 14 @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" "$(srcdir)/tests" 18 hb-diff \ 19 hb-diff-colorize \ 20 hb-diff-filter-failures \ 21 hb-diff-ngrams \ 22 hb-diff-stat \ 23 hb-manifest-read \ 24 hb-manifest-update \ 25 hb-unicode-decode \ 26 hb-unicode-encode \ [all …]
|
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. 30 $ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh ../../util/hb-shape font.ttf >> tests/test-na…
|
/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/lzma/CPP/7zip/UI/Common/ |
D | HashCalc.cpp | 235 CHashBundle hb; in HashCalc() local 236 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods)); in HashCalc() 237 hb.Init(); in HashCalc() 239 hb.NumErrors = dirItems.Stat.NumErrors; in HashCalc() 257 RINOK(callback->BeforeFirstFile(hb)); in HashCalc() 283 hb.NumErrors++; in HashCalc() 293 hb.InitForNewFile(); in HashCalc() 304 hb.Update(buf, size); in HashCalc() 309 hb.Final(isDir, isAltStream, path); in HashCalc() 310 RINOK(callback->SetOperationResult(fileSize, hb, !isDir)); in HashCalc() [all …]
|
D | HashCalc.h | 76 virtual HRESULT BeforeFirstFile(const CHashBundle &hb) x; \ 79 virtual HRESULT SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) x; \ 80 virtual HRESULT AfterLastFile(const CHashBundle &hb) x; \
|
/external/harfbuzz_ng/test/fuzzing/ |
D | Makefile.am | 20 hb-fuzzer \ 33 hb-fuzzer.hh \ 34 hb-fuzzer.cc \ 50 ./hb-fuzzer $(srcdir)/../shaping/$$x; \
|
/external/harfbuzz_ng/util/ |
D | Makefile.am | 41 bin_PROGRAMS += hb-view 46 bin_PROGRAMS += hb-shape 50 bin_PROGRAMS += hb-ot-shape-closure
|
D | Makefile.sources | 4 hb-view.cc \ 20 hb-shape.cc \ 28 hb-ot-shape-closure.cc \
|
/external/valgrind/helgrind/ |
D | README_MSMProp2.txt | 106 && !hb(oldVTS,currVTS) 108 E5 Write(oldVTS,oldLS) rd hb(oldVTS, Read(currVTS,currLS) False 111 E6r Write(oldVTS,oldLS) rd !hb(oldVTS, Write(newVTS,newLS) #newLS == 0 112 currVTS) && !hb(oldVTS,currVTS) 115 && !hb(oldVTS,currVTS) 119 newLS = if hb(oldVTS,currVTS) 123 hb(vts1, vts2) = vts1 happens before or is equal to vts2
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/ |
D | tricky-reordering.txt | 2 ./hb-unicode-encode UNICODE_STRING... 4 ./hb-unicode-encode --stdin
|