HomeSort by relevance Sort by last modified time
    Searched refs:skp (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/experimental/nanomsg/
picture_demo.cpp 40 static void send_picture(int socket, const PictureHeader& header, const SkData& skp) {
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->size())
    [all...]
  /external/chromium_org/third_party/skia/tools/
test_gpuveto.py 25 @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
160 help='Path to the SKP(s). Can either be a directory ' \
161 'containing SKPs or a single SKP.',
  /external/chromium_org/third_party/skia/tools/lua/
bbh_filter.lua 3 -- This script outputs info about 'interesting' skp files,
21 -- Data about the skp in transit
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 36 { 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", false}, // SkAAClip::Builder::addRun SkASSERT(fBounds.contains(x, y))
974 const char* skp = gNames.next(); local
997 const char* skp = skip.filename; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_lib.c     [all...]
ssl_locl.h 806 STACK_OF(SSL_CIPHER) **skp);
    [all...]
  /external/openssl/ssl/
ssl_lib.c     [all...]
ssl_locl.h 840 STACK_OF(SSL_CIPHER) **skp);
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 119 setBDir: 'gs://chromium-skia-skp-summaries/' +
121 setADir: 'repo:expectations/skp/' +
131 setBDir: 'gs://chromium-skia-skp-summaries/' +
133 setADir: 'repo:expectations/skp/'+
142 setBDir: 'gs://chromium-skia-skp-summaries/' +
144 setADir: 'gs://chromium-skia-skp-summaries/' +
    [all...]
  /external/openssl/crypto/bio/
bio.h 505 #define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)
    [all...]
  /external/openssl/include/openssl/
bio.h 505 #define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)
    [all...]

Completed in 774 milliseconds