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

1 2

  /external/harfbuzz_ng/src/
hb-blob.h 66 typedef struct hb_blob_t hb_blob_t; typedef in typeref:struct:hb_blob_t
68 hb_blob_t *
81 hb_blob_t *
82 hb_blob_create_sub_blob (hb_blob_t *parent,
86 hb_blob_t *
89 hb_blob_t *
90 hb_blob_reference (hb_blob_t *blob);
93 hb_blob_destroy (hb_blob_t *blob);
96 hb_blob_set_user_data (hb_blob_t *blob
    [all...]
hb-blob.cc 52 struct hb_blob_t { struct
67 static bool _try_writable (hb_blob_t *blob);
70 _hb_blob_destroy_user_data (hb_blob_t *blob)
79 hb_blob_t *
86 hb_blob_t *blob;
88 if (!length || !(blob = hb_object_create<hb_blob_t> ())) {
112 hb_blob_t *
113 hb_blob_create_sub_blob (hb_blob_t *parent,
117 hb_blob_t *blob;
133 hb_blob_t *
    [all...]
hb-tt-font.cc 44 hb_blob_t *hhea_blob;
hb-ot-layout-private.hh 249 hb_blob_t *gdef_blob;
250 hb_blob_t *gsub_blob;
251 hb_blob_t *gpos_blob;
test-size-params.cc 43 hb_blob_t *blob = NULL;
test-would-substitute.cc 47 hb_blob_t *blob = NULL;
hb-coretext.cc 55 assert (hb_blob_get_length ((hb_blob_t *) info) == size &&
56 hb_blob_get_data ((hb_blob_t *) info, NULL) == data);
58 hb_blob_destroy ((hb_blob_t *) info);
68 hb_blob_t *blob = hb_face_reference_blob (face);
hb-font.h 48 hb_face_create (hb_blob_t *blob,
51 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
87 hb_blob_t *
91 hb_blob_t *
test-buffer-serialize.cc 45 hb_blob_t *blob = NULL;
test.cc 46 hb_blob_t *blob = NULL;
hb-graphite2.cc 51 hb_blob_t *blob;
66 hb_blob_t *blob = NULL;
101 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
hb-font.cc 561 hb_blob_t *blob;
566 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index)
587 static hb_blob_t *
600 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length);
606 hb_face_create (hb_blob_t *blob,
697 hb_blob_t *
704 hb_blob_t *
745 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
770 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
hb-ft.cc 287 static hb_blob_t *
322 hb_blob_t *blob;
433 hb_blob_destroy ((hb_blob_t *) ft_face->generic.data);
439 hb_blob_t *blob = hb_face_reference_blob (font->face);
hb-open-type-private.hh 189 inline void init (hb_blob_t *b)
275 hb_blob_t *blob;
284 static hb_blob_t *sanitize (hb_blob_t *blob) {
343 static const Type* lock_instance (hb_blob_t *blob) {
hb-font-private.hh 113 inline hb_blob_t *reference_table (hb_tag_t tag) const
115 hb_blob_t *blob;
  /external/harfbuzz_ng/src/hb-icu-le/
FontTableCache.h 34 virtual hb_blob_t *readFontTable(LETag tableTag) const = 0;
35 virtual void freeFontTable(hb_blob_t *blob) const;
39 void add(LETag tableTag, hb_blob_t *blob);
FontTableCache.cpp 19 hb_blob_t *blob;
52 void FontTableCache::freeFontTable(hb_blob_t *blob) const
65 hb_blob_t *blob = readFontTable(tableTag);
72 void FontTableCache::add(LETag tableTag, hb_blob_t *blob)
PortableFontInstance.h 59 hb_blob_t *readFontTable(LETag tableTag) const;
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.h 53 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData);
HarfBuzzNGFaceSkia.cpp 138 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData)
  /external/harfbuzz_ng/test/api/
test-font.c 51 hb_blob_t *blob;
75 static hb_blob_t *
88 hb_blob_t *blob;
147 hb_blob_t *blob;
252 hb_blob_t *blob;
364 hb_blob_t *blob;
test-blob.c 48 hb_blob_t *blob;
91 hb_blob_t *blob;
205 hb_blob_t *b = fixture->blob;
264 hb_blob_t *b = fixture->blob;
test-shape.c 86 hb_blob_t *blob;
test-object.c 69 hb_blob_t *blob = (hb_blob_t *) create_blob ();
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 85 cdef struct hb_blob_t :
95 ctypedef hb_blob_t * (*hb_get_table_func_t) (hb_tag_t tag, void *user_data)
96 hb_face_t * hb_face_create_for_data(hb_blob_t *blob, unsigned int index)
102 hb_blob_t * hb_face_get_table(hb_face_t *face, hb_tag_t tag)

Completed in 221 milliseconds

1 2