Searched refs:skp (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/experimental/nanomsg/
H A Dpicture_demo.cpp40 static void send_picture(int socket, const PictureHeader& header, const SkData& skp) { argument
41 // Vectored IO lets us send header and skp contiguously without first
45 create_iov(skp.data(), skp.size()),
63 // msg is first a fixed-size header, then an .skp.
75 // Read the .skp.
76 SkAutoTUnref<const SkData> skp(SkData::NewFromFileName(skpPath));
77 if (!skp) {
81 SkMemoryStream stream(skp->data(), skp
[all...]
/external/skia/experimental/nanomsg/
H A Dpicture_demo.cpp40 static void send_picture(int socket, const PictureHeader& header, const SkData& skp) { argument
41 // Vectored IO lets us send header and skp contiguously without first
45 create_iov(skp.data(), skp.size()),
63 // msg is first a fixed-size header, then an .skp.
75 // Read the .skp.
76 SkAutoTUnref<const SkData> skp(SkData::NewFromFileName(skpPath));
77 if (!skp) {
81 SkMemoryStream stream(skp->data(), skp
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dtest_gpuveto.py25 @param dir_or_file: either a directory or skp file
71 for skp in enumerate(dir_or_file):
72 self.process_skp(skp[1])
85 # run gpuveto on the skp
/external/skia/tools/
H A Dbench_playback.cpp58 static void draw(const EXPERIMENTAL::SkPlayback& skr, const SkPicture& skp, SkCanvas* canvas) { argument
62 skp.draw(canvas);
116 SkOSFile::Iter it(FLAGS_skps[0], ".skp");
H A Dtest_gpuveto.py25 @param dir_or_file: either a directory or skp file
71 for skp in enumerate(dir_or_file):
72 self.process_skp(skp[1])
85 # run gpuveto on the skp
/external/chromium_org/third_party/skia/tools/lua/
H A Dbbh_filter.lua3 -- This script outputs info about 'interesting' skp files,
21 -- Data about the skp in transit
/external/skia/tools/lua/
H A Dbbh_filter.lua3 -- This script outputs info about 'interesting' skp files,
21 -- Data about the skp in transit
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSkpClipTest.cpp36 { 2, "http___www_groupon_sg_.skp", false}, // SkAAClip::Builder::addRun SkASSERT(fBounds.contains(x, y));
37 { 6, "http___www_googleventures_com_.skp", true}, // addTCoincident SkASSERT(test->fT < 1);
38 { 7, "http___www_foxsports_nl_.skp", true}, // (no repro on mac) addT SkASSERT(this != other || fVerb == SkPath::kCubic_Verb)
39 {13, "http___www_modernqigong_com_.skp", false}, // SkAAClip::Builder::addRun SkASSERT(fBounds.contains(x, y));
40 {14, "http___www_devbridge_com_.skp", true}, // checkSmallCoincidence SkASSERT(!next->fSmall || checkMultiple);
41 {16, "http___www_1023world_net_.skp", false}, // bitmap decode assert (corrupt skp?)
42 {19, "http___www_alamdi_com_.skp", true}, // cubic/quad intersection
43 {26, "http___www_liveencounters_net_.skp", true}, // (no repro on mac) checkSmall addT:549 (line, expects cubic)
44 {28, "http___www_encros_fr_.skp", fals
974 const char* skp = gNames.next(); local
997 const char* skp = skip.filename; local
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c1557 STACK_OF(SSL_CIPHER) **skp)
1571 if ((skp == NULL) || (*skp == NULL))
1575 sk= *skp;
1633 if (skp != NULL)
1634 *skp=sk;
1637 if ((skp == NULL) || (*skp == NULL))
H A Dssl_locl.h806 STACK_OF(SSL_CIPHER) **skp);
/external/openssl/ssl/
H A Dssl_lib.c1505 STACK_OF(SSL_CIPHER) **skp)
1520 if ((skp == NULL) || (*skp == NULL))
1524 sk= *skp;
1579 if (skp != NULL)
1580 *skp=sk;
1583 if ((skp == NULL) || (*skp == NULL))
H A Dssl_locl.h840 STACK_OF(SSL_CIPHER) **skp);
/external/openssl/crypto/bio/
H A Dbio.h505 #define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)
/external/openssl/include/openssl/
H A Dbio.h505 #define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)

Completed in 1327 milliseconds