HomeSort by relevance Sort by last modified time
    Searched refs:hb (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/harfbuzz_ng/test/api/
test-c.c 32 #include <hb.h>
35 #include <hb-glib.h>
39 #include <hb-icu.h>
43 #include <hb-ft.h>
47 #include <hb-ot.h>
51 #include <hb-uniscribe.h>
55 #include <hb-coretext.h>
  /external/harfbuzz_ng/
Android.mk 54 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...]
  /external/harfbuzz_ng/src/
sample.py 4 from gi.repository import HarfBuzz as hb namespace
10 blob = hb.blob_create (fontdata, hb.memory_mode_t.WRITABLE, None, nothing)
12 buffer = hb.buffer_create ()
  /external/valgrind/main/drd/
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);
drd_hb.c 38 /** Per-thread hb information. */
86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb)
88 tl_assert(hb != 0);
89 tl_assert(p->a1 == hb);
94 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb",
130 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb)
134 tl_assert(offsetof(DrdClientobj, hb) == 0);
135 p = &(DRD_(clientobj_get)(hb, ClientHbvar)->hb);
139 if (DRD_(clientobj_present)(hb, hb + 1)
    [all...]
  /external/tcpdump/
print-msnlb.c 54 const struct msnlb_heartbeat_pkt *hb; local
56 hb = (struct msnlb_heartbeat_pkt *)bp;
57 ND_TCHECK(*hb);
60 EXTRACT_LE_32BITS(&(hb->host_prio))));
61 ND_PRINT((ndo, " cluster IP: %s,", ipaddr_string(&(hb->virtual_ip))));
62 ND_PRINT((ndo, " host IP: %s", ipaddr_string(&(hb->host_ip))));
  /external/harfbuzz_ng/util/
ansi-print.hh 30 #include <hb.h> /* for int types */
  /external/freetype/src/autofit/
hbshim.h 29 #include <hb.h>
30 #include <hb-ot.h>
31 #include <hb-ft.h>
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 58 int32_t j,k,ha,hb; local
62 GET_HIGH_WORD(hb,y);
63 hb &= 0x7fffffff;
64 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
67 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
77 if(((hb^0x7ff00000)|low)==0) w = b;
81 ha -= 0x25800000; hb -= 0x25800000; k += 600;
83 SET_HIGH_WORD(b,hb);
    [all...]
e_hypotf.c 26 int32_t j,k,ha,hb; local
30 GET_FLOAT_WORD(hb,y);
31 hb &= 0x7fffffff;
32 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
35 if((ha-hb)>0xf000000) {return a+b;} /* x/y > 2**30 */
42 if(hb == 0x7f800000) w = b;
46 ha -= 0x22000000; hb -= 0x22000000; k += 68;
48 SET_FLOAT_WORD(b,hb);
    [all...]
e_hypotl.c 52 int32_t j,k,ha,hb; local
56 GET_HIGH_WORD(hb,y);
57 hb &= 0x7fff;
58 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
61 if((ha-hb)>DESW(MANT_DIG+7)) {return a+b;} /* x/y > 2**(MANT_DIG+7) */
71 if (hb >= ESW(MAX_EXP) && manh == LDBL_NBIT && manl == 0) w = b;
75 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88);
78 SET_HIGH_WORD(b,hb);
    [all...]
  /external/fdlibm/
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;
    [all...]
  /external/harfbuzz_ng/test/shaping/
run-tests.sh 7 hb_shape=$top_builddir/util/hb-shape$EXEEXT
20 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape "$srcdir/$fontfile"`
  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-arm.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.darwin-arm64.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.darwin-mips.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.darwin-x86.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.darwin-x86_64.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.linux-arm.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.linux-arm64.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.linux-mips.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.linux-x86.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
harfbuzz-ng.target.linux-x86_64.mk 28 third_party/harfbuzz-ng/src/hb-blob.cc \
29 third_party/harfbuzz-ng/src/hb-buffer.cc \
30 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc \
31 third_party/harfbuzz-ng/src/hb-common.cc \
32 third_party/harfbuzz-ng/src/hb-face.cc \
33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
34 third_party/harfbuzz-ng/src/hb-font.cc \
35 third_party/harfbuzz-ng/src/hb-icu.cc \
36 third_party/harfbuzz-ng/src/hb-ot-layout.cc \
37 third_party/harfbuzz-ng/src/hb-ot-map.cc
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 115 * @param hb The SAX HandlerBase to use.
124 public void parse(InputStream is, HandlerBase hb)
131 this.parse(input, hb);
141 * @param hb The SAX HandlerBase to use.
154 HandlerBase hb,
163 this.parse(input, hb);
227 * @param hb The SAX HandlerBase to use.
235 public void parse(String uri, HandlerBase hb)
242 this.parse(input, hb);
276 * @param hb The SAX HandlerBase to use
    [all...]
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.h 33 #include <hb.h>

Completed in 1451 milliseconds

1 2 3 4