Home | History | Annotate | Download | only in src

Lines Matching refs:blob

43  *   that is passed to HarfBuzz in a blob.  If there is
75 * Even if the parent blob is writable, we don't
76 * want the user of the sub-blob to be able to
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,
103 hb_blob_get_user_data (hb_blob_t *blob,
108 hb_blob_make_immutable (hb_blob_t *blob);
111 hb_blob_is_immutable (hb_blob_t *blob);
115 hb_blob_get_length (hb_blob_t *blob);
118 hb_blob_get_data (hb_blob_t *blob, unsigned int *length);
121 hb_blob_get_data_writable (hb_blob_t *blob, unsigned int *length);