Searched defs:skp (Results 1 - 3 of 3) sorted by relevance
/external/skia/experimental/fiddle/ |
H A D | fiddle_main.h | 21 , skp(k) 27 bool skp; member in struct:DrawOptions
|
/external/skia/experimental/nanomsg/ |
H A D | picture_demo.cpp | 40 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/tests/ |
H A D | PathOpsSkpClipTest.cpp | 42 { 2, "http___www_groupon_sg_.skp", false}, // SkAAClip::Builder::addRun SkASSERT(fBounds.contains(x, y)); 43 { 6, "http___www_googleventures_com_.skp", true}, // addTCoincident SkASSERT(test->fT < 1); 44 { 7, "http___www_foxsports_nl_.skp", true}, // (no repro on mac) addT SkASSERT(this != other || fVerb == SkPath::kCubic_Verb) 45 {13, "http___www_modernqigong_com_.skp", false}, // SkAAClip::Builder::addRun SkASSERT(fBounds.contains(x, y)); 46 {14, "http___www_devbridge_com_.skp", true}, // checkSmallCoincidence SkASSERT(!next->fSmall || checkMultiple); 47 {16, "http___www_1023world_net_.skp", false}, // bitmap decode assert (corrupt skp?) 48 {19, "http___www_alamdi_com_.skp", true}, // cubic/quad intersection 49 {26, "http___www_liveencounters_net_.skp", true}, // (no repro on mac) checkSmall addT:549 (line, expects cubic) 50 {28, "http___www_encros_fr_.skp", fals 977 const char* skp = gNames.next(); local 1000 const char* skp = skip.filename; local [all...] |
Completed in 209 milliseconds