Home
last modified time | relevance | path

Searched refs:to_blob (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/pdf/
DSkPDFSubsetFont.cpp24 static HBBlob to_blob(sk_sp<SkData> data) { in to_blob() function
56 HBFace face(hb_face_create(to_blob(std::move(fontData)).get(), ttcIndex)); in SkPDFSubsetFont()
/external/libkmsxx/py/tests/
Dplane_hog.py22 modeb1 = mode1.to_blob(card)
28 modeb2 = mode2.to_blob(card)
Dtest.py27 modeb = mode.to_blob(card)
Dmodeset_event.py33 modeb = mode.to_blob(card)
Dplane_csc.py10 modeb = mode.to_blob(card)
Dcam.py18 modeb = mode.to_blob(card)
Drottest.py14 modeb = mode.to_blob(card)
Dbig_fb.py77 modeb = mode.to_blob(card)
/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h32 std::unique_ptr<Blob> to_blob(Card& card) const;
/external/libkmsxx/kms++/src/
Dvideomode.cpp14 unique_ptr<Blob> Videomode::to_blob(Card& card) const in to_blob() function in kms::Videomode
Dcrtc.cpp65 unique_ptr<Blob> blob = mode.to_blob(card()); in set_mode()
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp224 .def("to_blob", &Videomode::to_blob) in init_pykmsbase()
/external/openssh/
Dsshkey.c829 to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain) in to_blob() function
862 return to_blob(key, blobp, lenp, 0); in sshkey_to_blob()
868 return to_blob(key, blobp, lenp, 1); in sshkey_plain_to_blob()
905 } else if ((r = to_blob(k, &blob, &blob_len, 1)) != 0) in sshkey_fingerprint_raw()
/external/libkmsxx/utils/
Dkmstest.cpp836 blobs.emplace_back(o.mode.to_blob(card)); in set_crtcs_n_planes_atomic()