Home | History | Annotate | Download | only in src

Lines Matching refs:blob

43  *   that is passed to HarfBuzz in a blob.  If there is
76 * Even if the parent blob is writable, we don't
77 * want the user of the sub-blob to be able to
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,
104 hb_blob_get_user_data (hb_blob_t *blob,
109 hb_blob_make_immutable (hb_blob_t *blob);
112 hb_blob_is_immutable (hb_blob_t *blob);
116 hb_blob_get_length (hb_blob_t *blob);
119 hb_blob_get_data (hb_blob_t *blob, unsigned int *length);
122 hb_blob_get_data_writable (hb_blob_t *blob, unsigned int *length);