Lines Matching refs:blob
295 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
322 hb_blob_t *blob;
324 blob = hb_blob_create ((const char *) ft_face->stream->base,
332 face = hb_face_create (blob, ft_face->face_index);
333 hb_blob_destroy (blob);
439 hb_blob_t *blob = hb_face_reference_blob (font->face);
441 const char *blob_data = hb_blob_get_data (blob, &blob_length);
443 DEBUG_MSG (FT, font, "Font face has empty blob");
453 hb_blob_destroy (blob);
469 ft_face->generic.data = blob;