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

<<11121314151617181920>>

  /external/skia/src/core/
SkPictureRecord.cpp 639 void SkPictureRecord::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
642 // op + paint index + blob index + x/y
647 this->addTextBlob(blob);
919 void SkPictureRecord::addTextBlob(const SkTextBlob* blob) {
921 this->addInt(find_or_append_uniqueID(fTextBlobRefs, blob) + 1);
SkRecorder.h 93 void onDrawTextBlob(const SkTextBlob* blob,
  /external/skia/src/pipe/
SkPipeCanvas.h 115 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint&) override;
  /external/skia/tools/debugger/
SkDebugCanvas.h 195 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
  /external/skqp/include/core/
SkCanvas.h     [all...]
  /external/skqp/src/core/
SkPictureRecord.cpp 639 void SkPictureRecord::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
642 // op + paint index + blob index + x/y
647 this->addTextBlob(blob);
919 void SkPictureRecord::addTextBlob(const SkTextBlob* blob) {
921 this->addInt(find_or_append_uniqueID(fTextBlobRefs, blob) + 1);
SkRecorder.h 93 void onDrawTextBlob(const SkTextBlob* blob,
  /external/skqp/src/pipe/
SkPipeCanvas.h 115 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint&) override;
  /external/skqp/tools/debugger/
SkDebugCanvas.h 195 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
  /external/v8/tools/profviz/
profviz.js 196 var blob = new Blob([new Uint8Array(args.contents).buffer],
199 ui.plot.src = window.URL.createObjectURL(blob);
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 165 * set_config_blob - Set or add a named configuration blob
167 * @blob: New value for the blob
169 * Adds a new configuration blob or replaces the current value of an
170 * existing blob.
172 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
175 * get_config_blob - Get a named configuration blob
177 * @name: Name of the blob
178 * Returns: Pointer to blob data or %NULL if not found
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 342 char blob[32]; local
345 snprintf(blob, sizeof(blob),
346 "blob://fast-pac-%d", id);
347 setNetworkParam(id, "pac_file", blob, true);
  /frameworks/base/core/java/android/os/
HwParcel.java 475 * Read opaque segment of data as a blob.
476 * @return blob of size expectedSize
488 * @return blob of data with size expectedSize
491 * @throws NullPointerException if the transaction specified the blob to be null
500 * @param blob blob to write into the parcel.
502 public native final void writeBuffer(HwBlob blob);
504 * Write a status value into the blob.
  /frameworks/base/core/java/android/security/keymaster/
KeymasterArguments.java 274 return ((KeymasterBlobArgument) arg).blob;
  /system/keymaster/tests/
authorization_set_test.cpp 175 EXPECT_EQ(6U, deserialized[pos].blob.data_length);
176 EXPECT_EQ(0, memcmp(deserialized[pos].blob.data, "my_app", 6));
210 EXPECT_EQ(6U, deserialized[pos].blob.data_length);
211 EXPECT_EQ(0, memcmp(deserialized[pos].blob.data, "my_app", 6));
  /external/flatbuffers/tests/
test.cpp 1711 auto blob = vec[3].AsBlob(); local
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 250 // Allocate and initialize a 1MB blob.
251 byte[] blob = new byte[1 << 20];
252 for (int i = 0; i < blob.Length; i++)
254 blob[i] = (byte) i;
258 var message = new TestAllTypes { SingleBytes = ByteString.CopyFrom(blob) };
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /external/ImageMagick/tests/
validate.c 1551 *blob; local
    [all...]
  /system/security/keystore/
key_store_service.cpp 169 Blob keyBlob;
197 Blob keyBlob(&item[0], item.size(), NULL, 0, ::TYPE_GENERIC);
711 Blob keyBlob;
809 Blob keyBlob(&hidlKeyBlob[0], hidlKeyBlob.size(), NULL, 0, ::TYPE_KEYMASTER_10);
    [all...]

Completed in 1986 milliseconds

<<11121314151617181920>>