HomeSort by relevance Sort by last modified time
    Searched refs:blob (Results 451 - 475 of 601) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/MagickCore/
image.c 48 #include "MagickCore/blob.h"
49 #include "MagickCore/blob-private.h"
211 image->blob=CloneBlobInfo((BlobInfo *) NULL);
408 image->next->blob=ReferenceBlob(image->blob);
887 clone_image->blob=ReferenceBlob(image->blob);
892 clone_image->blob=CloneBlobInfo((BlobInfo *) NULL);
    [all...]
string.c 44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
205 % BlobToStringInfo() returns the contents of a blob as a StringInfo structure
210 % StringInfo *BlobToStringInfo(const void *blob,const size_t length)
214 % o blob: the blob.
216 % o length: the length of the blob.
219 MagickExport StringInfo *BlobToStringInfo(const void *blob,const size_t length)
239 if (blob != (const void *) NULL)
240 (void) memcpy(string_info->datum,blob,length)
    [all...]
  /external/ImageMagick/www/api/
image.php 819 <p>SetImageInfoBlob() sets the image info blob member.</p>
824 void SetImageInfoBlob(ImageInfo *image_info,const void *blob,
839 <dt>blob</dt>
840 <dd>the blob. </dd>
844 <dd>the blob length. </dd>
  /external/curl/tests/python_dependencies/impacket/
smb.py     [all...]
  /external/ImageMagick/coders/
svg.c 48 #include "MagickCore/blob.h"
49 #include "MagickCore/blob-private.h"
    [all...]
wpg.c 43 #include "MagickCore/blob.h"
44 #include "MagickCore/blob-private.h"
766 clone_info->blob=(void *) NULL;
812 image2->blob=ReferenceBlob(image->blob);
    [all...]
  /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...]
  /external/libdrm/
xf86drmMode.h 239 uint64_t *values; /* store the blob lengths */
243 uint32_t *blob_ids; /* store the blob IDs */
513 void *blob);
  /external/nos/host/android/hals/keymaster/
import_wrapped_key.cpp 278 kp.blob.setToExternal(
368 /* TODO: if the RSA key-size is known from the blob, use it to
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skqp/include/core/
SkPaint.h     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 46 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
  /system/keymaster/contexts/
soft_keymaster_device.cpp     [all...]
  /system/security/keystore/
key_store_service.h 282 * Upgrade a key blob under alias "name", returning the new blob in "blob". If "blob"
290 const AuthorizationSet& params, Blob* blob);
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 613 const SkTextBlob* blob = fPictureData->getTextBlob(reader); local
619 canvas->drawTextBlob(blob, x, y, *paint);
SkRecordDraw.cpp 124 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint));
526 SkRect dst = op.blob->bounds();
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 584 void SkDebugCanvas::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
586 this->addDrawCommand(new SkDrawTextBlobCommand(sk_ref_sp(const_cast<SkTextBlob*>(blob)),
  /external/skqp/src/core/
SkPicturePlayback.cpp 617 const SkTextBlob* blob = fPictureData->getTextBlob(reader); local
623 canvas->drawTextBlob(blob, x, y, *paint);
SkRecordDraw.cpp 124 DRAW(DrawTextBlob, drawTextBlob(r.blob.get(), r.x, r.y, r.paint));
526 SkRect dst = op.blob->bounds();
  /external/skqp/src/gpu/text/
GrAtlasTextBlob.cpp 116 // overwritten. Similarly, we always write the color and the blob will later overwrite it
160 // to regenerate the blob on any color change
210 // We can update the positions in the cachedtextblobs without regenerating the whole blob,
226 // A scale outside of [blob.fMaxMinScale, blob.fMinMaxScale] would result in a different
236 // It is possible that a blob has neither distanceField nor bitmaptext. This is in the case
237 // when all of the runs inside the blob are drawn as paths. In this case, we always regenerate
238 // the blob anyways at flush time, so no need to regenerate explicitly
404 const SkTextBlob* blob, const SkSurfaceProps& props,
409 // We loop through the runs of the blob, flushing each. If any run is too large, then we flus
    [all...]
  /external/skqp/tools/debugger/
SkDebugCanvas.cpp 584 void SkDebugCanvas::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
586 this->addDrawCommand(new SkDrawTextBlobCommand(sk_ref_sp(const_cast<SkTextBlob*>(blob)),
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 36 struct wpa_config_blob *blob)
39 wpa_config_set_blob(wpa_s->conf, blob);
44 "blob set");
    [all...]
  /frameworks/base/core/jni/
android_os_HwParcel.cpp 867 sp<JHwBlob> blob = JHwBlob::GetNativeContext(env, blobObj); local
868 status_t err = blob->writeToParcel(parcel);

Completed in 2128 milliseconds

<<11121314151617181920>>