Searched refs:blob (Results 226 - 250 of 266) sorted by relevance

1234567891011

/external/skia/src/core/
H A DSkCanvas.cpp2610 void SkCanvas::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, argument
2616 storage = blob->bounds().makeOffset(x, y);
2625 // incomplete at this point (text-related attributes are embedded within blob run paints).
2633 iter.fDevice->drawTextBlob(blob, x, y, dfp.paint(), drawFilter);
2677 void SkCanvas::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, argument
2679 RETURN_ON_NULL(blob);
2681 this->onDrawTextBlob(blob, x, y, paint);
H A DSkPaint.cpp1170 int SkPaint::getTextBlobIntercepts(const SkTextBlob* blob, const SkScalar bounds[2],
1175 SkTextBlobRunIterator it(blob);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c460 CRYPT_HASH_BLOB blob; local
468 blob.cbData = len;
469 blob.pbData = buf;
474 &blob, NULL);
2623 const u8 *blob, size_t len, const char *passwd)
2628 p12 = d2i_PKCS12(NULL, (const unsigned char **) &blob, len);
2631 "Failed to use PKCS#12 blob");
2833 wpa_printf(MSG_DEBUG, "OpenSSL: PKCS#12 as blob --> "
2622 tls_read_pkcs12_blob(struct tls_data *data, SSL *ssl, const u8 *blob, size_t len, const char *passwd) argument
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c460 CRYPT_HASH_BLOB blob; local
468 blob.cbData = len;
469 blob.pbData = buf;
474 &blob, NULL);
2623 const u8 *blob, size_t len, const char *passwd)
2628 p12 = d2i_PKCS12(NULL, (const unsigned char **) &blob, len);
2631 "Failed to use PKCS#12 blob");
2833 wpa_printf(MSG_DEBUG, "OpenSSL: PKCS#12 as blob --> "
2622 tls_read_pkcs12_blob(struct tls_data *data, SSL *ssl, const u8 *blob, size_t len, const char *passwd) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c460 CRYPT_HASH_BLOB blob; local
468 blob.cbData = len;
469 blob.pbData = buf;
474 &blob, NULL);
2623 const u8 *blob, size_t len, const char *passwd)
2628 p12 = d2i_PKCS12(NULL, (const unsigned char **) &blob, len);
2631 "Failed to use PKCS#12 blob");
2833 wpa_printf(MSG_DEBUG, "OpenSSL: PKCS#12 as blob --> "
2622 tls_read_pkcs12_blob(struct tls_data *data, SSL *ssl, const u8 *blob, size_t len, const char *passwd) argument
/external/ImageMagick/MagickWand/
H A Dmagick-image.c3919 % the image as a blob (a formatted "file" in memory) and its length, starting
3921 % to set the format to write to the blob (GIF, JPEG, PNG, etc.).
3926 % Use MagickRelinquishMemory() to free the blob when you are done with it.
3936 % o length: the length of the blob.
3942 *blob;
3954 blob=(unsigned char *) ImageToBlob(wand->image_info,wand->images,length,
3956 return(blob);
3972 % returns the image sequence as a blob and its length. The format of the image
3973 % determines the format of the returned blob (GIF, JPEG, PNG, etc.). To
3978 % sequence is returned as a blob
3866 *blob; local
3917 *blob; local
7584 MagickPingImageBlob(MagickWand *wand, const void *blob,const size_t length) argument
8238 MagickReadImageBlob(MagickWand *wand, const void *blob,const size_t length) argument
[all...]
/external/ImageMagick/coders/
H A Dpng.c48 #include "MagickCore/blob.h"
49 #include "MagickCore/blob-private.h"
4407 /* Copy chunk to color_image->blob */
4426 /* Copy IDAT header and chunk data to alpha_image->blob */
4451 /* Copy chunk data to alpha_image->blob */
7385 % supports the saving of more than one frame to the same file or blob,
12231 *blob,
12248 blob=(unsigned char *) NULL;
12276 /* Create JPEG blob, image, and image_info */
12340 /* Encode alpha as a grayscale PNG blob */
12221 *blob, local
[all...]
H A Ddds.c47 #include "MagickCore/blob.h"
48 #include "MagickCore/blob-private.h"
2291 % supports the saving of more than one frame to the same file or blob,
3012 resize_image->blob=ReferenceBlob(image->blob);
H A Dps.c46 #include "MagickCore/blob.h"
47 #include "MagickCore/blob-private.h"
941 read_info->blob=NULL;
1027 % supports the saving of more than one frame to the same file or blob,
H A Dtiff.c50 #include "MagickCore/blob.h"
51 #include "MagickCore/blob-private.h"
1050 AttachBlob(layers->blob,layer_info->datum,layer_info->length);
1067 DetachBlob(layers->blob);
2147 % supports the saving of more than one frame to the same file or blob,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c229 struct wpa_config_blob *blob; local
240 wpa_printf(MSG_DEBUG, "CTRL: Set blob '%s'", name);
241 blob = os_zalloc(sizeof(*blob));
242 if (blob == NULL)
244 blob->name = os_strdup(name);
245 blob->data = os_malloc(len / 2);
246 if (blob->name == NULL || blob->data == NULL) {
247 wpa_config_free_blob(blob);
[all...]
/external/ImageMagick/www/api/
H A Dmagick-image.php2286 <p>MagickGetImageBlob() implements direct to memory image formats. It returns the image as a blob (a formatted "file" in memory) and its length, starting from the current position in the image sequence. Use MagickSetImageFormat() to set the format to write to the blob (GIF, JPEG, PNG, etc.).</p>
2290 <p>Use MagickRelinquishMemory() to free the blob when you are done with it.</p>
2310 <dd>the length of the blob. </dd>
2316 <p>MagickGetImageBlob() implements direct to memory image formats. It returns the image sequence as a blob and its length. The format of the image determines the format of the returned blob (GIF, JPEG, PNG, etc.). To return a different image format, use MagickSetImageFormat().</p>
2318 <p>Note, some image formats do not permit multiple images to the same image stream (e.g. JPEG). in this instance, just the first image of the sequence is returned as a blob.</p>
2338 <dd>the length of the blob. </dd>
4565 <p>MagickPingImageBlob() pings an image or image sequence from a blob.</p>
4571 const void *blob,cons
[all...]
H A Dmemory.php222 <p>GetVirtualMemoryBlob() returns the virtual memory blob associated with the specified MemoryInfo structure.</p>
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp237 const SkMatrix& viewMatrix, const SkTextBlob* blob,
246 atlasTextContext->drawTextBlob(fContext, this, clip, paint, viewMatrix, fSurfaceProps, blob, x,
236 drawTextBlob(const GrClip& clip, const SkPaint& paint, const SkMatrix& viewMatrix, const SkTextBlob* blob, SkScalar x, SkScalar y, SkDrawFilter* filter, const SkIRect& clipBounds) argument
H A DSkGpuDevice.cpp1733 void SkGpuDevice::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, argument
1741 fRenderTargetContext->drawTextBlob(this->clip(), paint, this->ctm(), blob, x, y, drawFilter,
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1928 static void eapol_sm_set_config_blob(void *ctx, struct wpa_config_blob *blob) argument
1933 sm->ctx->set_config_blob(sm->ctx->ctx, blob);
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c1928 static void eapol_sm_set_config_blob(void *ctx, struct wpa_config_blob *blob) argument
1933 sm->ctx->set_config_blob(sm->ctx->ctx, blob);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c1928 static void eapol_sm_set_config_blob(void *ctx, struct wpa_config_blob *blob) argument
1933 sm->ctx->set_config_blob(sm->ctx->ctx, blob);
/external/skia/tools/debugger/
H A DSkDrawCommand.h648 SkDrawTextBlobCommand(sk_sp<SkTextBlob> blob, SkScalar x, SkScalar y, const SkPaint& paint);
/external/skia/fuzz/
H A DFuzzCanvas.cpp1697 sk_sp<SkTextBlob> blob = make_fuzz_textblob(fuzz);
1701 canvas->drawTextBlob(blob, x, y, paint);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1440 void SkPDFDevice::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, argument
1442 for (SkTextBlobRunIterator it(blob); !it.done(); it.next()) {
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c2843 * eap_set_config_blob - Set or add a named configuration blob
2845 * @blob: New value for the blob
2847 * Adds a new configuration blob or replaces the current value of an existing
2848 * blob.
2850 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) argument
2853 sm->eapol_cb->set_config_blob(sm->eapol_ctx, blob);
2859 * eap_get_config_blob - Get a named configuration blob
2861 * @name: Name of the blob
2862 * Returns: Pointer to blob dat
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c2843 * eap_set_config_blob - Set or add a named configuration blob
2845 * @blob: New value for the blob
2847 * Adds a new configuration blob or replaces the current value of an existing
2848 * blob.
2850 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) argument
2853 sm->eapol_cb->set_config_blob(sm->eapol_ctx, blob);
2859 * eap_get_config_blob - Get a named configuration blob
2861 * @name: Name of the blob
2862 * Returns: Pointer to blob dat
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c2843 * eap_set_config_blob - Set or add a named configuration blob
2845 * @blob: New value for the blob
2847 * Adds a new configuration blob or replaces the current value of an existing
2848 * blob.
2850 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) argument
2853 sm->eapol_cb->set_config_blob(sm->eapol_ctx, blob);
2859 * eap_get_config_blob - Get a named configuration blob
2861 * @name: Name of the blob
2862 * Returns: Pointer to blob dat
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 548 milliseconds

1234567891011