Home | History | Annotate | Download | only in src

Lines Matching defs:blob

303   /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
339 hb_blob_t *blob;
341 blob = hb_blob_create ((const char *) ft_face->stream->base,
349 face = hb_face_create (blob, ft_face->face_index);
350 hb_blob_destroy (blob);
475 hb_blob_t *blob = hb_face_reference_blob (font->face);
477 const char *blob_data = hb_blob_get_data (blob, &blob_length);
479 DEBUG_MSG (FT, font, "Font face has empty blob");
489 hb_blob_destroy (blob);
505 ft_face->generic.data = blob;