Lines Matching defs:blob
138 hb_blob_t *blob = hb_face_reference_blob (face);
140 const char *blob_data = hb_blob_get_data (blob, &blob_length);
142 DEBUG_MSG (CORETEXT, face, "Face has empty blob");
144 CGDataProviderRef provider = CGDataProviderCreateWithData (blob, blob_data, blob_length, &release_data);
1326 hb_blob_t *blob = face->reference_table (tags[i]);
1327 if (hb_blob_get_length (blob))
1329 hb_blob_destroy (blob);
1332 hb_blob_destroy (blob);