Home | History | Annotate | Download | only in src

Lines Matching defs:blob

106     hb_blob_t *blob = hb_face_reference_blob (face);
108 const char *blob_data = hb_blob_get_data (blob, &blob_length);
110 DEBUG_MSG (CORETEXT, face, "Face has empty blob");
112 CGDataProviderRef provider = CGDataProviderCreateWithData (blob, blob_data, blob_length, &release_data);