/external/ImageMagick/coders/ |
pict.c | 44 #include "MagickCore/blob.h" 45 #include "MagickCore/blob-private.h" 334 % unsigned char *DecodeImage(Image *blob,Image *image, 342 % o blob,image: the address of a structure of type Image. 421 static unsigned char *DecodeImage(Image *blob,Image *image, 493 count=ReadBlob(blob,(size_t) number_pixels,scanline); 521 scanline_length=ReadBlobMSBShort(blob); 523 scanline_length=1UL*ReadBlobByte(blob); 530 count=ReadBlob(blob,scanline_length,scanline); 1802 *blob; local [all...] |
mat.c | 53 #include "MagickCore/blob.h" 54 #include "MagickCore/blob-private.h" 823 BlobInfo *blob; 820 BlobInfo *blob; local [all...] |
meta.c | 44 #include "MagickCore/blob.h" 45 #include "MagickCore/blob-private.h" 1160 *blob; 1195 blob=(unsigned char *) AcquireQuantumMemory(length,sizeof(unsigned char)); 1196 if (blob == (unsigned char *) NULL) 1201 AttachBlob(buff->blob,blob,length); 1156 *blob; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-cmap-table.hh | 156 * the subtable at the end of the blob. */ 511 this->blob = OT::Sanitizer<OT::cmap>::sanitize (face->reference_table (HB_OT_TAG_cmap)); 512 const OT::cmap *cmap = OT::Sanitizer<OT::cmap>::lock_instance (this->blob); 567 hb_blob_destroy (this->blob); 634 hb_blob_t *blob; member in struct:OT::cmap::accelerator_t
|
hb-directwrite.cc | 152 hb_blob_t *blob = hb_face_reference_blob (face); local 154 (uint8_t*) hb_blob_get_data (blob, nullptr), hb_blob_get_length (blob)); 196 data->faceBlob = blob;
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 722 * Open an SQLite3 blob. Only available in SQLite 3.4.0 and above. 728 * @return a Blob object 731 public Blob open_blob(String db, String table, String column, 734 Blob blob = new Blob(); local 735 _open_blob(db, table, column, row, rw, blob); 736 return blob; 776 * Internal SQLite open blob method. 782 * @param blob Blob objec [all...] |
/external/skia/src/core/ |
SkLiteDL.cpp | 417 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) 418 : blob(sk_ref_sp(blob)), x(x), y(y), paint(paint) {} 419 sk_sp<const SkTextBlob> blob; member in struct:__anon34009::final 423 c->drawTextBlob(blob.get(), x,y, paint); 666 void SkLiteDL::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) { 667 this->push<DrawTextBlob>(0, blob, x,y, paint);
|
SkPicturePlayback.cpp | 613 const SkTextBlob* blob = fPictureData->getTextBlob(reader); local 619 canvas->drawTextBlob(blob, x, y, *paint);
|
/external/skia/src/gpu/text/ |
GrAtlasTextContext.cpp | 90 bool GrAtlasTextContext::HasLCD(const SkTextBlob* blob) { 91 SkTextBlobRunIterator it(blob); 103 const SkTextBlob* blob, SkScalar x, SkScalar y, 126 bool hasLCD = HasLCD(blob); 139 key.fUniqueID = blob->uniqueID(); 150 // We have to remake the blob because changes may invalidate our masks. 154 cacheBlob = textBlobCache->makeCachedBlob(blob, key, blurRec, skPaint); 157 viewMatrix, props, blob, x, y, drawFilter); 164 GrTextBlobCache::BlobGlyphCount(&glyphCount, &runCount, blob); 169 viewMatrix, props, blob, x, y, drawFilter) 271 sk_sp<GrAtlasTextBlob> blob = blobCache->makeBlob(glyphCount, 1); local 301 sk_sp<GrAtlasTextBlob> blob = blobCache->makeBlob(glyphCount, 1); local [all...] |
/external/skia/tools/shape/ |
SkShaper_harfbuzz.cpp | 39 HBBlob blob; local 41 blob.reset(hb_blob_create((char*)base, SkToUInt(size), 48 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size), 51 SkASSERT(blob); 52 hb_blob_make_immutable(blob.get()); 53 return blob; 58 HBBlob blob(stream_to_blob(std::unique_ptr<SkStreamAsset>(tf->openStream(&index)))); 59 HBFace face(hb_face_create(blob.get(), (unsigned)index));
|
/external/skqp/src/core/ |
SkLiteDL.cpp | 417 DrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) 418 : blob(sk_ref_sp(blob)), x(x), y(y), paint(paint) {} 419 sk_sp<const SkTextBlob> blob; member in struct:__anon34677::final 423 c->drawTextBlob(blob.get(), x,y, paint); 666 void SkLiteDL::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) { 667 this->push<DrawTextBlob>(0, blob, x,y, paint);
|
SkPicturePlayback.cpp | 617 const SkTextBlob* blob = fPictureData->getTextBlob(reader); local 623 canvas->drawTextBlob(blob, x, y, *paint);
|
/external/skqp/src/gpu/text/ |
GrAtlasTextContext.cpp | 96 bool GrAtlasTextContext::HasLCD(const SkTextBlob* blob) { 97 SkTextBlobRunIterator it(blob); 109 const SkTextBlob* blob, SkScalar x, SkScalar y, 131 bool hasLCD = HasLCD(blob); 144 key.fUniqueID = blob->uniqueID(); 155 // We have to remake the blob because changes may invalidate our masks. 159 cacheBlob = textBlobCache->makeCachedBlob(blob, key, blurRec, skPaint); 162 viewMatrix, props, blob, x, y, drawFilter); 169 GrTextBlobCache::BlobGlyphCount(&glyphCount, &runCount, blob); 174 viewMatrix, props, blob, x, y, drawFilter) 276 sk_sp<GrAtlasTextBlob> blob = blobCache->makeBlob(glyphCount, 1); local 305 sk_sp<GrAtlasTextBlob> blob = blobCache->makeBlob(glyphCount, 1); local [all...] |
/external/skqp/tools/shape/ |
SkShaper_harfbuzz.cpp | 37 HBBlob blob; local 39 blob.reset(hb_blob_create((char*)base, SkToUInt(size), 46 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size), 49 SkASSERT(blob); 50 hb_blob_make_immutable(blob.get()); 51 return blob; 56 HBBlob blob(stream_to_blob(std::unique_ptr<SkStreamAsset>(tf->openStream(&index)))); 57 HBFace face(hb_face_create(blob.get(), (unsigned)index));
|
/external/syslinux/gpxe/src/crypto/axtls/ |
bigint.c | 918 long_comp blob = (long_comp)w[i+j]+carry; local 922 blob += COMP_RADIX; 931 tmp = 2*xx + blob; [all...] |
/frameworks/base/core/jni/ |
android_database_SQLiteConnection.cpp | 566 const void* blob = sqlite3_column_blob(statement, 0); local 567 if (blob) { 570 return createAshmemRegionWithData(env, blob, length); 637 // BLOB data 638 const void* blob = sqlite3_column_blob(statement, i); local 640 status = window->putBlob(addedRows, i, blob, size); 642 LOG_WINDOW("Failed allocating %u bytes for blob at %d,%d, error=%d", 647 LOG_WINDOW("%d,%d is Blob with %u bytes", [all...] |
android_os_HwParcel.cpp | 867 sp<JHwBlob> blob = JHwBlob::GetNativeContext(env, blobObj); local 868 status_t err = blob->writeToParcel(parcel);
|
android_os_Parcel.cpp | 215 android::Parcel::WritableBlob blob; local 216 android::status_t err2 = parcel->writeBlob(length, false, &blob); 224 memset(blob.data(), 0, length); 226 memcpy(blob.data(), ar + offset, length); 230 blob.release(); 379 android::Parcel::ReadableBlob blob; local 380 android::status_t err = parcel->readBlob(len, &blob); 390 memcpy(a2, blob.data(), len); 394 blob.release();
|
/frameworks/base/media/jni/ |
android_media_Utils.cpp | 625 struct camera3_jpeg_blob *blob = (struct camera3_jpeg_blob*)(header); local 626 if (blob->jpeg_blob_id == CAMERA3_JPEG_BLOB_ID) { 627 size = blob->jpeg_size; 635 * means that in certain rare situations a regular JPEG blob 755 "RGBA override BLOB format buffer should have height == width"); 758 "BLOB format buffer should have height value 1");
|
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/ |
PerformAdbBackupTask.java | 184 // line 9: master IV + key blob, encrypted by the user key [hex]. Blob format: 201 ByteArrayOutputStream blob = new ByteArrayOutputStream(IV.length + mk.length local 203 DataOutputStream mkOut = new DataOutputStream(blob); 211 byte[] encryptedMk = mkC.doFinal(blob.toByteArray()); 350 // line 9: master key blob [hex]
|
/system/bt/service/ |
gatt_server_old.cc | 88 std::vector<uint8_t> blob; member in struct:bluetooth::gatt::Characteristic 90 // Support synchronized blob updates by latching under mutex. 170 // If the added characteristic is blob 215 // Latch next_blob to blob on a 'fresh' read. 218 std::swap(ch.blob, ch.next_blob); 223 std::min(ch.blob.size(), ch.blob_section * kMaxGattAttributeSize); 224 const size_t blob_remaining = ch.blob.size() - blob_offset_octets; 238 std::copy(ch.blob.begin() + blob_offset_octets + attribute_offset_octets, 239 ch.blob.begin() + blob_offset_octets + attribute_size, 266 ch.blob.resize(attribute_offset + value.size()) [all...] |
/system/security/keystore/ |
KeyStore.cpp | 217 Blob blob; local 218 ResponseCode rc = get(filename, &blob, ::TYPE_ANY, userId); 233 shouldDelete = blob.isEncrypted(); 303 ResponseCode KeyStore::get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId) { 321 * it must be read it again since the blob is encrypted each time 361 ResponseCode KeyStore::put(const char* filename, Blob* keyBlob, uid_t userId) { 370 Blob keyBlob; 558 hidl_vec<uint8_t> blob; local 565 blob = keyBlob [all...] |
/external/ImageMagick/MagickCore/ |
blob.c | 49 #include "MagickCore/blob.h" 50 #include "MagickCore/blob-private.h" 187 % AttachBlob() attaches a blob to the BlobInfo structure. 191 % void AttachBlob(BlobInfo *blob_info,const void *blob,const size_t length) 197 % o blob: the address of a character stream in one of the image formats 200 % o length: This size_t integer reflects the length in bytes of the blob. 203 MagickExport void AttachBlob(BlobInfo *blob_info,const void *blob, 215 blob_info->data=(unsigned char *) blob; 232 % BlobToFile() writes a blob to a file. It returns MagickFalse if an error 237 % MagickBooleanType BlobToFile(char *filename,const void *blob, 737 *blob; local 978 *blob; local 1174 *blob; local 1536 *blob; local 1788 *blob; local 2633 *blob; local [all...] |
/external/ImageMagick/tests/ |
validate.c | 1551 *blob; local [all...] |
/external/dtc/ |
flattree.c | 364 struct data blob = empty_data; local 376 die("Unknown device tree blob version %d\n", version); 396 "Warning: blob size %d >= minimum size %d\n", 415 * Assemble the blob: start with the header, add with alignment 419 blob = data_append_data(blob, &fdt, vi->hdr_size); 420 blob = data_append_align(blob, 8); 421 blob = data_merge(blob, reservebuf) 817 char *blob; local [all...] |