Home | History | Annotate | Download | only in src

Lines Matching refs:blob

484   /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
520 hb_blob_t *blob;
522 blob = hb_blob_create ((const char *) ft_face->stream->base,
526 face = hb_face_create (blob, ft_face->face_index);
527 hb_blob_destroy (blob);
714 hb_blob_t *blob = hb_face_reference_blob (font->face);
716 const char *blob_data = hb_blob_get_data (blob, &blob_length);
718 DEBUG_MSG (FT, font, "Font face has empty blob");
728 hb_blob_destroy (blob);
766 ft_face->generic.data = blob;