Home
last modified time | relevance | path

Searched refs:hb (Results 1 – 25 of 143) sorted by relevance

123456

/external/harfbuzz_ng/src/
DMakefile.sources6 hb-atomic-private.hh \
7 hb-blob.cc \
8 hb-buffer-deserialize-json.hh \
9 hb-buffer-deserialize-text.hh \
10 hb-buffer-private.hh \
11 hb-buffer-serialize.cc \
12 hb-buffer.cc \
13 hb-cache-private.hh \
14 hb-common.cc \
15 hb-face-private.hh \
[all …]
Dsample.py6 from gi.repository import HarfBuzz as hb unknown
25 blob = hb.glib_blob_create (GLib.Bytes.new (fontdata))
26 face = hb.face_create (blob, 0)
28 font = hb.font_create (face)
29 upem = hb.face_get_upem (face)
31 hb.font_set_scale (font, upem, upem)
33 hb.ot_font_set_funcs (font)
35 buf = hb.buffer_create ()
41 hb.buffer_set_message_func (buf, debugger.message, 1, 0)
42 hb.buffer_add_utf8 (buf, text.encode('utf-8'), 0, -1)
[all …]
DMakefile.am96 SUBDIRS += hb-ucdn
97 HBCFLAGS += -I$(srcdir)/hb-ucdn
98 HBLIBS += hb-ucdn/libhb-ucdn.la
101 DIST_SUBDIRS += hb-ucdn
186 hb-gobject-enums.%: hb-gobject-enums.%.tmpl $(HBHEADERS)
195 hb-gobject-enums.cc.tmpl \
196 hb-gobject-enums.h.tmpl \
238 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-arabic-table.hh \
239 || ($(RM) hb-ot-shape-complex-arabic-table.hh; false)
242 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-indic-table.cc \
[all …]
/external/harfbuzz_ng/
DAndroid.mk54 src/hb-blob.cc \
55 src/hb-buffer-serialize.cc \
56 src/hb-buffer.cc \
57 src/hb-common.cc \
58 src/hb-face.cc \
59 src/hb-font.cc \
60 src/hb-ot-tag.cc \
61 src/hb-set.cc \
62 src/hb-shape.cc \
63 src/hb-shape-plan.cc \
[all …]
DTODO32 - Add hb-cairo glue
46 - Add hb-fribidi glue?
49 hb-view / hb-shape enhancements:
DNEWS43 - hb-ot-font's get_glyph() implementation saw some optimizations. Though,
168 - Build fixes, specially for hb-coretext.
242 - Implement glyph_extents() for TrueType fonts in hb-ot-font.
287 - hb-graphite2 fixes.
294 hb-shape / hb-view --cluster-level
301 - Fix hb-coretext with trailing whitespace in right-to-left.
312 - Another hb-coretext crasher fix. Ouch!
320 - Critical hb-coretext fixes.
333 - Add hb-shape --font-size. Can take up to two numbers for separate
336 - Reject blobs larger than 2GB. This might break some icu-le-hb clients
[all …]
/external/valgrind/drd/
Ddrd_hb.c86 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 …]
Ddrd_hb.h41 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/
De_hypot.c56 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/
DHashCon.cpp116 HRESULT CHashCallbackConsole::BeforeFirstFile(const CHashBundle &hb) in BeforeFirstFile() argument
119 FOR_VECTOR (i, hb.Hashers) in BeforeFirstFile()
121 const CHasherState &h = hb.Hashers[i]; in BeforeFirstFile()
132 PrintSeparatorLine(hb.Hashers); in BeforeFirstFile()
193 HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showH… in SetOperationResult() argument
195 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash); in SetOperationResult()
226 void PrintHashStat(CStdOutStream &p, const CHashBundle &hb) in PrintHashStat() argument
228 FOR_VECTOR (i, hb.Hashers) in PrintHashStat()
230 const CHasherState &h = hb.Hashers[i]; in PrintHashStat()
233 if (hb.NumFiles != 1 || hb.NumDirs != 0) in PrintHashStat()
[all …]
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt2 <FILE>hb</FILE>
9 <FILE>hb-blob</FILE>
27 <FILE>hb-buffer</FILE>
94 <FILE>hb-common</FILE>
143 <FILE>hb-deprecated</FILE>
150 <FILE>hb-coretext</FILE>
159 <FILE>hb-face</FILE>
181 <FILE>hb-font</FILE>
267 <FILE>hb-ft</FILE>
280 <FILE>hb-glib</FILE>
[all …]
DMakefile.am39 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/
DMakefile.am14 @$(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 …]
DREADME.md6 $ ./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-it.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-it.sh ../../util/hb-shape font.ttf >> tests/test-name…
/external/harfbuzz_ng/win32/
Dinstall.mak17 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.exe $(PREFIX)\bin
18 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.pdb $(PREFIX)\bin
19 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.exe $(…
20 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.pdb $(…
21 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.exe $(PREFIX)\bin
22 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.pdb $(PREFIX)\bin
26 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enu…
Dbuild-rules-msvc.mak21 {..\src\hb-ucdn\}.c{$(CFG)\$(PLAT)\harfbuzz\}.obj::
86 $(CFG)\$(PLAT)\hb-view.exe: $(CFG)\$(PLAT)\harfbuzz.lib $(CFG)\$(PLAT)\util $(hb_view_OBJS)
92 $(CFG)\$(PLAT)\hb-shape.exe: $(CFG)\$(PLAT)\harfbuzz.lib $(CFG)\$(PLAT)\util $(hb_shape_OBJS)
98 $(CFG)\$(PLAT)\hb-ot-shape-closure.exe: $(CFG)\$(PLAT)\harfbuzz.lib $(CFG)\$(PLAT)\util $(hb_ot_sha…
111 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-structs.obj: $(CFG)\$(PLAT)\harfbuzz-gobject $(HB_GOBJEC…
113 ..\src\hb-gobject-structs.cc
116 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.obj: $(CFG)\$(PLAT)\harfbuzz-gobject $(HB_GOBJECT_…
118 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.cc
137 …@-if exist $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.h del $(CFG)\$(PLAT)\harfbuzz-gobject\
138 …@-if exist $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.cc del $(CFG)\$(PLAT)\harfbuzz-gobject…
Dconfig-msvc.mak14 # Freetype is needed for building FreeType support and hb-view
17 # Cairo is needed for building hb-view
30 HB_UCDN_CFLAGS = /I..\src\hb-ucdn
74 # as we define it in hb-common.h, and we ought to use the definitions there.
98 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.cc \
99 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.h
111 $(CFG)\$(PLAT)\hb-view.exe
115 !if [echo Warning: GLib support not enabled, hb-view not built]
156 $(CFG)\$(PLAT)\hb-shape.exe \
157 $(CFG)\$(PLAT)\hb-ot-shape-closure.exe
Dinfo-msvc.mak10 BUILT_TOOLS = hb-shape.exe hb-ot-shape-closure.exe
12 BUILT_TOOLS = hb-view.exe $(BUILT_TOOLS)
44 build-info-hb:
52 all-build-info: build-info-hb
116 @echo Enables Cairo-Freetype support, needed for the build of the hb-view utility.
/external/tcpdump/
Dprint-msnlb.c52 const struct msnlb_heartbeat_pkt *hb; in msnlb_print() local
54 hb = (struct msnlb_heartbeat_pkt *)bp; in msnlb_print()
55 ND_TCHECK(*hb); in msnlb_print()
58 EXTRACT_LE_32BITS(&(hb->host_prio)))); in msnlb_print()
59 ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(ndo, &(hb->virtual_ip)))); in msnlb_print()
60 ND_PRINT((ndo, " host IP: %s", ipaddr_string(ndo, &(hb->host_ip)))); in msnlb_print()
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp249 CHashBundle hb; in HashCalc() local
250 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods)); in HashCalc()
251 hb.Init(); in HashCalc()
252 hb.NumErrors = numErrors; in HashCalc()
270 RINOK(callback->BeforeFirstFile(hb)); in HashCalc()
296 hb.NumErrors++; in HashCalc()
306 hb.InitForNewFile(); in HashCalc()
317 hb.Update(buf, size); in HashCalc()
322 hb.Final(isDir, isAltStream, path); in HashCalc()
323 RINOK(callback->SetOperationResult(fileSize, hb, !isDir)); in HashCalc()
[all …]
/external/harfbuzz_ng/util/
DMakefile.am41 bin_PROGRAMS += hb-view
46 bin_PROGRAMS += hb-shape
50 bin_PROGRAMS += hb-ot-shape-closure
DMakefile.sources4 hb-view.cc \
20 hb-shape.cc \
28 hb-ot-shape-closure.cc \
/external/harfbuzz_ng/test/fuzzing/
DMakefile.am20 hb-fuzzer \
33 hb-fuzzer.cc \
49 ./hb-fuzzer $(srcdir)/../shaping/$$x; \
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/
Dtricky-reordering.txt2 ./hb-unicode-encode UNICODE_STRING...
4 ./hb-unicode-encode --stdin
/external/valgrind/helgrind/
DREADME_MSMProp2.txt106 && !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

123456