Home
last modified time | relevance | path

Searched defs:SkZip (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkZip.h54 constexpr SkZip() : fPointers{nullify<Ts>...}, fSize{0} {} in SkZip() function
56 constexpr SkZip(size_t size, Ts*... ts) in SkZip() function
69 constexpr SkZip(const SkZip<Us...>& that) in SkZip() function
102 constexpr SkZip(size_t n, const std::tuple<Ts*...>& pointers) in SkZip() function
/external/skia/tests/
DUtilsTest.cpp348 DEF_TEST(SkZip, reporter) { in DEF_TEST() argument