HomeSort by relevance Sort by last modified time
    Searched defs:blob (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-face-private.hh 67 hb_blob_t *blob; local
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
73 if (unlikely (!blob))
76 return blob;
hb-blob.cc 66 static bool _try_writable (hb_blob_t *blob);
69 _hb_blob_destroy_user_data (hb_blob_t *blob)
71 if (blob->destroy) {
72 blob->destroy (blob->user_data);
73 blob->user_data = NULL;
74 blob->destroy = NULL;
80 * @data: (array length=length) (closure user_data) (destroy destroy) (scope notified) (transfer none): Pointer to blob data.
86 * Creates a new "blob" object wrapping @data. The @mode parameter is used
89 * Return value: New blob, or the empty blob if something failed or if @length i
101 hb_blob_t *blob; local
152 hb_blob_t *blob; local
    [all...]
hb-face.cc 107 hb_blob_t *blob; member in struct:hb_face_for_data_closure_t
112 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index)
120 closure->blob = blob;
129 hb_blob_destroy (closure->blob);
139 return hb_blob_reference (data->blob);
141 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
146 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length); local
148 return blob;
    [all...]
hb-ft.cc 303 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
339 hb_blob_t *blob; local
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); local
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;
    [all...]
hb-graphite2.cc 48 hb_blob_t *blob; member in struct:hb_graphite2_tablelist_t
63 hb_blob_t *blob = NULL; local
67 blob = p->blob;
71 if (unlikely (!blob))
73 blob = face_data->face->reference_table (tag);
77 hb_blob_destroy (blob);
80 p->blob = blob;
90 const char *d = hb_blob_get_data (blob, &tlen)
    [all...]
  /external/chromium_org/ui/ozone/platform/dri/
dri_wrapper.cc 130 drmModePropertyBlobRes* blob = local
133 return blob;
142 void DriWrapper::FreePropertyBlob(drmModePropertyBlobRes* blob) {
143 drmModeFreePropertyBlob(blob);
  /external/harfbuzz_ng/src/
hb-face-private.hh 67 hb_blob_t *blob; local
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
73 if (unlikely (!blob))
76 return blob;
hb-blob.cc 68 static bool _try_writable (hb_blob_t *blob);
71 _hb_blob_destroy_user_data (hb_blob_t *blob)
73 if (blob->destroy) {
74 blob->destroy (blob->user_data);
75 blob->user_data = NULL;
76 blob->destroy = NULL;
82 * @data: (array length=length) (closure user_data) (destroy destroy) (scope notified) (transfer none): Pointer to blob data.
88 * Creates a new "blob" object wrapping @data. The @mode parameter is used
91 * Return value: New blob, or the empty blob if something failed or if @length i
103 hb_blob_t *blob; local
154 hb_blob_t *blob; local
    [all...]
hb-face.cc 107 hb_blob_t *blob; member in struct:hb_face_for_data_closure_t
112 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index)
120 closure->blob = blob;
129 hb_blob_destroy (closure->blob);
139 return hb_blob_reference (data->blob);
141 const OT::OpenTypeFontFile &ot_file = *OT::Sanitizer<OT::OpenTypeFontFile>::lock_instance (data->blob);
146 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length); local
148 return blob;
    [all...]
hb-ft.cc 303 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */
339 hb_blob_t *blob; local
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); local
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;
    [all...]
hb-graphite2.cc 48 hb_blob_t *blob; member in struct:hb_graphite2_tablelist_t
63 hb_blob_t *blob = NULL; local
67 blob = p->blob;
71 if (unlikely (!blob))
73 blob = face_data->face->reference_table (tag);
77 hb_blob_destroy (blob);
80 p->blob = blob;
90 const char *d = hb_blob_get_data (blob, &tlen)
    [all...]
  /external/harfbuzz_ng/test/api/
test-blob.c 29 /* Unit tests for hb-blob.h */
48 hb_blob_t *blob; local
57 blob = hb_blob_get_empty ();
58 g_assert (blob == hb_blob_get_empty ());
60 len = hb_blob_get_length (blob);
63 data = hb_blob_get_data (blob, NULL);
66 data = hb_blob_get_data (blob, &len);
70 data_writable = hb_blob_get_data_writable (blob, NULL);
73 data_writable = hb_blob_get_data_writable (blob, &len);
91 hb_blob_t *blob; member in struct:__anon25491
    [all...]
test-shape.c 86 hb_blob_t *blob; local
95 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL);
96 face = hb_face_create (blob, 0);
97 hb_blob_destroy (blob);
test-font.c 51 hb_blob_t *blob; local
53 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL);
54 face = hb_face_create (blob, 0);
55 hb_blob_destroy (blob);
88 hb_blob_t *blob; local
98 blob = hb_face_reference_table (face, HB_TAG ('a','b','c','d'));
99 g_assert (blob != hb_blob_get_empty ());
101 data = hb_blob_get_data (blob, &len);
104 hb_blob_destroy (blob);
146 hb_blob_t *blob; local
251 hb_blob_t *blob; local
363 hb_blob_t *blob; local
    [all...]
test-object.c 69 hb_blob_t *blob = (hb_blob_t *) create_blob (); local
70 hb_face_t *face = hb_face_create (blob, 0);
71 hb_blob_destroy (blob);
169 OBJECT_WITH_IMMUTABILITY (blob),
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc 33 return SQLiteCursor::BLOB;
104 std::vector<unsigned char> blob; local
108 if (!GetFavicon(statement_->statement()->ColumnInt(column), &blob))
111 statement_->statement()->ColumnBlobAsVector(column, &blob);
113 return base::android::ToJavaByteArray(env, &blob[0], blob.size());
232 return SQLiteCursor::BLOB;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchManager.cpp 12 #include "core/fileapi/Blob.h"
80 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), m_downloadedBlobLength)); local
82 m_resolver->resolve(Response::create(blob.get(), options));
  /hardware/intel/img/libdrm/tests/modeprint/
modeprint.c 112 drmModePropertyBlobPtr blob; local
114 blob = drmModeGetPropertyBlob(fd, value);
115 if (blob) {
116 printf("blob is %d length, %08X\n", blob->length, *(uint32_t *)blob->data);
117 drmModeFreePropertyBlob(blob);
119 printf("error getting blob %lld\n", value);
  /system/keymaster/
asymmetric_key.cpp 38 keymaster_error_t AsymmetricKey::LoadKey(const KeyBlob& blob) {
44 const uint8_t* key_material = blob.key_material();
45 if (d2i_PrivateKey(evp_key_type(), &tmp_pkey, &key_material, blob.key_material_length()) ==
221 RsaKey::RsaKey(const KeyBlob& blob, const Logger& logger, keymaster_error_t* error)
222 : AsymmetricKey(blob, logger) {
224 *error = LoadKey(blob);
256 keymaster_blob_t* blob) {
257 if (!auths.GetTagValue(tag, blob))
258 blob->data = NULL;
264 keymaster_blob_t blob; local
339 keymaster_blob_t blob; local
    [all...]
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 31 #include "webkit/browser/blob/blob_storage_context.h"
36 #include "webkit/common/blob/blob_data.h"
37 #include "webkit/common/blob/shareable_file_reference.h"
126 // Unregister all the blob and stream URLs that are previously registered in
409 scoped_ptr<webkit_blob::BlobDataHandle> blob = local
413 request_context_, url, blob.Pass(), offset,
598 // Only an internal Blob URL is expected here. See the BlobURL of the Blink.
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
Clipboard.cpp 206 RefPtrWillBeRawPtr<Blob> blob = m_dataObject->item(i)->getAsFile(); local
207 if (blob && blob->isFile())
208 files->append(toFile(blob.get()));
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.c 264 if (os_strncmp(pac_file, "blob://", 7) == 0) {
265 const struct wpa_config_blob *blob; local
266 blob = eap_get_config_blob(sm, pac_file + 7);
267 if (blob == NULL) {
268 wpa_printf(MSG_INFO, "EAP-FAST: No PAC blob '%s' - "
274 rc->pos = (char *) blob->data;
275 rc->end = (char *) blob->data + blob->len;
409 * @pac_file: Name of the PAC file/blob to load
538 if (os_strncmp(pac_file, "blob://", 7) == 0)
539 struct wpa_config_blob *blob; local
753 const struct wpa_config_blob *blob = NULL; local
    [all...]
eap_tls_common.c 38 const struct wpa_config_blob *blob; local
40 if (*name == NULL || os_strncmp(*name, "blob://", 7) != 0)
43 blob = eap_get_config_blob(sm, *name + 7);
44 if (blob == NULL) {
45 wpa_printf(MSG_ERROR, "%s: Named configuration blob '%s' not "
51 *data = blob->data;
52 *data_len = blob->len;
153 * Use blob data, if available. Otherwise, leave reference to external
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 341 char blob[32]; local
344 snprintf(blob, sizeof(blob),
345 "blob://fast-pac-%d", id);
346 setNetworkParam(id, "pac_file", blob, true);
  /frameworks/av/camera/
CameraMetadata.cpp 449 // Special case: zero blob size means zero sized (NULL) metadata.
456 ALOGE("%s: metadata blob is malformed, blobSize(%zu) should be larger than alignment(%zu)",
463 // NOTE: this doesn't make sense to me. shouldn't the blob
466 ReadableBlob blob; local
467 // arg1 = metadata (blob)
469 if ((err = data.readBlob(blobSize, &blob)) != OK) {
470 ALOGE("%s: Failed to read metadata blob (sized %zu). Possible "
476 // arg2 = offset (blob)
477 // Must be after blob since we don't know offset until after writeBlob.
492 const uintptr_t metadataStart = reinterpret_cast<uintptr_t>(blob.data()) + offset
584 WritableBlob blob; local
    [all...]

Completed in 2290 milliseconds

12 3 4 5