Home
last modified time | relevance | path

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

1234

/external/harfbuzz_ng/src/
DMakefile.am24 hb-atomic-private.hh \
25 hb-blob.cc \
26 hb-buffer-deserialize-json.hh \
27 hb-buffer-deserialize-text.hh \
28 hb-buffer-private.hh \
29 hb-buffer-serialize.cc \
30 hb-buffer.cc \
31 hb-cache-private.hh \
32 hb-common.cc \
33 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 ()
36 hb.buffer_add_utf8 (buf, text.encode('utf-8'), 0, -1)
37 hb.buffer_guess_segment_properties (buf)
[all …]
Dhb-gobject-enums.h.tmpl29 #error "Include <hb-gobject.h> instead."
35 #include "hb.h"
/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 …]
DTODO28 - hb-ft load_flags issues.
44 - Add hb-cairo glue
58 - Add hb-fribidi glue?
61 hb-view / hb-shape enhancements:
DNEWS8 - Add hb-shape --font-size. Can take up to two numbers for separate
11 - Reject blobs larger than 2GB. This might break some icu-le-hb clients
40 - Add basic vertical-text support to hb-ot-font.
52 - Major hb-coretext fixes. That backend is complete now, including
78 - As a result, hb-shape / hb-view --features also accept CSS-style strings.
145 - Fix hb-coretext build.
197 - Implement cmap in hb-ot-font.h. No variation-selectors yet.
226 - If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
242 - New header: hb-ot-shape.h
247 hb-ot-shape-complex-hangul.cc
[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/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt2 <FILE>hb</FILE>
8 <FILE>hb-blob</FILE>
26 <FILE>hb-buffer</FILE>
82 <FILE>hb-common</FILE>
130 <FILE>hb-deprecated</FILE>
137 <FILE>hb-coretext</FILE>
146 <FILE>hb-face</FILE>
168 <FILE>hb-font</FILE>
245 <FILE>hb-ft</FILE>
254 <FILE>hb-glib</FILE>
[all …]
DMakefile.am38 IGNORE_HFILES+=hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h
59 HFILE_GLOB=$(top_srcdir)/src/hb.h $(top_srcdir)/src/hb-*.h
60 CFILE_GLOB=$(top_srcdir)/src/hb-*.cc
64 EXTRA_HFILES=$(top_builddir)/src/hb-version.h
/external/harfbuzz_ng/test/shaping/
DMakefile.am10 @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" "$(srcdir)/tests"
13 hb-diff \
14 hb-diff-colorize \
15 hb-diff-filter-failures \
16 hb-diff-ngrams \
17 hb-diff-stat \
18 hb-manifest-read \
19 hb-manifest-update \
20 hb-unicode-decode \
21 hb-unicode-encode \
[all …]
Drun-tests.sh7 hb_shape=$top_builddir/util/hb-shape$EXEEXT
20 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape "$srcdir/$fontfile"`
Drecord-test.sh10 unicodes=`./hb-unicode-decode`
11 text=`./hb-unicode-encode "$unicodes"`
/external/tcpdump/
Dprint-msnlb.c54 const struct msnlb_heartbeat_pkt *hb; in msnlb_print() local
56 hb = (struct msnlb_heartbeat_pkt *)bp; in msnlb_print()
57 ND_TCHECK(*hb); in msnlb_print()
60 EXTRACT_LE_32BITS(&(hb->host_prio)))); in msnlb_print()
61 ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(&(hb->virtual_ip)))); in msnlb_print()
62 ND_PRINT((ndo, " host IP: %s", ipaddr_string(&(hb->host_ip)))); in msnlb_print()
DsctpHeader.h211 struct sctpParamDesc hb; member
218 struct sctpParamDesc hb; member
/external/harfbuzz_ng/util/
DMakefile.am31 hb-view.cc \
50 bin_PROGRAMS += hb-view
55 hb-shape.cc \
61 bin_PROGRAMS += hb-shape
65 hb-ot-shape-closure.cc \
70 bin_PROGRAMS += hb-ot-shape-closure
/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
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c313 static void hist_browser__update_pcnt_entries(struct hist_browser *hb);
797 struct hist_browser *hb; in ui_browser__hists_init_top() local
799 hb = container_of(browser, struct hist_browser, b); in ui_browser__hists_init_top()
800 browser->top = rb_first(&hb->hists->entries); in ui_browser__hists_init_top()
808 struct hist_browser *hb = container_of(browser, struct hist_browser, b); in hist_browser__refresh() local
815 hb->hists->stats.total_period; in hist_browser__refresh()
820 if (percent < hb->min_pcnt) in hist_browser__refresh()
823 row += hist_browser__show_entry(hb, h, row); in hist_browser__refresh()
876 struct hist_browser *hb; in ui_browser__hists_seek() local
878 hb = container_of(browser, struct hist_browser, b); in ui_browser__hists_seek()
[all …]
/external/jemalloc/src/
Drtree.c5 hmin(unsigned ha, unsigned hb) in hmin() argument
8 return (ha < hb ? ha : hb); in hmin()
/external/llvm/test/MC/Mips/mips5/
Dinvalid-mips64.s13 …jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature no…
14 …jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature no…
15 …jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature no…
/external/llvm/test/MC/Mips/mips32r3/
Dvalid.s80 jr.hb $4 # CHECK: jr.hb $4 # encoding: [0x00,0x80,0x04,0x08]
81 jalr.hb $4 # CHECK: jalr.hb $4 # encoding: [0x00,0x80,0xfc,0x09]
82 jalr.hb $4, $5 # CHECK: jalr.hb $4, $5 # encoding: [0x00,0xa0,0x24,0x09]
/external/llvm/test/MC/Mips/mips32r5/
Dvalid.s80 jr.hb $4 # CHECK: jr.hb $4 # encoding: [0x00,0x80,0x04,0x08]
81 jalr.hb $4 # CHECK: jalr.hb $4 # encoding: [0x00,0x80,0xfc,0x09]
82 jalr.hb $4, $5 # CHECK: jalr.hb $4, $5 # encoding: [0x00,0xa0,0x24,0x09]
/external/llvm/test/MC/Mips/mips32r2/
Dvalid.s80 jr.hb $4 # CHECK: jr.hb $4 # encoding: [0x00,0x80,0x04,0x08]
81 jalr.hb $4 # CHECK: jalr.hb $4 # encoding: [0x00,0x80,0xfc,0x09]
82 jalr.hb $4, $5 # CHECK: jalr.hb $4, $5 # encoding: [0x00,0xa0,0x24,0x09]

1234