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

1 2

  /external/harfbuzz_ng/src/
hb-blob.h 65 typedef struct hb_blob_t hb_blob_t; typedef in typeref:struct:hb_blob_t
67 HB_EXTERN hb_blob_t *
80 HB_EXTERN hb_blob_t *
81 hb_blob_create_sub_blob (hb_blob_t *parent,
85 HB_EXTERN hb_blob_t *
88 HB_EXTERN hb_blob_t *
89 hb_blob_reference (hb_blob_t *blob);
92 hb_blob_destroy (hb_blob_t *blob);
95 hb_blob_set_user_data (hb_blob_t *blob
    [all...]
hb-blob.cc 48 struct hb_blob_t { struct
63 static bool _try_writable (hb_blob_t *blob);
66 _hb_blob_destroy_user_data (hb_blob_t *blob)
91 hb_blob_t *
98 hb_blob_t *blob;
102 !(blob = hb_object_create<hb_blob_t> ())) {
129 hb_blob_destroy ((hb_blob_t *) data);
152 hb_blob_t *
153 hb_blob_create_sub_blob (hb_blob_t *parent,
157 hb_blob_t *blob
    [all...]
hb-face.h 47 hb_face_create (hb_blob_t *blob,
50 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
86 HB_EXTERN hb_blob_t *
90 HB_EXTERN hb_blob_t *
hb-glib.h 50 HB_EXTERN hb_blob_t *
hb-face-private.hh 69 inline hb_blob_t *reference_table (hb_tag_t tag) const
71 hb_blob_t *blob;
hb-face.cc 101 hb_blob_t *blob;
106 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index)
129 static hb_blob_t *
142 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length);
159 hb_face_create (hb_blob_t *blob,
331 hb_blob_t *
348 hb_blob_t *
427 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
471 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
hb-ot-glyf-table.hh 99 hb_blob_t *head_blob = Sanitizer<head>::sanitize (face->reference_table (HB_OT_TAG_head));
166 hb_blob_t *loca_blob;
167 hb_blob_t *glyf_blob;
hb-ot-hmtx-table.hh 77 hb_blob_t *os2_blob = Sanitizer<os2>::sanitize (face->reference_table (T::os2Tag));
90 hb_blob_t *_hea_blob = Sanitizer<_hea>::sanitize (face->reference_table (T::headerTag));
162 hb_blob_t *blob;
164 hb_blob_t *var_blob;
test-size-params.cc 44 hb_blob_t *blob = nullptr;
test-would-substitute.cc 48 hb_blob_t *blob = nullptr;
test-buffer-serialize.cc 47 hb_blob_t *blob = nullptr;
test.cc 47 hb_blob_t *blob = nullptr;
hb-ot-layout-private.hh 156 hb_blob_t *gdef_blob;
157 hb_blob_t *gsub_blob;
158 hb_blob_t *gpos_blob;
hb-open-type-private.hh 202 inline void init (hb_blob_t *b)
300 hb_blob_t *blob;
309 static hb_blob_t *sanitize (hb_blob_t *blob) {
368 static const Type* lock_instance (hb_blob_t *blob) {
1157 hb_blob_t *blob_ = OT::Sanitizer<T>::sanitize (face->reference_table (T::tableTag));
1177 mutable hb_blob_t *blob;
hb-graphite2.cc 47 hb_blob_t *blob;
62 hb_blob_t *blob = nullptr;
97 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
hb-ft.cc 476 static hb_blob_t *
520 hb_blob_t *blob;
708 hb_blob_destroy ((hb_blob_t *) ft_face->generic.data);
714 hb_blob_t *blob = hb_face_reference_blob (font->face);
hb-ot-cbdt-table.hh 451 hb_blob_t *cblc_blob;
452 hb_blob_t *cbdt_blob;
  /frameworks/minikin/include/minikin/
HbUtils.h 26 void operator()(hb_blob_t* v) { hb_blob_destroy(v); }
41 using HbBlobUniquePtr = std::unique_ptr<hb_blob_t, HbBlobDeleter>;
  /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 141 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData)
  /external/harfbuzz_ng/test/fuzzing/
hb-fuzzer.cc 8 hb_blob_t *blob = hb_blob_create((const char *)data, size,
  /external/harfbuzz_ng/test/api/
test-blob.c 48 hb_blob_t *blob;
94 hb_blob_t *blob;
208 hb_blob_t *b = fixture->blob;
267 hb_blob_t *b = fixture->blob;
test-font.c 61 hb_blob_t *blob;
85 static hb_blob_t *
98 hb_blob_t *blob;
157 hb_blob_t *blob;
262 hb_blob_t *blob;
398 hb_blob_t *blob;
test-shape.c 86 hb_blob_t *blob;
test-object.c 69 hb_blob_t *blob = (hb_blob_t *) create_blob ();

Completed in 229 milliseconds

1 2