/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 71 _hb_blob_destroy_user_data (hb_blob_t *blob) in _hb_blob_destroy_user_data() 103 hb_blob_t *blob; in hb_blob_create() local 156 hb_blob_t *blob; in hb_blob_create_sub_blob() local 215 hb_blob_reference (hb_blob_t *blob) in hb_blob_reference() 233 hb_blob_destroy (hb_blob_t *blob) in hb_blob_destroy() 255 hb_blob_set_user_data (hb_blob_t *blob, in hb_blob_set_user_data() 276 hb_blob_get_user_data (hb_blob_t *blob, in hb_blob_get_user_data() 292 hb_blob_make_immutable (hb_blob_t *blob) in hb_blob_make_immutable() 311 hb_blob_is_immutable (hb_blob_t *blob) in hb_blob_is_immutable() 328 hb_blob_get_length (hb_blob_t *blob) in hb_blob_get_length() [all …]
|
D | hb-face.cc | 107 hb_blob_t *blob; member 112 _hb_face_for_data_closure_create (hb_blob_t *blob, unsigned int index) in _hb_face_for_data_closure_create() 146 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, table.offset, table.length); in _hb_face_for_data_reference_table() local 163 hb_face_create (hb_blob_t *blob, in hb_face_create()
|
D | test-size-params.cc | 46 hb_blob_t *blob = NULL; in main() local
|
D | test-would-substitute.cc | 50 hb_blob_t *blob = NULL; in main() local
|
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.h | 36 GrAtlasTextBlob* createBlob(const SkTextBlob* blob) { in createBlob() 44 GrAtlasTextBlob* createCachedBlob(const SkTextBlob* blob, in createCachedBlob() 61 void remove(GrAtlasTextBlob* blob) { in remove() 67 void add(GrAtlasTextBlob* blob) { in add() 74 void makeMRU(GrAtlasTextBlob* blob) { in makeMRU() 86 static void BlobGlyphCount(int* glyphCount, int* runCount, const SkTextBlob* blob) { in BlobGlyphCount()
|
D | GrAtlasTextContext.cpp | 59 bool GrAtlasTextContext::HasLCD(const SkTextBlob* blob) { in HasLCD() 72 const SkSurfaceProps& props, const SkTextBlob* blob, in drawTextBlob() 168 const SkTextBlob* blob, SkScalar x, SkScalar y, in RegenerateTextBlob() 263 GrAtlasTextBlob* blob = blobCache->createBlob(glyphCount, 1); in CreateDrawTextBlob() local 287 GrAtlasTextBlob* blob = blobCache->createBlob(glyphCount, 1); in CreateDrawPosTextBlob() local 313 SkAutoTUnref<GrAtlasTextBlob> blob( in drawText() local 341 SkAutoTUnref<GrAtlasTextBlob> blob( in drawPosText() local 403 SkAutoTUnref<GrAtlasTextBlob> blob( in DRAW_BATCH_TEST_DEFINE() local
|
D | GrTextBlobCache.cpp | 17 GrAtlasTextBlob* blob = &(*iter); in freeAll() local
|
D | GrTextUtils.cpp | 40 void GrTextUtils::DrawBmpText(GrAtlasTextBlob* blob, int runIndex, in DrawBmpText() 80 void GrTextUtils::DrawBmpPosText(GrAtlasTextBlob* blob, int runIndex, in DrawBmpPosText() 122 void GrTextUtils::BmpAppendGlyph(GrAtlasTextBlob* blob, int runIndex, in BmpAppendGlyph() 195 void GrTextUtils::InitDistanceFieldPaint(GrAtlasTextBlob* blob, in InitDistanceFieldPaint() 248 void GrTextUtils::DrawDFText(GrAtlasTextBlob* blob, int runIndex, in DrawDFText() 317 void GrTextUtils::DrawDFPosText(GrAtlasTextBlob* blob, int runIndex, in DrawDFPosText() 424 bool GrTextUtils::DfAppendGlyph(GrAtlasTextBlob* blob, int runIndex, GrBatchFontCache* cache, in DfAppendGlyph()
|
/external/skia/tests/ |
D | TextBlobTest.cpp | 107 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 114 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 121 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 128 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 141 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 147 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 171 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestBounds() local 229 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in TestPaintProps() local 283 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in RunBuilderTest() local
|
/external/libbrillo/brillo/ |
D | secure_blob_unittest.cc | 47 SecureBlob blob(32); in TEST_F() local 57 SecureBlob blob(std::begin(from_data), std::end(from_data)); in TEST_F() local 73 SecureBlob blob(from_blob.begin(), from_blob.end()); in TEST_F() local 84 SecureBlob blob(length); in TEST_F() local 114 SecureBlob blob = SecureBlob(test_string.begin(), test_string.end()); in TEST_F() local
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCPreparedStatement.java | 9 boolean blob; field in BatchArg 11 BatchArg(String arg, boolean blob) { in BatchArg()
|
/external/dbus/test/ |
D | marshal.c | 54 get_uint32 (const gchar *blob, in get_uint32() 148 const gchar *blob = arg; in test_endian() local 206 const gchar *blob = arg; in test_needed() local
|
/external/ImageMagick/Magick++/tests/ |
D | readWriteBlob.cpp | 169 Blob blob; in main() local 194 Blob blob; in main() local 219 myBlob blob( in ); in main() local
|
/external/javasqlite/src/main/java/SQLite/ |
D | Blob.java | 16 private Blob blob; field in BlobR 28 BlobR(Blob blob) { in BlobR() 162 private Blob blob; field in BlobW 174 BlobW(Blob blob) { in BlobW()
|
/external/ImageMagick/coders/ |
D | magick.c | 12985 *blob; member 13039 *blob; in ReadMAGICKImage() local 13238 *blob; in WriteMAGICKImage() local
|
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 51 hb_blob_t *blob; in test_face_create() local 88 hb_blob_t *blob; in test_face_createfortables() local 147 hb_blob_t *blob; in _test_fontfuncs_nil() local 252 hb_blob_t *blob; in test_fontfuncs_subclassing() local 373 hb_blob_t *blob; in test_font_properties() local
|
D | test-blob.c | 48 hb_blob_t *blob; in test_blob_empty() local 94 hb_blob_t *blob; member
|
/external/skia/gm/ |
D | largeglyphblur.cpp | 36 SkAutoTUnref<const SkTextBlob> blob(builder.build()); variable
|
D | textblobuseaftergpufree.cpp | 50 SkAutoTUnref<const SkTextBlob> blob(builder.build()); in onDraw() local
|
/external/openssh/ |
D | krl.c | 76 u_char *blob; member 363 plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen) in plain_key_blob() 383 revoke_blob(struct revoked_blob_tree *rbt, u_char *blob, size_t len) in revoke_blob() 402 u_char *blob; in ssh_krl_revoke_key_explicit() local 415 u_char *blob; in ssh_krl_revoke_key_sha1() local 530 u_char *blob; in put_bitmap() local 810 const u_char *blob; in parse_revoked_certs() local 932 const u_char *blob; in ssh_krl_from_blob() local
|
D | ssh-pkcs11-client.c | 110 u_char *blob, *signature = NULL; in pkcs11_rsa_private_encrypt() local 191 u_char *blob; in pkcs11_add_provider() local
|
D | key.c | 95 key_from_blob(const u_char *blob, u_int blen) in key_from_blob() 111 u_char *blob; in key_to_blob() local 278 key_private_deserialize(struct sshbuf *blob) in key_private_deserialize() 310 key_load_file(int fd, const char *filename, struct sshbuf *blob) in key_load_file()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_none.c | 40 struct wpa_config_blob *blob; in wpa_config_write() local
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wpas-dbus-new-signals.py | 99 def blobAdded(blob): argument 102 def blobRemoved(blob): argument
|
/external/autotest/client/cros/faft/utils/ |
D | os_interface.py | 302 def retrieve_body_version(self, blob): argument 318 def retrieve_datakey_version(self, blob): argument 330 def retrieve_kernel_subkey_version(self, blob): argument 346 def retrieve_preamble_flags(self, blob): argument
|